aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Luis Duran <jlduran@FreeBSD.org>2024-11-10 06:50:07 +0000
committerJose Luis Duran <jlduran@FreeBSD.org>2024-12-16 15:11:49 +0000
commit897c8ff0df395f45f197bbde30e282fcef3f6b37 (patch)
tree916b458a010bca8f4bb0af3967941d8be6b909cb
parent6df2857eaa53d640d9bc729135f95179948cc9df (diff)
nanobsd.8: Chase usage string updates
Update the manual page for NanoBSD to match its usage. Reviewed by: emaste, imp Approved by: emaste (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D47505 (cherry picked from commit f6f311d8cdacdc964967e83c8f6377d8465806d5)
-rw-r--r--share/man/man8/nanobsd.814
1 files changed, 11 insertions, 3 deletions
diff --git a/share/man/man8/nanobsd.8 b/share/man/man8/nanobsd.8
index 140a63b3d2f3..2ba072541ada 100644
--- a/share/man/man8/nanobsd.8
+++ b/share/man/man8/nanobsd.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd May 19, 2016
+.Dd November 10, 2024
.Dt NANOBSD 8
.Os
.Sh NAME
@@ -31,7 +31,7 @@
applications
.Sh SYNOPSIS
.Nm
-.Op Fl bfhiKknqvwX
+.Op Fl BbfhIiKknqvWwX
.Op Fl c Ar config-file
.Sh DESCRIPTION
The
@@ -47,6 +47,8 @@ installation and maintenance.
.Pp
The following options are available:
.Bl -tag -width ".Fl c Ar config-file" -offset indent
+.It Fl B
+Skip the install stages (both for kernel and world).
.It Fl b
Skip the build stages (both for kernel and world).
.It Fl c Ar config-file
@@ -55,6 +57,8 @@ Specify the configuration file to use.
Skip the code slice extraction.
.It Fl h
Display usage information.
+.It Fl I
+Build the disk image from an existing build/install.
.It Fl i
Skip the disk image build stage.
.It Fl K
@@ -75,13 +79,17 @@ used for each build stage (world and kernel).
Make output more quiet.
.It Fl v
Make output more verbose.
+.It Fl W
+Skip the
+.Cm installworld
+stage of the build.
.It Fl w
Skip the
.Cm buildworld
stage of the build.
.It Fl X
Make
-.Cm native-xtools.
+.Cm native-xtools .
.El
.Pp
The features of