Module Name:    src
Committed By:   wiz
Date:           Sun Jun 30 11:47:00 UTC 2013

Modified Files:
        src/lib/libc/sys: rename.2

Log Message:
Fix typo in SYNOPSIS. From Henning Petersen in PR 47975.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/rename.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/rename.2
diff -u src/lib/libc/sys/rename.2:1.27 src/lib/libc/sys/rename.2:1.28
--- src/lib/libc/sys/rename.2:1.27	Sun Jan 13 08:15:02 2013
+++ src/lib/libc/sys/rename.2	Sun Jun 30 11:47:00 2013
@@ -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

Reply via email to