From 0475ce9f8409f10e2150e5d7b3184f035000d937 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 26 Sep 2021 13:48:03 +0100 Subject: [PATCH] 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. --- doc/coreutils.texi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.47.2