mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
nvmecontrol.8: Fix the SYNOPSIS section
The manpage of nvmecontrol(8) has the following SYNOPSIS:
nvmecontrol format [-f fmt] [-m mset] [-o pi] [-l pil] [-E]
[-C] <device-id | namespace-id>
The correct switch for the pi option is -p according
to sbin/nvmecontrol/format.c:
OPT("pi", 'p', arg_uint32, opt, pi, "Protective information")
So correct the SYNOPSIS section accordingly.
PR: 276554
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D44099
(cherry picked from commit 77f6c0ce92)
This commit is contained in:
parent
6cf569e659
commit
ee0ffe0e3e
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@
|
|||
.\"
|
||||
.\" Author: Jim Harris <jimharris@FreeBSD.org>
|
||||
.\"
|
||||
.Dd December 14, 2022
|
||||
.Dd February 28, 2022
|
||||
.Dt NVMECONTROL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -155,7 +155,7 @@
|
|||
.Ic format
|
||||
.Op Fl f Ar fmt
|
||||
.Op Fl m Ar mset
|
||||
.Op Fl o Ar pi
|
||||
.Op Fl p Ar pi
|
||||
.Op Fl l Ar pil
|
||||
.Op Fl E
|
||||
.Op Fl C
|
||||
|
|
|
|||
Loading…
Reference in a new issue