From: Keith Busch
Date: Fri, 26 Feb 2016 15:30:21 +0000 (-0700)
Subject: Documenation fixes
X-Git-Tag: v0.4~5
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3ae8c973742999a22129568f5cf80644ededc37b;p=users%2Fsagi%2Fnvme-cli.git
Documenation fixes
Addresing typos and a few subtle incorrect usages. '0x' is a required
prefix for parsing hex numbers.
Signed-off-by: Keith Busch
---
diff --git a/Documentation/nvme-admin-passthru.1 b/Documentation/nvme-admin-passthru.1
index 8bfa1cc1..7be84bc4 100644
--- a/Documentation/nvme-admin-passthru.1
+++ b/Documentation/nvme-admin-passthru.1
@@ -2,12 +2,12 @@
.\" Title: nvme-admin-passthru
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1
-.\" Date: 06/08/2015
+.\" Date: 02/26/2016
.\" Manual: NVMe Manual
.\" Source: NVMe
.\" Language: English
.\"
-.TH "NVME\-ADMIN\-PASSTHR" "1" "06/08/2015" "NVMe" "NVMe Manual"
+.TH "NVME\-ADMIN\-PASSTHR" "1" "02/26/2016" "NVMe" "NVMe Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -118,7 +118,7 @@ Print the raw returned buffer to stdout if the command returns a structure\&.
.sp -1
.IP \(bu 2.3
.\}
-The following will run the admin command with opcode=6 and cdw10=1, which cooresponds to an identify controller command\&. This example requires the data\-len param be 4096, which is the size of the returned structure\&. The \-r option is used because it is a data\-in command
+The following will run the admin command with opcode=6 and cdw10=1, which corresponds to an identify controller command\&. This example requires the data\-len param be 4096, which is the size of the returned structure\&. The \-r option is used because it is a data\-in command
.sp
.if n \{\
.RS 4
diff --git a/Documentation/nvme-admin-passthru.html b/Documentation/nvme-admin-passthru.html
index a7612298..a955088d 100644
--- a/Documentation/nvme-admin-passthru.html
+++ b/Documentation/nvme-admin-passthru.html
@@ -931,7 +931,7 @@ printed to stdout for another program to parse.
The following will run the admin command with opcode=6 and cdw10=1, which
- cooresponds to an identify controller command. This example requires the
+ corresponds to an identify controller command. This example requires the
data-len param be 4096, which is the size of the returned structure. The -r
option is used because it is a data-in command
@@ -962,7 +962,7 @@ Or if you want to save that structure to a file: