Module Name: src
Committed By: enami
Date: Tue Mar 5 03:11:27 UTC 2013
Modified Files:
src/lib/libc/gen: realpath.3
Log Message:
- Refer the argument with correct name.
- Mark up the function as a function like rest of this paragraph does.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/lib/libc/gen/realpath.3:1.16
--- src/lib/libc/gen/realpath.3:1.15 Tue Mar 5 02:46:33 2013
+++ src/lib/libc/gen/realpath.3 Tue Mar 5 03:11:27 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: realpath.3,v 1.15 2013/03/05 02:46:33 soda Exp $
+.\" $NetBSD: realpath.3,v 1.16 2013/03/05 03:11:27 enami Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@ and return the absolute pathname corresp
.Fa pathname .
.Sh RETURN VALUES
If
-.Fa resolvednamed
+.Fa resolvedname
is
.Dv NULL ,
it will be allocated and the returned pointer can be deallocated using
@@ -92,7 +92,7 @@ returns
and
.Fa resolvedname
was not allocated by
-.Nm ,
+.Fn realpath ,
it will contain the pathname which caused the problem.
.Sh ERRORS
The function