Module Name: src
Committed By: dholland
Date: Sat May 5 21:18:43 UTC 2012
Modified Files:
src/lib/libc/string: index.3 rindex.3
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/index.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/string/rindex.3
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/string/index.3
diff -u src/lib/libc/string/index.3:1.14 src/lib/libc/string/index.3:1.15
--- src/lib/libc/string/index.3:1.14 Sat May 5 21:14:55 2012
+++ src/lib/libc/string/index.3 Sat May 5 21:18:43 2012
@@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)index.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: index.3,v 1.14 2012/05/05 21:14:55 dholland Exp $
+.\" $NetBSD: index.3,v 1.15 2012/05/05 21:18:43 dholland Exp $
.\"
-.Dd April 29, 2010
+.Dd May 5, 2012
.Dt INDEX 3
.Os
.Sh NAME
Index: src/lib/libc/string/rindex.3
diff -u src/lib/libc/string/rindex.3:1.13 src/lib/libc/string/rindex.3:1.14
--- src/lib/libc/string/rindex.3:1.13 Sat May 5 21:14:55 2012
+++ src/lib/libc/string/rindex.3 Sat May 5 21:18:43 2012
@@ -28,9 +28,9 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rindex.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: rindex.3,v 1.13 2012/05/05 21:14:55 dholland Exp $
+.\" $NetBSD: rindex.3,v 1.14 2012/05/05 21:18:43 dholland Exp $
.\"
-.Dd April 29, 2010
+.Dd May 5, 2012
.Dt RINDEX 3
.Os
.Sh NAME