Module Name:    src
Committed By:   wiz
Date:           Tue Jan 27 10:11:20 UTC 2015

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

Log Message:
Remove superfluous comma.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/lib/libc/sys/rename.2:1.33
--- src/lib/libc/sys/rename.2:1.32	Sun Jul 28 10:24:59 2013
+++ src/lib/libc/sys/rename.2	Tue Jan 27 10:11:20 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rename.2,v 1.32 2013/07/28 10:24:59 njoly Exp $
+.\"	$NetBSD: rename.2,v 1.33 2015/01/27 10:11:20 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -34,7 +34,7 @@
 .Os
 .Sh NAME
 .Nm rename ,
-.Nm renameat ,
+.Nm renameat
 .Nd change the name of a file
 .Sh LIBRARY
 .Lb libc

Reply via email to