From: Pádraig Brady Date: Sun, 26 Sep 2021 12:48:03 +0000 (+0100) Subject: doc: adjust ls --zero option order in texinfo X-Git-Tag: v9.1~208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0475ce9f8409f10e2150e5d7b3184f035000d937;p=thirdparty%2Fcoreutils.git doc: adjust ls --zero option order in texinfo * doc/coreutils.texi (ls invocation - general output formatting): The option ordering was not changed when the option was renamed from --null to --zero. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d962d363e9..8ccee121af 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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