summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/symlink.2
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-12 20:06:52 +0000
committerpjd <pjd@FreeBSD.org>2006-12-12 20:06:52 +0000
commit35794d75f2d5fb7d103d74d3dc6ec092661a00c6 (patch)
tree349f7c7b3dc6e5fa8ab2e2781637cb4bcec5b9e0 /lib/libc/sys/symlink.2
parentb94e298b13ee61606a772d99d15f67a6e39958d5 (diff)
downloadFreeBSD-src-35794d75f2d5fb7d103d74d3dc6ec092661a00c6.zip
FreeBSD-src-35794d75f2d5fb7d103d74d3dc6ec092661a00c6.tar.gz
Be more specific when ELOOP can be returned.
Diffstat (limited to 'lib/libc/sys/symlink.2')
-rw-r--r--lib/libc/sys/symlink.24
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
OpenPOWER on IntegriCloud