]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
docs: Update formatting for sanact list
authorDaniel Wagner <dwagner@suse.de>
Thu, 11 Aug 2022 13:55:20 +0000 (15:55 +0200)
committerDaniel Wagner <dwagner@suse.de>
Wed, 7 Sep 2022 06:40:46 +0000 (08:40 +0200)
asciidoc creates list with either a '*' or '-'. Without it this is
rendered as one paragraph which is hard to read.

While at it, also use hex values to match with example.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
Documentation/nvme-sanitize.txt

index 196983b6c7ed71b065210fee07762a7bc22ea21b..f98d0399f9ffcf5fc7199ac324523b6eda679295 100644 (file)
@@ -65,11 +65,16 @@ OPTIONS
 -a <action>::
 --sanact=<action>::
     Sanitize Action:
-    000b - Reserved
-    001b - Exit Failure Mode
-    010b - Start a Block Erase sanitize operation
-    011b - Start an Overwrite sanitize operation
-    100b - Start a Crypto Erase sanitize operation
++
+[]
+|=================
+|Value|Definition
+|0x00| Reserved
+|0x01| Exit Failure Mode
+|0x02| Start a Block Erase sanitize operation
+|0x03| Start an Overwrite sanitize operation
+|0x04| Start a Crypto Erase sanitize operation
+|=================
 
 -p <overwrite-pattern>::
 --ovrpat=<overwrite-pattern>::