stat.2: wfix

Reported-by: Tolga Dalman <tdalman@project-psi.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-04-21 14:53:07 +12:00
parent dbb433dc4f
commit 5cf0b3b40e
1 changed files with 7 additions and 3 deletions

View File

@ -316,15 +316,19 @@ Too many symbolic links encountered while traversing the path.
File name too long.
.TP
.B ENOENT
A component of the path
A component of
.I path
does not exist, or the path is an empty string.
does not exist, or
.I path
is an empty string.
.TP
.B ENOMEM
Out of memory (i.e., kernel memory).
.TP
.B ENOTDIR
A component of the path is not a directory.
A component of
.I path
is not a directory.
.TP
.B EOVERFLOW
.RB ( stat ())