Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libc/gen Pull up revision 1.9 (requested by yamt in...
details: https://anonhg.NetBSD.org/src/rev/14703e70fb42
branches: netbsd-1-6
changeset: 528352:14703e70fb42
user: lukem <lukem%NetBSD.org@localhost>
date: Sat Jul 06 14:00:05 2002 +0000
description:
Pull up revision 1.9 (requested by yamt in ticket #437):
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 d6bb8f3f0bfd -r 14703e70fb42 lib/libc/gen/realpath.3
--- a/lib/libc/gen/realpath.3 Sat Jul 06 03:21:21 2002 +0000
+++ b/lib/libc/gen/realpath.3 Sat Jul 06 14:00:05 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.8.2.1 2002/07/06 14:00:05 lukem 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