Update error-log documentation with removing nsid parameter.
Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
.\" 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
.\" -----------------------------------------------------------------
.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
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\&.
<h2 id="_synopsis">SYNOPSIS</h2>\r
<div class="sectionbody">\r
<div class="verseblock">\r
-<pre class="content"><em>nvme error-log</em> <device> [--namespace-id=<nsid> | -n <nsid>]\r
- [--log-entries=<entries> | -e <entries>]\r
+<pre class="content"><em>nvme error-log</em> <device> [--log-entries=<entries> | -e <entries>]\r
[--raw-binary | -b]\r
[--output-format=<fmt> | -o <fmt>]</pre>\r
<div class="attribution">\r
<div class="sectionbody">\r
<div class="dlist"><dl>\r
<dt class="hdlist1">\r
--n <nsid>\r
-</dt>\r
-<dt class="hdlist1">\r
---namespace-id=<nsid>\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’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 <entries>\r
</dt>\r
<dt class="hdlist1">\r
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>]
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