From: Keith Busch Date: Wed, 22 May 2019 22:42:16 +0000 (-0600) Subject: doc: fixup 3rd party man page X-Git-Tag: v1.9~53 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9f207174460560727b65bebfd7c79ca52b579634;p=users%2Fsagi%2Fnvme-cli.git doc: fixup 3rd party man page ensure it compiles with asciidoc Signed-off-by: Keith Busch --- diff --git a/Documentation/nvme-virtium-save-smart-to-vtview-log.txt b/Documentation/nvme-virtium-save-smart-to-vtview-log.txt index 812337d9..3e27b7eb 100755 --- a/Documentation/nvme-virtium-save-smart-to-vtview-log.txt +++ b/Documentation/nvme-virtium-save-smart-to-vtview-log.txt @@ -78,7 +78,7 @@ EXAMPLES ------------ # nvme virtium save-smart-to-vtview-log /dev/yourDevice ------------ -+ + NVME ---- Part of the nvme-user suite diff --git a/Documentation/nvme-virtium-show-identify.txt b/Documentation/nvme-virtium-show-identify.txt index 6b07ffed..5ce1933f 100755 --- a/Documentation/nvme-virtium-show-identify.txt +++ b/Documentation/nvme-virtium-show-identify.txt @@ -1,5 +1,5 @@ nvme-virtium-show-identify(1) -======================================== +============================= NAME ---- @@ -12,16 +12,15 @@ SYNOPSIS DESCRIPTION ----------- -This command prints complete detail of the identify device information. The details include settings and -description of each feature. The descriptions are based on NVM Express Revision 1.3c specification. +This command prints complete detail of the identify device information. The +details include settings and description of each feature. The descriptions are +based on NVM Express Revision 1.3c specification. The parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0), or a namespace block device (ex: /dev/nvme0n1). On success, the command prints identify device in human readable format. - - OPTIONS ------- none @@ -34,7 +33,6 @@ EXAMPLES ------------ # nvme virtium show-identify /dev/nvme0n1 ------------ -+ NVME ----