summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-12-12 19:57:17 +0000
committerpjd <pjd@FreeBSD.org>2006-12-12 19:57:17 +0000
commit29ffd274010a9656b0f306517e1c8144ef652f0b (patch)
tree47ad2125b23da8fd1ae3f7e99afe169b755404f4 /lib/libc
parent024a6b9fb418c70d8f99c0b11c604c6d9c1ee380 (diff)
downloadFreeBSD-src-29ffd274010a9656b0f306517e1c8144ef652f0b.zip
FreeBSD-src-29ffd274010a9656b0f306517e1c8144ef652f0b.tar.gz
Correct ENOENT description.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/symlink.26
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
OpenPOWER on IntegriCloud