]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
doc: fixup 3rd party man page
authorKeith Busch <keith.busch@intel.com>
Wed, 22 May 2019 22:42:16 +0000 (16:42 -0600)
committerKeith Busch <keith.busch@intel.com>
Wed, 22 May 2019 22:42:16 +0000 (16:42 -0600)
ensure it compiles with asciidoc

Signed-off-by: Keith Busch <keith.busch@intel.com>
Documentation/nvme-virtium-save-smart-to-vtview-log.txt
Documentation/nvme-virtium-show-identify.txt

index 812337d95d5b374372214baa4b1113b6d653ca37..3e27b7eb050e8fe7b17d1fe481ea6193da92d413 100755 (executable)
@@ -78,7 +78,7 @@ EXAMPLES
 ------------
 # nvme virtium save-smart-to-vtview-log /dev/yourDevice
 ------------
-+
+
 NVME
 ----
 Part of the nvme-user suite
index 6b07ffed85ed756279dd7addbc8884af2f2df7c9..5ce1933f3c65c5e505683d0890255f7610dcdb3b 100755 (executable)
@@ -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 <device> 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
 ----