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, May 15, 9:41 PM
Unknown Object (File)
Thu, May 9, 9:28 AM
Unknown Object (File)
Apr 4 2024, 12:57 AM
Unknown Object (File)
Mar 1 2024, 12:43 AM
Unknown Object (File)
Feb 28 2024, 8:45 AM
Unknown Object (File)
Feb 28 2024, 8:19 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