diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-03-18 06:00:32 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-03-18 06:00:32 +0000 |
| commit | 33e820cb39e7c94e7d7504344c18e4044fb462d4 (patch) | |
| tree | bba1d9aaf405c09aba2a4fcadb9691580e80b2d6 /man2/access.2 | |
| parent | 5bb80360ee590c315ac07a45484b8ab02e82e185 (diff) | |
| download | man-pages-33e820cb39e7c94e7d7504344c18e4044fb462d4.tar.gz | |
Improve ENOENT description.
Diffstat (limited to 'man2/access.2')
| -rw-r--r-- | man2/access.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man2/access.2 b/man2/access.2 index 3fdeb888de..98e41d3911 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -120,10 +120,9 @@ Too many symbolic links were encountered in resolving is too long. .TP .B ENOENT -A directory component in +A component of .I pathname -would have been accessible but does not exist or was a dangling -symbolic link. +does not exist or is a dangling symbolic link. .TP .B ENOTDIR A component used as a directory in |
