projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b2c15
)
(ls invocation): Document new "ls" exit status.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 9 Dec 2004 17:50:54 +0000
(17:50 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 9 Dec 2004 17:50:54 +0000
(17:50 +0000)
doc/coreutils.texi
patch
|
blob
|
history
diff --git
a/doc/coreutils.texi
b/doc/coreutils.texi
index 47995386355315b80cd13cc00235ff2003ff730c..0795088e4a64dfcb3aacb3d23421f284b7610a40 100644
(file)
--- a/
doc/coreutils.texi
+++ b/
doc/coreutils.texi
@@
-5290,7
+5290,14
@@
within each section, options are listed alphabetically (ignoring case).
The division of options into the subsections is not absolute, since some
options affect more than one aspect of @command{ls}'s operation.
-@exitstatus
+@cindex exit status of @command{ls}
+Exit status:
+
+@display
+0 success
+1 minor problems (e.g., a file could not be found)
+2 serious trouble (e.g., memory exhausted)
+@end display
Also see @ref{Common options}.