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 date.



details:   https://anonhg.NetBSD.org/src/rev/2664e1b893ed
branches:  trunk
changeset: 753634:2664e1b893ed
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 05 07:44:28 2010 +0000

description:
Fix date.

diffstat:

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

diffs (36 lines):

diff -r 9eb3bd085894 -r 2664e1b893ed lib/libc/sys/getuid.2
--- a/lib/libc/sys/getuid.2     Mon Apr 05 07:19:28 2010 +0000
+++ b/lib/libc/sys/getuid.2     Mon Apr 05 07:44:28 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getuid.2,v 1.16 2010/04/03 15:13:43 jruoho Exp $
+.\"    $NetBSD: getuid.2,v 1.17 2010/04/05 07:44:28 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)getuid.2   8.1 (Berkeley) 6/4/93
 .\"
-.Dd Arpil 3, 2010
+.Dd April 3, 2010
 .Dt GETUID 2
 .Os
 .Sh NAME
diff -r 9eb3bd085894 -r 2664e1b893ed lib/libc/sys/setuid.2
--- a/lib/libc/sys/setuid.2     Mon Apr 05 07:19:28 2010 +0000
+++ b/lib/libc/sys/setuid.2     Mon Apr 05 07:44:28 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: setuid.2,v 1.21 2010/04/03 15:13:43 jruoho Exp $
+.\"    $NetBSD: setuid.2,v 1.22 2010/04/05 07:44:28 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)setuid.2   8.1 (Berkeley) 6/4/93
 .\"
-.Dd Arpil 3, 2010
+.Dd April 3, 2010
 .Dt SETUID 2
 .Os
 .Sh NAME



Home | Main Index | Thread Index | Old Index