diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/symlink.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 8bb9967..b7de57d 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -65,14 +65,16 @@ The symbolic link succeeds unless: .It Bq Er ENOTDIR A component of the .Fa name2 -prefix is not a directory. +path prefix is not a directory. .It Bq Er ENAMETOOLONG A component of the .Fa name2 pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. .It Bq Er ENOENT -The named file does not exist. +A component of the +.Fa name2 +path prefix does not exist. .It Bq Er EACCES A component of the .Fa name2 |