[Bug 239548] missing description for ns(namespace) options in nvmecontrol(8) man page

2020-05-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239548

Benedict Reuschling  changed:

   What|Removed |Added

 Status|Open|Closed
 CC||b...@freebsd.org
 Resolution|--- |FIXED

--- Comment #2 from Benedict Reuschling  ---
I agree with Björn's assessment. The original issue reported in this PR is
fixed. Further additions to the DESCRIPTION section can be handled in a
separate PR without the need to keep this one open.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 239548] missing description for ns(namespace) options in nvmecontrol(8) man page

2020-03-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239548

Bjoern A. Zeeb  changed:

   What|Removed |Added

 CC||jimhar...@freebsd.org
 Status|New |Open

--- Comment #1 from Bjoern A. Zeeb  ---
I think this has been partially fixed.  The SYNOPSIS now seems to list them,
the DESCRIPTION is still lacking some guidance to someone who has no clue about
nvme and tries to look at this the first time or as a reference to lookup the
meaning of the various options.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 239548] missing description for ns(namespace) options in nvmecontrol(8) man page

2019-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239548

wanpengq...@gmail.com changed:

   What|Removed |Added

 CC||wanpengq...@gmail.com
   Severity|Affects Many People |Affects Some People

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 239548] missing description for ns(namespace) options in nvmecontrol(8) man page

2019-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239548

Bug ID: 239548
   Summary: missing description for ns(namespace) options in
nvmecontrol(8) man page
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: wanpengq...@gmail.com
CC: d...@freebsd.org

as nvmecontrol has sub command ns, and man nvmecontrol didn't descript that
part.

root@nec:~ # nvmecontrol 
usage:
   nvmecontrol devlist
   nvmecontrol identify [-x [-v]] 
   nvmecontrol perftest <-n num_threads> <-o read|write>
<-s size_in_bytes> <-t time_in_seconds>
<-i intr|wait> [-f refthread] [-p]

   nvmecontrol reset 
   nvmecontrol logpage <-p page_id> [-b] [-v vendor] [-x] 
   nvmecontrol firmware [-s slot] [-f path_to_firmware] [-a] 
   nvmecontrol format [-f fmt] [-m mset] [-p pi] [-l pil] [-E] [-C]

   nvmecontrol power [-l] [-p new-state [-w workload-hint]] 
   nvmecontrol wdc (cap-diag|drive-log|get-crash-dump|purge|purge-montior)
   nvmecontrol ns (create|delete|attach|detach)

root@nec:~ # man nvmecontrol
NVMECONTROL(8)  FreeBSD System Manager's Manual NVMECONTROL(8)

NAME
 nvmecontrol - NVM Express control utility

SYNOPSIS
 nvmecontrol devlist
 nvmecontrol identify [-v] [-x]  
 nvmecontrol perftest <-n num_threads> <-o read|write> [-p]
 <-s size_in_bytes> <-t time_in_sec> 
 nvmecontrol reset 
 nvmecontrol logpage <-p page_id> [-x] [-v vendor-string] [-b] 
 
 nvmecontrol firmware [-s slot] [-f path_to_firmware] [-a] 
 nvmecontrol format [-f fmt] [-m mset] [-o pi] [-l pil] [-E] [-C]
  
 nvmecontrol power [-l] [-p -power_state] [-w -workload_hint]
 nvmecontrol wdc cap-diag [-o -path_template] 
 nvmecontrol wdc drive-log [-o -path_template] 
 nvmecontrol wdc get-crash-dump [-o -path_template] 

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"