From: Minwoo Im Date: Wed, 10 Jan 2018 15:52:17 +0000 (+0900) Subject: nvme-cli: update error-log documentation X-Git-Tag: v1.6~129^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f6a2cc67593c392ca86444ee20005cc6c00d334d;p=users%2Fsagi%2Fnvme-cli.git nvme-cli: update error-log documentation Update error-log documentation with removing nsid parameter. Signed-off-by: Minwoo Im --- diff --git a/Documentation/nvme-error-log.1 b/Documentation/nvme-error-log.1 index 2149931f..e39cc864 100644 --- a/Documentation/nvme-error-log.1 +++ b/Documentation/nvme-error-log.1 @@ -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 -.\" 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 [\-\-namespace\-id= | \-n ] - [\-\-log\-entries= | \-e ] +\fInvme error\-log\fR [\-\-log\-entries= | \-e ] [\-\-raw\-binary | \-b] [\-\-output\-format= | \-o ] .fi @@ -46,11 +45,6 @@ The 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 , \-\-namespace\-id= -.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 , \-\-log\-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\&. diff --git a/Documentation/nvme-error-log.html b/Documentation/nvme-error-log.html index 1c4e1d1d..479fd363 100644 --- a/Documentation/nvme-error-log.html +++ b/Documentation/nvme-error-log.html @@ -746,8 +746,7 @@ nvme-error-log(1) Manual Page

SYNOPSIS

-
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>]
@@ -772,21 +771,6 @@ printed to stdout for another program to parse.

--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>
diff --git a/Documentation/nvme-error-log.txt b/Documentation/nvme-error-log.txt index f173a037..9a423cc1 100644 --- a/Documentation/nvme-error-log.txt +++ b/Documentation/nvme-error-log.txt @@ -8,8 +8,7 @@ nvme-error-log - Send NVME Error log page request, return result and log SYNOPSIS -------- [verse] -'nvme error-log' [--namespace-id= | -n ] - [--log-entries= | -e ] +'nvme error-log' [--log-entries= | -e ] [--raw-binary | -b] [--output-format= | -o ] @@ -28,14 +27,6 @@ printed to stdout for another program to parse. OPTIONS ------- --n :: ---namespace-id=:: - 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 :: --log-entries=:: Specifies how many log entries the program should request from