Page MenuHomeFreeBSD

nvmecontrol.8: Fix the SYNOPSIS section
ClosedPublic

Authored by gbe on Feb 27 2024, 5:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 5, 8:21 AM
Unknown Object (File)
Wed, Aug 5, 2:53 AM
Unknown Object (File)
Tue, Aug 4, 9:01 AM
Unknown Object (File)
Tue, Jul 28, 8:47 AM
Unknown Object (File)
Jun 23 2026, 7:28 PM
Unknown Object (File)
Jun 18 2026, 9:59 PM
Unknown Object (File)
Jun 18 2026, 3:42 PM
Unknown Object (File)
Jun 18 2026, 10:27 AM
Subscribers

Details

Summary

Manpage nvmecontrol(8) lists:

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")

PR: 276554

Test Plan

mandoc output review and 'mandoc -Tlint' checks'

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable