From: Keith Busch Date: Thu, 30 Nov 2017 22:58:21 +0000 (-0700) Subject: Update intel internal log man page. X-Git-Tag: v1.5~16 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e95978118cb1b40c7f504e7dca1489175a8eeff7;p=users%2Fsagi%2Fnvme-cli.git Update intel internal log man page. Signed-off-by: Keith Busch --- diff --git a/Documentation/nvme-intel-internal-log.1 b/Documentation/nvme-intel-internal-log.1 index 5970708d..8767e0a1 100644 --- a/Documentation/nvme-intel-internal-log.1 +++ b/Documentation/nvme-intel-internal-log.1 @@ -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 -.\" 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 [\-\-log=, \-l ] + [\-\-region=, r ] + [\-\-nlognum=, m ] [\-\-namespace\-id=, \-n ] [\-\-output\-file=, \-o ] .fi @@ -59,6 +61,17 @@ Namespace to use\&. .RS 4 Output file; defaults to device name provided .RE +.PP +\-r , \-\-region= +.RS 4 +Select which core region to retrieve the log from\&. \-1 for all available, if supported by the device\&. +.RE +.PP +\-m , \-\-nlognum= +.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 diff --git a/Documentation/nvme-intel-internal-log.txt b/Documentation/nvme-intel-internal-log.txt index f21a4312..2f00313a 100644 --- a/Documentation/nvme-intel-internal-log.txt +++ b/Documentation/nvme-intel-internal-log.txt @@ -9,6 +9,8 @@ SYNOPSIS -------- [verse] 'nvme intel internal-log ' [--log=, -l ] + [--region=, r ] + [--nlognum=, m ] [--namespace-id=, -n ] [--output-file=, -o ] @@ -41,6 +43,16 @@ OPTIONS --output-file=:: Output file; defaults to device name provided +-r :: +--region=:: + Select which core region to retrieve the log from. -1 for all + available, if supported by the device. + +-m :: +--nlognum=:: + When used with 'nlog', this specifies which nlog to read. -1 + for all, if supported by the device. + EXAMPLES --------