diff options
Diffstat (limited to 'lib/libc/sys/symlink.2')
-rw-r--r-- | lib/libc/sys/symlink.2 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 7440ee0..2d5afa4 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -66,12 +66,6 @@ The symbolic link succeeds unless: A component of the .Fa name2 prefix is not a directory. -.It Bq Er EINVAL -Either -.Fa name1 -or -.Fa name2 -contains a character with the high-order bit set. .It Bq Er ENAMETOOLONG A component of either pathname exceeded 255 characters, or the entire length of either path name exceeded 1023 characters. |