Module Name: src
Committed By: wiz
Date: Fri May 24 09:35:11 UTC 2013
Modified Files:
src/lib/libc/gen: realpath.3
Log Message:
More markup. Merge two error entries for the same error.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/gen/realpath.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/realpath.3
diff -u src/lib/libc/gen/realpath.3:1.17 src/lib/libc/gen/realpath.3:1.18
--- src/lib/libc/gen/realpath.3:1.17 Fri May 24 03:20:18 2013
+++ src/lib/libc/gen/realpath.3 Fri May 24 09:35:11 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: realpath.3,v 1.17 2013/05/24 03:20:18 enami Exp $
+.\" $NetBSD: realpath.3,v 1.18 2013/05/24 09:35:11 wiz Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -118,13 +118,14 @@ argument is
Too many symbolic links were encountered in translating the
.Fa pathname .
.It Bq Er ENAMETOOLONG
-The resulting absolute pathname exceeds MAXPATHLEN characters.
+The resulting absolute pathname exceeds
+.Dv MAXPATHLEN
+characters.
.It Bq Er ENOENT
The value of the
.Fa pathname
-argument is an empty string.
-.It Bq Er ENOENT
-A symbolic link to an empty string is encountered.
+argument is an empty string;
+or a symbolic link to an empty string is encountered.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.El