Adding upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
65508f0a28
commit
c0fbec1eb4
571 changed files with 10718 additions and 2738 deletions
|
@ -2,12 +2,12 @@
|
|||
.\" Title: nvme-ocp-smart-add-log
|
||||
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 10/31/2024
|
||||
.\" Date: 03/17/2025
|
||||
.\" Manual: NVMe Manual
|
||||
.\" Source: NVMe
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "NVME\-OCP\-SMART\-AD" "1" "10/31/2024" "NVMe" "NVMe Manual"
|
||||
.TH "NVME\-OCP\-SMART\-AD" "1" "03/17/2025" "NVMe" "NVMe Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -32,7 +32,7 @@ nvme-ocp-smart-add-log \- Retrieves Extended SMART information of given OCP comp
|
|||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
.nf
|
||||
\fInvme ocp smart\-add\-log\fR <device> [\-\-output\-format=<fmt> | \-o <fmt>]
|
||||
\fInvme ocp smart\-add\-log\fR <device> [\-\-output\-format=<fmt> | \-o <fmt>] [\-\-output\-format\-version=<version>]
|
||||
.fi
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
|
@ -42,6 +42,8 @@ The <device> parameter is mandatory and may be either the NVMe character device
|
|||
.sp
|
||||
This will only work on OCP compliant devices supporting this feature\&. Results for any other device are undefined\&.
|
||||
.sp
|
||||
EXPERIMENTAL\&. The \-\-output\-format\-version can be set to 2 to generate field names for the outputs that are easier to process via scripts\&. Note this is experimental and the field names are subject to change\&.
|
||||
.sp
|
||||
On success it returns 0, error code otherwise\&.
|
||||
.SH "OPTIONS"
|
||||
.PP
|
||||
|
@ -52,6 +54,14 @@ Set the reporting format to
|
|||
or
|
||||
\fIjson\fR\&. Only one output format can be used at a time\&. The default is normal\&.
|
||||
.RE
|
||||
.PP
|
||||
\-\-output\-format\-version=<version>
|
||||
.RS 4
|
||||
Set the field labels in the reporting format to either
|
||||
\fI1\fR
|
||||
(the original) or
|
||||
\fI2\fR\&. The default is 1\&. Note this is experimental\&.
|
||||
.RE
|
||||
.SH "EXAMPLES"
|
||||
.sp
|
||||
.RS 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue