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
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D44099
This commit is contained in:
Stefan Schlosser 2024-02-28 09:26:20 +01:00 committed by Gordon Bergling
parent 72b045386d
commit 77f6c0ce92

View file

@ -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