Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen - Refer the argument with correct name.
details: https://anonhg.NetBSD.org/src/rev/e969d1e3e74b
branches: trunk
changeset: 785230:e969d1e3e74b
user: enami <enami%NetBSD.org@localhost>
date: Tue Mar 05 03:11:27 2013 +0000
description:
- Refer the argument with correct name.
- Mark up the function as a function like rest of this paragraph does.
diffstat:
lib/libc/gen/realpath.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3367504e2a77 -r e969d1e3e74b lib/libc/gen/realpath.3
--- a/lib/libc/gen/realpath.3 Tue Mar 05 03:06:21 2013 +0000
+++ b/lib/libc/gen/realpath.3 Tue Mar 05 03:11:27 2013 +0000
@@ -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 @@
.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 @@
and
.Fa resolvedname
was not allocated by
-.Nm ,
+.Fn realpath ,
it will contain the pathname which caused the problem.
.Sh ERRORS
The function
Home |
Main Index |
Thread Index |
Old Index