Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Remove superfluous comma.



details:   https://anonhg.NetBSD.org/src/rev/284fdf7bff1b
branches:  trunk
changeset: 335865:284fdf7bff1b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jan 27 10:11:20 2015 +0000

description:
Remove superfluous comma.

diffstat:

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

diffs (18 lines):

diff -r cd38c1dc394e -r 284fdf7bff1b lib/libc/sys/rename.2
--- a/lib/libc/sys/rename.2     Tue Jan 27 04:20:23 2015 +0000
+++ b/lib/libc/sys/rename.2     Tue Jan 27 10:11:20 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index