]> git.ipfire.org Git - thirdparty/coreutils.git/commit
doc: improve ls documentation
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2021 18:26:48 +0000 (11:26 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 28 Jul 2021 19:30:12 +0000 (12:30 -0700)
commit1625916a1ba4148b4127b7742337bde1606d4b80
tree3a242fbdec0f42221bcb206db19fe56a57b519af
parentc75779cac3abec6e6072c0ac77dced85d1c44370
doc: improve ls documentation

* doc/coreutils.texi (ls invocation): Document implementation more
closely.  Be more consistent about style.  Omit some needless words.
* src/ls.c (usage): Don’t overdocument -f, as the details were wrong.
Omit -1 advice as it’s a bit obsolete now that we have --zero and
is a bit much for --usage output anyway.
doc/coreutils.texi
src/ls.c