]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: correct '--inside-order' to '--inside-outer' in documentation
authorBenno Schulenberg <bensberg@justemail.net>
Thu, 11 Aug 2011 19:47:15 +0000 (21:47 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:52 +0000 (15:49 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
fdisk/sfdisk.8
fdisk/sfdisk.c

index c3f06b3bb9335add40874df6721bbcbf993ce9f5..02e8d11a8f43aa27952718b68acd70c7cf12c36a 100644 (file)
@@ -322,10 +322,10 @@ Caution, see warning section. To be documented.
 .B \-\-not\-in\-order
 Caution, see warning section. To be documented.
 .TP
-.B \-\-inside\-order
+.B \-\-inside\-outer
 Caution, see warning section. Chaining order.
 .TP
-.B \-\-not\-inside\-order
+.B \-\-not\-inside\-outer
 Caution, see warning section. Chaining order.
 .TP
 .B \-\-nested
index cd494d0656455ba9e9e348e2b14e9dbbed7dde46..08e1b0c530491d197b957431bc6ab7c87e3ac85b 100644 (file)
@@ -2368,8 +2368,8 @@ usage(FILE * out) {
                   "      --IBM               same as --leave-last\n"
                   "      --in-order          partitions are in order\n"
                   "      --not-in-order      partitions are not in order\n"
-                  "      --inside-order      all logicals inside outermost extended\n"
-                  "      --not-inside-order  not all logicals inside outermost extended\n"
+                  "      --inside-outer      all logicals inside outermost extended\n"
+                  "      --not-inside-outer  not all logicals inside outermost extended\n"
                   "      --nested            every partition is disjoint from all others\n"
                   "      --chained           like nested, but extended partitions may lie outside\n"
                   "      --onesector         partitions are mutually disjoint\n"