Module Name:    src
Committed By:   wiz
Date:           Mon Apr  5 07:44:28 UTC 2010

Modified Files:
        src/lib/libc/sys: getuid.2 setuid.2

Log Message:
Fix date.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/sys/getuid.2
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/sys/setuid.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/getuid.2
diff -u src/lib/libc/sys/getuid.2:1.16 src/lib/libc/sys/getuid.2:1.17
--- src/lib/libc/sys/getuid.2:1.16	Sat Apr  3 15:13:43 2010
+++ src/lib/libc/sys/getuid.2	Mon Apr  5 07:44:28 2010
@@ -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

Index: src/lib/libc/sys/setuid.2
diff -u src/lib/libc/sys/setuid.2:1.21 src/lib/libc/sys/setuid.2:1.22
--- src/lib/libc/sys/setuid.2:1.21	Sat Apr  3 15:13:43 2010
+++ src/lib/libc/sys/setuid.2	Mon Apr  5 07:44:28 2010
@@ -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

Reply via email to