[Bug 276554] [patch] nvmecontrol(8) has wrong pi-switch in format synopsis

2024-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276554

Gordon Bergling  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|g...@freebsd.org
 CC||g...@freebsd.org
   Severity|Affects Only Me |Affects Some People

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 276554] [patch] nvmecontrol(8) has wrong pi-switch in format synopsis

2024-01-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276554

Bug ID: 276554
   Summary: [patch] nvmecontrol(8) has wrong pi-switch in format
synopsis
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: bsdc...@disroot.org
CC: d...@freebsd.org

Created attachment 247887
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=247887&action=edit
fix pi-switch in synopsis

Manpage nvmecontrol(8) lists:

nvmecontrol format [-f fmt] [-m mset] [-o pi] [-l pil] [-E] [-C] 

The correct switch for the pi option is -p according to
sbin/nvmecontrol/format.c:

OPT("pi", 'p', arg_uint32, opt, pi, "Protective information")

Patch fixes the format synopsis.

-- 
You are receiving this mail because:
You are the assignee for the bug.