Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys replace return with rename (from Bruce Korb).



details:   https://anonhg.NetBSD.org/src/rev/6d64fab542ab
branches:  trunk
changeset: 510051:6d64fab542ab
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 17 23:45:24 2001 +0000

description:
replace return with rename (from Bruce Korb).

diffstat:

 lib/libc/sys/rename.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00cab5fef88c -r 6d64fab542ab lib/libc/sys/rename.2
--- a/lib/libc/sys/rename.2     Thu May 17 23:23:36 2001 +0000
+++ b/lib/libc/sys/rename.2     Thu May 17 23:45:24 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rename.2,v 1.12 2000/06/17 19:33:34 hubertf Exp $
+.\"    $NetBSD: rename.2,v 1.13 2001/05/17 23:45:24 matt Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -78,7 +78,7 @@
 and
 .Fa to
 are pathnames of the same existing file in the file system's name space,
-.Fn return
+.Fn rename
 returns successfully and performs no other action.
 .Sh CAVEAT
 The system can deadlock if a loop in the file system graph is present.



Home | Main Index | Thread Index | Old Index