Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Fix typo in SYNOPSIS. From Henning Petersen in ...



details:   https://anonhg.NetBSD.org/src/rev/a0de493a832f
branches:  trunk
changeset: 787735:a0de493a832f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Jun 30 11:47:00 2013 +0000

description:
Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.

diffstat:

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

diffs (18 lines):

diff -r a4cb38a7d5d3 -r a0de493a832f lib/libc/sys/rename.2
--- a/lib/libc/sys/rename.2     Sun Jun 30 10:07:43 2013 +0000
+++ b/lib/libc/sys/rename.2     Sun Jun 30 11:47:00 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rename.2,v 1.27 2013/01/13 08:15:02 dholland Exp $
+.\"    $NetBSD: rename.2,v 1.28 2013/06/30 11:47:00 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -43,7 +43,7 @@
 .Ft int
 .Fn rename "const char *from" "const char *to"
 .Ft int
-.Fn rename "int fromfd" "const char *from" "int tofd" "const char *to"
+.Fn renameat "int fromfd" "const char *from" "int tofd" "const char *to"
 .Sh DESCRIPTION
 .Fn rename
 causes the link named



Home | Main Index | Thread Index | Old Index