Module Name: src
Committed By: wiz
Date: Thu Jun 21 21:35:25 UTC 2012
Modified Files:
src/lib/libc/gen: realpath.3
Log Message:
Drop trailing whitespace and avoid xr to itself.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/lib/libc/gen/realpath.3:1.14
--- src/lib/libc/gen/realpath.3:1.13 Thu Jun 21 21:13:07 2012
+++ src/lib/libc/gen/realpath.3 Thu Jun 21 21:35:25 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: realpath.3,v 1.13 2012/06/21 21:13:07 christos Exp $
+.\" $NetBSD: realpath.3,v 1.14 2012/06/21 21:35:25 wiz Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -91,7 +91,7 @@ returns
and
.Fa resolvedname
was not allocated by
-.Xr realpath ,
+.Nm ,
it will contain the pathname which caused the problem.
.Sh ERRORS
The function
@@ -113,7 +113,7 @@ and
.Sh STANDARDS
.Fn realpath
first appeared in
-.St -xpg4.2
+.St -xpg4.2
and is part of
.St -p1003.1-2001 .
.Sh HISTORY