summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2015-05-24 03:30:41 (EDT)
committer P. J. McDermott <pj@pehjota.net>2015-05-24 03:31:37 (EDT)
commit32aa2827d8de16879bb4e92c1235ef5b10f23e2c (patch)
treeaa35416933a383ceac81b8267bda5f79af50b19c /man
parentfb23c0bd36f8ffae7ab14b23ce0a2e7985b8c858 (diff)
cmd/build: Accept block device as root
Diffstat (limited to 'man')
-rw-r--r--man/prokit-build.8in5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/prokit-build.8in b/man/prokit-build.8in
index 77ed078..5dc25de 100644
--- a/man/prokit-build.8in
+++ b/man/prokit-build.8in
@@ -5,12 +5,15 @@
prokit-build \- Build a package
.SH SYNOPSIS
-\fBprokit build\fP \fIroot-dir\fP [\fIoption\fP ...] \fIpkg-dir\fP
+\fBprokit build\fP \fIroot\fP [\fIoption\fP ...] \fIpkg-dir\fP
.SH DESCRIPTION
\fBprokit build\fP runs \fBopkbuild\fP to build a package in an isolated file
system environment, temporarily installing any missing build dependencies.
.P
+If \fIroot\fP is a block device node, the block device is mounted and
+\fBopkbuild\fP is run in its file system.
+.P
\fIoption\fPs are \fBopkbuild\fP options. Run \fIprokit build -h .\fP for more
information.
.P