diff options
author | pjd <pjd@FreeBSD.org> | 2006-12-12 20:06:52 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-12-12 20:06:52 +0000 |
commit | 35794d75f2d5fb7d103d74d3dc6ec092661a00c6 (patch) | |
tree | 349f7c7b3dc6e5fa8ab2e2781637cb4bcec5b9e0 /lib/libc | |
parent | b94e298b13ee61606a772d99d15f67a6e39958d5 (diff) | |
download | FreeBSD-src-35794d75f2d5fb7d103d74d3dc6ec092661a00c6.zip FreeBSD-src-35794d75f2d5fb7d103d74d3dc6ec092661a00c6.tar.gz |
Be more specific when ELOOP can be returned.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/symlink.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 7b3d865..dd17f08 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -84,7 +84,9 @@ A component of the .Fa name2 path prefix denies write permission. .It Bq Er ELOOP -Too many symbolic links were encountered in translating the pathname. +Too many symbolic links were encountered in translating the +.Fa name2 +path name. .It Bq Er EEXIST The path name pointed at by the .Fa name2 |