From 554bc5f287d445bcb5a28c5d9d8630f66d390a55 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Tue, 12 Dec 2006 19:57:17 +0000 Subject: [PATCH] Correct ENOENT description. --- lib/libc/sys/symlink.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 8bb9967db1e5..b7de57d46371 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