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)
Tue, Dec 16, 1:09 AM
Unknown Object (File)
Mon, Dec 8, 5:28 AM
Unknown Object (File)
Sun, Dec 7, 7:51 AM
Unknown Object (File)
Fri, Dec 5, 1:05 PM
Unknown Object (File)
Wed, Nov 26, 11:30 AM
Unknown Object (File)
Nov 14 2025, 4:00 PM
Unknown Object (File)
Nov 10 2025, 4:09 AM
Unknown Object (File)
Nov 7 2025, 8:19 PM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 56272
Build 53160: arc lint + arc unit