]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: adjust ls --zero option order in texinfo
authorPádraig Brady <P@draigBrady.com>
Sun, 26 Sep 2021 12:48:03 +0000 (13:48 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 26 Sep 2021 12:48:03 +0000 (13:48 +0100)
* doc/coreutils.texi (ls invocation - general output formatting):
The option ordering was not changed when the option was renamed
from --null to --zero.

doc/coreutils.texi

index d962d363e93bc96b10905b4fce0904ec7afa9c53..8ccee121af011879597d495d7067fd21b63aa2f8 100644 (file)
@@ -8238,14 +8238,6 @@ List files horizontally, with as many as will fit on each line,
 separated by @samp{, } (a comma and a space),
 and with no other information.
 
-@item --zero
-@opindex --zero
-@outputNUL
-This option is incompatible with the @option{--dired} (@option{-D}) option.
-This option also implies the options @option{--show-control-chars},
-@option{-1}, @option{--color=none}, and
-@option{--quoting-style=literal} (@option{-N}).
-
 @item -p
 @itemx --indicator-style=slash
 @opindex -p
@@ -8287,6 +8279,14 @@ is 80.  With a @var{cols} value of @samp{0}, there is no limit on
 the length of the output line, and that single output line will
 be delimited with spaces, not tabs.
 
+@item --zero
+@opindex --zero
+@outputNUL
+This option is incompatible with the @option{--dired} (@option{-D}) option.
+This option also implies the options @option{--show-control-chars},
+@option{-1}, @option{--color=none}, and
+@option{--quoting-style=literal} (@option{-N}).
+
 @end table