Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen s/resolved_name/resolvedname/g
details: https://anonhg.NetBSD.org/src/rev/3db866af408b
branches: trunk
changeset: 533646:3db866af408b
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Jul 06 02:46:41 2002 +0000
description:
s/resolved_name/resolvedname/g
s/resolved_path/resolvedname/g
diffstat:
lib/libc/gen/realpath.3 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 0c1dc6f4874f -r 3db866af408b lib/libc/gen/realpath.3
--- a/lib/libc/gen/realpath.3 Sat Jul 06 01:31:32 2002 +0000
+++ b/lib/libc/gen/realpath.3 Sat Jul 06 02:46:41 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: realpath.3,v 1.8 2002/02/07 07:00:16 ross Exp $
+.\" $NetBSD: realpath.3,v 1.9 2002/07/06 02:46:41 yamt Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -85,14 +85,14 @@
The
.Fn realpath
function returns
-.Fa resolved_name
+.Fa resolvedname
on success.
If an error occurs,
.Fn realpath
returns
.Dv NULL ,
and
-.Fa resolved_name
+.Fa resolvedname
contains the pathname which caused the problem.
.Sh ERRORS
The function
@@ -124,6 +124,6 @@
version always returns absolute pathnames,
whereas the Solaris implementation will,
under certain circumstances, return a relative
-.Fa resolved_path
+.Fa resolvedname
when given a relative
.Fa pathname .
Home |
Main Index |
Thread Index |
Old Index