* 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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index d962d363e..8ccee121a 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 -- 2.26.2