diff options
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 |