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)
Mon, Jan 6, 9:12 AM
Unknown Object (File)
Nov 18 2024, 7:16 AM
Unknown Object (File)
Nov 17 2024, 5:15 PM
Unknown Object (File)
Oct 21 2024, 2:38 AM
Unknown Object (File)
Oct 21 2024, 2:38 AM
Unknown Object (File)
Oct 21 2024, 2:37 AM
Unknown Object (File)
Oct 21 2024, 1:27 AM
Unknown Object (File)
Oct 18 2024, 9:47 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 Not Applicable
Unit
Tests Not Applicable