]> www.infradead.org Git - users/hch/nvme-cli.git/commitdiff
fixup attach-ns documentation
authorKeith Busch <kbusch@kernel.org>
Wed, 23 Oct 2019 02:40:09 +0000 (11:40 +0900)
committerKeith Busch <kbusch@kernel.org>
Wed, 23 Oct 2019 02:40:09 +0000 (11:40 +0900)
Signed-off-by: Keith Busch <kbusch@kernel.org>
Documentation/nvme-attach-ns.txt
updated.patch1 [deleted file]

index 8467335fb367fe14f87a906e281fe7b8f20667a7..a5d347120a0c2597a9157c28d795a23623fc0335 100644 (file)
@@ -33,9 +33,6 @@ EXAMPLES
        Attach namspace to the controller:
 
                # nvme attach-ns /dev/nvme1  -n 0x2 -c 0x21
-        
-               Note: Namespace identifier and controller identifier(s) should be in hexadecimal.
-
 
 NVME
 ----
diff --git a/updated.patch1 b/updated.patch1
deleted file mode 100644 (file)
index 1042e5f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/Documentation/nvme-attach-ns.txt b/Documentation/nvme-attach-ns.txt
-index 8467335..79bb525 100644
---- a/Documentation/nvme-attach-ns.txt
-+++ b/Documentation/nvme-attach-ns.txt
-@@ -34,9 +34,6 @@ EXAMPLES
-               # nvme attach-ns /dev/nvme1  -n 0x2 -c 0x21
-         
--              Note: Namespace identifier and controller identifier(s) should be in hexadecimal.
--
--
- NVME
- ----
- Part of the nvme-user suite