mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
doc: ls: fix regression in -f description
The description of -f regressed in coreutils 9.0 * doc/coreutils.texi (ls invocation): Detail which options are enabled/disabled with -f. * src/ls.c (usage): Likewise. (decode_switches): Update comments. Fixes https://bugs.gnu.org/67765
This commit is contained in:
@@ -8135,10 +8135,10 @@ sort according to the ctime. @xref{File timestamps}.
|
||||
@cindex unsorted directory listing
|
||||
@cindex directory order, listing by
|
||||
Produce an unsorted directory listing.
|
||||
This is equivalent to the combination of @option{--all} (@option{-a}),
|
||||
@option{--sort=none} (@option{-U}), @option{-1},
|
||||
@option{--color=none}, and @option{--hyperlink=none},
|
||||
while also disabling any previous use of @option{--size} (@option{-s}).
|
||||
This is like @option{--sort=none} (@option{-U}),
|
||||
but also enable @option{--all} (@option{-a}),
|
||||
while also disabling any previous use of @option{-l}, @option{--color}
|
||||
@option{--size}, or @option{--hyperlink}.
|
||||
|
||||
@item -r
|
||||
@itemx --reverse
|
||||
|
||||
Reference in New Issue
Block a user