]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
nvme-cli: update error-log documentation
authorMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 10 Jan 2018 15:52:17 +0000 (00:52 +0900)
committerMinwoo Im <minwoo.im.dev@gmail.com>
Wed, 10 Jan 2018 15:52:17 +0000 (00:52 +0900)
Update error-log documentation with removing nsid parameter.

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Documentation/nvme-error-log.1
Documentation/nvme-error-log.html
Documentation/nvme-error-log.txt

index 2149931fd913da1d5efed372a882e5c27a67668c..e39cc8642c07893335fe636e5e9bc88881590d3d 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-error-log
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 12/10/2017
+.\"      Date: 01/11/2018
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-ERROR\-LOG" "1" "12/10/2017" "NVMe" "NVMe Manual"
+.TH "NVME\-ERROR\-LOG" "1" "01/11/2018" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -32,8 +32,7 @@ nvme-error-log \- Send NVME Error log page request, return result and log
 .SH "SYNOPSIS"
 .sp
 .nf
-\fInvme error\-log\fR <device>  [\-\-namespace\-id=<nsid> | \-n <nsid>]
-                         [\-\-log\-entries=<entries> | \-e <entries>]
+\fInvme error\-log\fR <device>  [\-\-log\-entries=<entries> | \-e <entries>]
                          [\-\-raw\-binary | \-b]
                          [\-\-output\-format=<fmt> | \-o <fmt>]
 .fi
@@ -46,11 +45,6 @@ The <device> parameter is mandatory and may be either the NVMe character device
 On success, the returned error log structure may be returned in one of several ways depending on the option flags; the structure may parsed by the program and printed in a readable format or the raw buffer may be printed to stdout for another program to parse\&.
 .SH "OPTIONS"
 .PP
-\-n <nsid>, \-\-namespace\-id=<nsid>
-.RS 4
-Retrieve the Error Log for the given nsid\&. This is optional and its success may depend on the device\(cqs capabilities to provide this log on a per\-namespace basis (see the NVMe Identify Controller for this capability)\&. The default nsid to use is 0xffffffff for the device global error log\&.
-.RE
-.PP
 \-e <entries>, \-\-log\-entries=<entries>
 .RS 4
 Specifies how many log entries the program should request from the device\&. This must be at least one, and shouldn\(cqt exceed the device\(cqs capabilities\&. Defaults to 64 log entries\&.
index 1c4e1d1d769a971768040cea54f11dcd907033ce..479fd3637a25f7a1e828cd9fa7348a66f15727d1 100644 (file)
@@ -746,8 +746,7 @@ nvme-error-log(1) Manual Page
 <h2 id="_synopsis">SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<pre class="content"><em>nvme error-log</em> &lt;device&gt;  [--namespace-id=&lt;nsid&gt; | -n &lt;nsid&gt;]\r
-                         [--log-entries=&lt;entries&gt; | -e &lt;entries&gt;]\r
+<pre class="content"><em>nvme error-log</em> &lt;device&gt;  [--log-entries=&lt;entries&gt; | -e &lt;entries&gt;]\r
                          [--raw-binary | -b]\r
                          [--output-format=&lt;fmt&gt; | -o &lt;fmt&gt;]</pre>\r
 <div class="attribution">\r
@@ -772,21 +771,6 @@ printed to stdout for another program to parse.</p></div>
 <div class="sectionbody">\r
 <div class="dlist"><dl>\r
 <dt class="hdlist1">\r
--n &lt;nsid&gt;\r
-</dt>\r
-<dt class="hdlist1">\r
---namespace-id=&lt;nsid&gt;\r
-</dt>\r
-<dd>\r
-<p>\r
-        Retrieve the Error Log for the given nsid. This is optional\r
-        and its success may depend on the device&#8217;s capabilities to\r
-        provide this log on a per-namespace basis (see the NVMe Identify\r
-        Controller for this capability). The default nsid to use is\r
-        0xffffffff for the device global error log.\r
-</p>\r
-</dd>\r
-<dt class="hdlist1">\r
 -e &lt;entries&gt;\r
 </dt>\r
 <dt class="hdlist1">\r
index f173a037444d38500f8c4e75047e198b4f7ca332..9a423cc1112ec88e2a35c35e96efaceb8aca0923 100644 (file)
@@ -8,8 +8,7 @@ nvme-error-log - Send NVME Error log page request, return result and log
 SYNOPSIS
 --------
 [verse]
-'nvme error-log' <device>  [--namespace-id=<nsid> | -n <nsid>]
-                        [--log-entries=<entries> | -e <entries>]
+'nvme error-log' <device>  [--log-entries=<entries> | -e <entries>]
                         [--raw-binary | -b]
                         [--output-format=<fmt> | -o <fmt>]
 
@@ -28,14 +27,6 @@ printed to stdout for another program to parse.
 
 OPTIONS
 -------
--n <nsid>::
---namespace-id=<nsid>::
-       Retrieve the Error Log for the given nsid. This is optional
-       and its success may depend on the device's capabilities to
-       provide this log on a per-namespace basis (see the NVMe Identify
-       Controller for this capability). The default nsid to use is
-       0xffffffff for the device global error log.
-
 -e <entries>::
 --log-entries=<entries>::
        Specifies how many log entries the program should request from