]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
Update intel internal log man page.
authorKeith Busch <keith.busch@intel.com>
Thu, 30 Nov 2017 22:58:21 +0000 (15:58 -0700)
committerKeith Busch <keith.busch@intel.com>
Thu, 30 Nov 2017 22:58:21 +0000 (15:58 -0700)
Signed-off-by: Keith Busch <keith.busch@intel.com>
Documentation/nvme-intel-internal-log.1
Documentation/nvme-intel-internal-log.txt

index 5970708de99ccd719d527dc3bd651f58a8d42136..8767e0a19d632af12b542650d0c8a21bec1d51d0 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: nvme-intel-internal-log
 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\"      Date: 11/28/2017
+.\"      Date: 11/30/2017
 .\"    Manual: NVMe Manual
 .\"    Source: NVMe
 .\"  Language: English
 .\"
-.TH "NVME\-INTEL\-INTERNA" "1" "11/28/2017" "NVMe" "NVMe Manual"
+.TH "NVME\-INTEL\-INTERNA" "1" "11/30/2017" "NVMe" "NVMe Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -33,6 +33,8 @@ nvme-intel-internal-log \- Retrieve Intel device\*(Aqs internal log and save to
 .sp
 .nf
 \*(Aqnvme intel internal\-log \*(Aq <device> [\-\-log=<NUM>, \-l <NUM>]
+                [\-\-region=<NUM>, r <NUM>]
+                [\-\-nlognum=<NUM>, m <NUM>]
                 [\-\-namespace\-id=<NUM>, \-n <NUM>]
                 [\-\-output\-file=<FILE>, \-o <FILE>]
 .fi
@@ -59,6 +61,17 @@ Namespace to use\&.
 .RS 4
 Output file; defaults to device name provided
 .RE
+.PP
+\-r <NUM>, \-\-region=<NUM>
+.RS 4
+Select which core region to retrieve the log from\&. \-1 for all available, if supported by the device\&.
+.RE
+.PP
+\-m <NUM>, \-\-nlognum=<NUM>
+.RS 4
+When used with
+\fInlog\fR, this specifies which nlog to read\&. \-1 for all, if supported by the device\&.
+.RE
 .SH "EXAMPLES"
 .sp
 .RS 4
index f21a4312abc2c9e30c9ed8f2d069fde7541046fd..2f00313ad3bf9f0513addb825ee6b94b15d8a463 100644 (file)
@@ -9,6 +9,8 @@ SYNOPSIS
 --------
 [verse]
 'nvme intel internal-log ' <device> [--log=<NUM>, -l <NUM>]
+               [--region=<NUM>, r <NUM>]
+               [--nlognum=<NUM>, m <NUM>]
                [--namespace-id=<NUM>, -n <NUM>]
                [--output-file=<FILE>, -o <FILE>]
 
@@ -41,6 +43,16 @@ OPTIONS
 --output-file=<FILE>::
        Output file; defaults to device name provided
 
+-r <NUM>::
+--region=<NUM>::
+       Select which core region to retrieve the log from. -1 for all
+       available, if supported by the device.
+
+-m <NUM>::
+--nlognum=<NUM>::
+       When used with 'nlog', this specifies which nlog to read. -1
+       for all, if supported by the device.
+
 
 EXAMPLES
 --------