mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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)
This commit is contained in:
parent
6df2857eaa
commit
897c8ff0df
1 changed files with 11 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue