summaryrefslogtreecommitdiffstats
path: root/Documentation/nvme-wdc-clear-pcie-corr.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 07:04:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-20 07:04:31 +0000
commit727de41af97db70722cfc1898ebb027b9e339969 (patch)
tree990f71500c8feeb9f437c5021522ebaff3915141 /Documentation/nvme-wdc-clear-pcie-corr.1
parentAdding upstream version 1.15. (diff)
downloadnvme-cli-727de41af97db70722cfc1898ebb027b9e339969.tar.xz
nvme-cli-727de41af97db70722cfc1898ebb027b9e339969.zip
Adding upstream version 1.16.upstream/1.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Documentation/nvme-wdc-clear-pcie-corr.1')
-rw-r--r--Documentation/nvme-wdc-clear-pcie-corr.171
1 files changed, 0 insertions, 71 deletions
diff --git a/Documentation/nvme-wdc-clear-pcie-corr.1 b/Documentation/nvme-wdc-clear-pcie-corr.1
deleted file mode 100644
index 6e5989d..0000000
--- a/Documentation/nvme-wdc-clear-pcie-corr.1
+++ /dev/null
@@ -1,71 +0,0 @@
-'\" t
-.\" Title: nvme-wdc-clear-pcie-corr
-.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
-.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 01/08/2019
-.\" Manual: NVMe Manual
-.\" Source: NVMe
-.\" Language: English
-.\"
-.TH "NVME\-WDC\-CLEAR\-PC" "1" "01/08/2019" "NVMe" "NVMe Manual"
-.\" -----------------------------------------------------------------
-.\" * Define some portability stuff
-.\" -----------------------------------------------------------------
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.\" http://bugs.debian.org/507673
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.ie \n(.g .ds Aq \(aq
-.el .ds Aq '
-.\" -----------------------------------------------------------------
-.\" * set default formatting
-.\" -----------------------------------------------------------------
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.\" -----------------------------------------------------------------
-.\" * MAIN CONTENT STARTS HERE *
-.\" -----------------------------------------------------------------
-.SH "NAME"
-nvme-wdc-clear-pcie-corr \- Clears the pcie correctable errors field returned in the smart\-log\-add command\&.
-.SH "SYNOPSIS"
-.sp
-.nf
-\fInvme wdc clear\-pcie\-corr\fR <device>
-.fi
-.SH "DESCRIPTION"
-.sp
-For the NVMe device given, sends the wdc vendor unique clear pcie correctable errors command\&.
-.sp
-The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1)\&.
-.sp
-This will only work on WDC devices supporting this feature\&. Results for any other device are undefined\&.
-.SH "OPTIONS"
-.sp
-None
-.SH "EXAMPLES"
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-Clears the PCIe Correctable Error Count field returned in the smart\-log\-add command:
-.sp
-.if n \{\
-.RS 4
-.\}
-.nf
-# nvme wdc clear\-pcie\-corr /dev/nvme0
-.fi
-.if n \{\
-.RE
-.\}
-.RE
-.SH "NVME"
-.sp
-Part of the nvme\-user suite