aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /lib/libc/string
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc2
-rw-r--r--lib/libc/string/Symbol.map2
-rw-r--r--lib/libc/string/bcmp.32
-rw-r--r--lib/libc/string/bcmp.c2
-rw-r--r--lib/libc/string/bcopy.32
-rw-r--r--lib/libc/string/bcopy.c2
-rw-r--r--lib/libc/string/bstring.32
-rw-r--r--lib/libc/string/bzero.32
-rw-r--r--lib/libc/string/bzero.c2
-rw-r--r--lib/libc/string/ffs.32
-rw-r--r--lib/libc/string/ffs.c2
-rw-r--r--lib/libc/string/ffsl.c2
-rw-r--r--lib/libc/string/ffsll.c2
-rw-r--r--lib/libc/string/fls.c2
-rw-r--r--lib/libc/string/flsl.c2
-rw-r--r--lib/libc/string/flsll.c2
-rw-r--r--lib/libc/string/index.32
-rw-r--r--lib/libc/string/index.c2
-rw-r--r--lib/libc/string/memccpy.32
-rw-r--r--lib/libc/string/memccpy.c2
-rw-r--r--lib/libc/string/memchr.32
-rw-r--r--lib/libc/string/memchr.c2
-rw-r--r--lib/libc/string/memcmp.32
-rw-r--r--lib/libc/string/memcmp.c2
-rw-r--r--lib/libc/string/memcpy.32
-rw-r--r--lib/libc/string/memcpy.c2
-rw-r--r--lib/libc/string/memmem.32
-rw-r--r--lib/libc/string/memmem.c2
-rw-r--r--lib/libc/string/memmove.32
-rw-r--r--lib/libc/string/memmove.c2
-rw-r--r--lib/libc/string/memrchr.c2
-rw-r--r--lib/libc/string/memset.32
-rw-r--r--lib/libc/string/memset.c2
-rw-r--r--lib/libc/string/rindex.c2
-rw-r--r--lib/libc/string/stpcpy.c2
-rw-r--r--lib/libc/string/strcasecmp.32
-rw-r--r--lib/libc/string/strcasecmp.c2
-rw-r--r--lib/libc/string/strcasestr.c2
-rw-r--r--lib/libc/string/strcat.32
-rw-r--r--lib/libc/string/strcat.c2
-rw-r--r--lib/libc/string/strchr.32
-rw-r--r--lib/libc/string/strchr.c2
-rw-r--r--lib/libc/string/strcmp.32
-rw-r--r--lib/libc/string/strcmp.c2
-rw-r--r--lib/libc/string/strcoll.32
-rw-r--r--lib/libc/string/strcoll.c2
-rw-r--r--lib/libc/string/strcpy.32
-rw-r--r--lib/libc/string/strcpy.c2
-rw-r--r--lib/libc/string/strcspn.32
-rw-r--r--lib/libc/string/strcspn.c2
-rw-r--r--lib/libc/string/strdup.32
-rw-r--r--lib/libc/string/strdup.c2
-rw-r--r--lib/libc/string/strerror.32
-rw-r--r--lib/libc/string/strerror.c2
-rw-r--r--lib/libc/string/string.32
-rw-r--r--lib/libc/string/strlcat.c2
-rw-r--r--lib/libc/string/strlcpy.32
-rw-r--r--lib/libc/string/strlcpy.c2
-rw-r--r--lib/libc/string/strlen.32
-rw-r--r--lib/libc/string/strlen.c2
-rw-r--r--lib/libc/string/strmode.32
-rw-r--r--lib/libc/string/strmode.c2
-rw-r--r--lib/libc/string/strncat.c2
-rw-r--r--lib/libc/string/strncmp.c2
-rw-r--r--lib/libc/string/strncpy.c2
-rw-r--r--lib/libc/string/strndup.c2
-rw-r--r--lib/libc/string/strnstr.c2
-rw-r--r--lib/libc/string/strpbrk.32
-rw-r--r--lib/libc/string/strpbrk.c2
-rw-r--r--lib/libc/string/strrchr.c2
-rw-r--r--lib/libc/string/strsep.32
-rw-r--r--lib/libc/string/strsep.c2
-rw-r--r--lib/libc/string/strsignal.c2
-rw-r--r--lib/libc/string/strspn.32
-rw-r--r--lib/libc/string/strspn.c2
-rw-r--r--lib/libc/string/strstr.32
-rw-r--r--lib/libc/string/strstr.c2
-rw-r--r--lib/libc/string/strtok.32
-rw-r--r--lib/libc/string/strtok.c2
-rw-r--r--lib/libc/string/strxfrm.32
-rw-r--r--lib/libc/string/strxfrm.c2
-rw-r--r--lib/libc/string/swab.32
-rw-r--r--lib/libc/string/swab.c2
-rw-r--r--lib/libc/string/wcscat.c2
-rw-r--r--lib/libc/string/wcschr.c2
-rw-r--r--lib/libc/string/wcscmp.c2
-rw-r--r--lib/libc/string/wcscoll.32
-rw-r--r--lib/libc/string/wcscoll.c2
-rw-r--r--lib/libc/string/wcscpy.c2
-rw-r--r--lib/libc/string/wcscspn.c2
-rw-r--r--lib/libc/string/wcsdup.c2
-rw-r--r--lib/libc/string/wcslcat.c2
-rw-r--r--lib/libc/string/wcslcpy.c2
-rw-r--r--lib/libc/string/wcslen.c2
-rw-r--r--lib/libc/string/wcsncat.c2
-rw-r--r--lib/libc/string/wcsncmp.c2
-rw-r--r--lib/libc/string/wcsncpy.c2
-rw-r--r--lib/libc/string/wcspbrk.c2
-rw-r--r--lib/libc/string/wcsrchr.c2
-rw-r--r--lib/libc/string/wcsspn.c2
-rw-r--r--lib/libc/string/wcsstr.c2
-rw-r--r--lib/libc/string/wcstok.32
-rw-r--r--lib/libc/string/wcstok.c2
-rw-r--r--lib/libc/string/wcswidth.32
-rw-r--r--lib/libc/string/wcswidth.c2
-rw-r--r--lib/libc/string/wcsxfrm.32
-rw-r--r--lib/libc/string/wcsxfrm.c2
-rw-r--r--lib/libc/string/wmemchr.32
-rw-r--r--lib/libc/string/wmemchr.c2
-rw-r--r--lib/libc/string/wmemcmp.c2
-rw-r--r--lib/libc/string/wmemcpy.c2
-rw-r--r--lib/libc/string/wmemmove.c2
-rw-r--r--lib/libc/string/wmemset.c2
113 files changed, 113 insertions, 113 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index dffaf8730f21..1db0ed4a4385 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $FreeBSD$
+# $FreeBSD: src/lib/libc/string/Makefile.inc,v 1.37.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $
.PATH: ${.CURDIR}/${MACHINE_ARCH}/string ${.CURDIR}/string
diff --git a/lib/libc/string/Symbol.map b/lib/libc/string/Symbol.map
index c69f0b58b73e..c68b3182b314 100644
--- a/lib/libc/string/Symbol.map
+++ b/lib/libc/string/Symbol.map
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/string/Symbol.map,v 1.2.2.3.4.1 2010/02/10 00:26:20 kensmith Exp $
*/
FBSD_1.0 {
diff --git a/lib/libc/string/bcmp.3 b/lib/libc/string/bcmp.3
index d043c2cc1b62..b691f9a8cba1 100644
--- a/lib/libc/string/bcmp.3
+++ b/lib/libc/string/bcmp.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bcmp.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/bcmp.3,v 1.11.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt BCMP 3
diff --git a/lib/libc/string/bcmp.c b/lib/libc/string/bcmp.c
index 117a9a1d0cfc..b173f0c33627 100644
--- a/lib/libc/string/bcmp.c
+++ b/lib/libc/string/bcmp.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)bcmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/bcmp.c,v 1.6.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/bcopy.3 b/lib/libc/string/bcopy.3
index 23f7ac22a131..80962728a466 100644
--- a/lib/libc/string/bcopy.3
+++ b/lib/libc/string/bcopy.3
@@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bcopy.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/bcopy.3,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt BCOPY 3
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c
index bb1209cdc575..c034351ae506 100644
--- a/lib/libc/string/bcopy.c
+++ b/lib/libc/string/bcopy.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/bcopy.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
diff --git a/lib/libc/string/bstring.3 b/lib/libc/string/bstring.3
index b1aef1b5f9ef..beb5d4c50437 100644
--- a/lib/libc/string/bstring.3
+++ b/lib/libc/string/bstring.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bstring.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/bstring.3,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt BSTRING 3
diff --git a/lib/libc/string/bzero.3 b/lib/libc/string/bzero.3
index bc61d82b62af..571b03087af7 100644
--- a/lib/libc/string/bzero.3
+++ b/lib/libc/string/bzero.3
@@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)bzero.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/bzero.3,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt BZERO 3
diff --git a/lib/libc/string/bzero.c b/lib/libc/string/bzero.c
index 201bd64f808d..7c31235cca7b 100644
--- a/lib/libc/string/bzero.c
+++ b/lib/libc/string/bzero.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/bzero.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $");
#define BZERO
#include "memset.c"
diff --git a/lib/libc/string/ffs.3 b/lib/libc/string/ffs.3
index acb1ac88b7cd..a7b83723b8e6 100644
--- a/lib/libc/string/ffs.3
+++ b/lib/libc/string/ffs.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ffs.3 8.2 (Berkeley) 4/19/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/ffs.3,v 1.11.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 26, 2008
.Dt FFS 3
diff --git a/lib/libc/string/ffs.c b/lib/libc/string/ffs.c
index 9c3e0b3182e7..84682c942ab1 100644
--- a/lib/libc/string/ffs.c
+++ b/lib/libc/string/ffs.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/ffs.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/ffsl.c b/lib/libc/string/ffsl.c
index e39fd039dbc7..b5c62e5519e9 100644
--- a/lib/libc/string/ffsl.c
+++ b/lib/libc/string/ffsl.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/ffsl.c,v 1.3.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/ffsll.c b/lib/libc/string/ffsll.c
index 59e03bcb23c0..a9632959f1c1 100644
--- a/lib/libc/string/ffsll.c
+++ b/lib/libc/string/ffsll.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/ffsll.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/fls.c b/lib/libc/string/fls.c
index 2a3a3f755a7f..c339e34d1a93 100644
--- a/lib/libc/string/fls.c
+++ b/lib/libc/string/fls.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/fls.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/flsl.c b/lib/libc/string/flsl.c
index 8f60e33edaaa..c49ad905945f 100644
--- a/lib/libc/string/flsl.c
+++ b/lib/libc/string/flsl.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/flsl.c,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/flsll.c b/lib/libc/string/flsll.c
index ab5562782d2b..67759291c831 100644
--- a/lib/libc/string/flsll.c
+++ b/lib/libc/string/flsll.c
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/flsll.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
diff --git a/lib/libc/string/index.3 b/lib/libc/string/index.3
index 34bd9d699964..fb8c4572eaf4 100644
--- a/lib/libc/string/index.3
+++ b/lib/libc/string/index.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)index.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/index.3,v 1.12.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt INDEX 3
diff --git a/lib/libc/string/index.c b/lib/libc/string/index.c
index a3a317d5184e..4c163623ad60 100644
--- a/lib/libc/string/index.c
+++ b/lib/libc/string/index.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)index.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/index.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stddef.h>
diff --git a/lib/libc/string/memccpy.3 b/lib/libc/string/memccpy.3
index 350f0007c85c..d4802762c277 100644
--- a/lib/libc/string/memccpy.3
+++ b/lib/libc/string/memccpy.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memccpy.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memccpy.3,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 9, 1993
.Dt MEMCCPY 3
diff --git a/lib/libc/string/memccpy.c b/lib/libc/string/memccpy.c
index 5b4223eba27f..8ffde8326a6c 100644
--- a/lib/libc/string/memccpy.c
+++ b/lib/libc/string/memccpy.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)memccpy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memccpy.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/memchr.3 b/lib/libc/string/memchr.3
index 02118abacacb..51c573558312 100644
--- a/lib/libc/string/memchr.3
+++ b/lib/libc/string/memchr.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memchr.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memchr.3,v 1.9.2.2.2.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd April 9, 2008
.Dt MEMCHR 3
diff --git a/lib/libc/string/memchr.c b/lib/libc/string/memchr.c
index 2b1231dadf09..5ba7b796a609 100644
--- a/lib/libc/string/memchr.c
+++ b/lib/libc/string/memchr.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)memchr.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memchr.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3
index a7be20b32e60..470e1f6668c3 100644
--- a/lib/libc/string/memcmp.3
+++ b/lib/libc/string/memcmp.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memcmp.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memcmp.3,v 1.9.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt MEMCMP 3
diff --git a/lib/libc/string/memcmp.c b/lib/libc/string/memcmp.c
index d048068c4732..6b7c65e22f92 100644
--- a/lib/libc/string/memcmp.c
+++ b/lib/libc/string/memcmp.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)memcmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memcmp.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3
index 80a8629afe3a..f4d9d6117795 100644
--- a/lib/libc/string/memcpy.3
+++ b/lib/libc/string/memcpy.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memcpy.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memcpy.3,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt MEMCPY 3
diff --git a/lib/libc/string/memcpy.c b/lib/libc/string/memcpy.c
index ed03856e54b4..4f779b4c3743 100644
--- a/lib/libc/string/memcpy.c
+++ b/lib/libc/string/memcpy.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $");
#define MEMCOPY
#include "bcopy.c"
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3
index 73c267c14c10..5ffc1581980e 100644
--- a/lib/libc/string/memmem.3
+++ b/lib/libc/string/memmem.3
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memmem.3,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd August 24, 2005
.Dt MEMMEM 3
diff --git a/lib/libc/string/memmem.c b/lib/libc/string/memmem.c
index 0ac0a6dfc80e..efd70e1a9dde 100644
--- a/lib/libc/string/memmem.c
+++ b/lib/libc/string/memmem.c
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memmem.c,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/memmove.3 b/lib/libc/string/memmove.3
index 19c2987e763a..19ad5d45b394 100644
--- a/lib/libc/string/memmove.3
+++ b/lib/libc/string/memmove.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memmove.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memmove.3,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt MEMMOVE 3
diff --git a/lib/libc/string/memmove.c b/lib/libc/string/memmove.c
index 05cf75a2ce6a..5830a5e08a1e 100644
--- a/lib/libc/string/memmove.c
+++ b/lib/libc/string/memmove.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memmove.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $");
#define MEMMOVE
#include "bcopy.c"
diff --git a/lib/libc/string/memrchr.c b/lib/libc/string/memrchr.c
index f477bc356491..91d36103c1a9 100644
--- a/lib/libc/string/memrchr.c
+++ b/lib/libc/string/memrchr.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc/string/memrchr.c,v 1.1.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $
*/
#include <string.h>
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3
index 58877f0dcb45..6aa3be03d079 100644
--- a/lib/libc/string/memset.3
+++ b/lib/libc/string/memset.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)memset.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/memset.3,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt MEMSET 3
diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c
index 89f7e45a9be8..13c7af1353e4 100644
--- a/lib/libc/string/memset.c
+++ b/lib/libc/string/memset.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)memset.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/memset.c,v 1.9.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
diff --git a/lib/libc/string/rindex.c b/lib/libc/string/rindex.c
index 9fd0bdcf111d..68a3d34eed44 100644
--- a/lib/libc/string/rindex.c
+++ b/lib/libc/string/rindex.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)rindex.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/rindex.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stddef.h>
diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c
index 0bee74629057..fada8511969c 100644
--- a/lib/libc/string/stpcpy.c
+++ b/lib/libc/string/stpcpy.c
@@ -33,7 +33,7 @@
static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/stpcpy.c,v 1.1.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strcasecmp.3 b/lib/libc/string/strcasecmp.3
index f94abeca7c52..d48f459c700d 100644
--- a/lib/libc/string/strcasecmp.3
+++ b/lib/libc/string/strcasecmp.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcasecmp.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcasecmp.3,v 1.12.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 9, 1993
.Dt STRCASECMP 3
diff --git a/lib/libc/string/strcasecmp.c b/lib/libc/string/strcasecmp.c
index 2efcf55c68a4..9c599fb5bfd9 100644
--- a/lib/libc/string/strcasecmp.c
+++ b/lib/libc/string/strcasecmp.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strcasecmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcasecmp.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <strings.h>
#include <ctype.h>
diff --git a/lib/libc/string/strcasestr.c b/lib/libc/string/strcasestr.c
index b358b7d99a9f..a78d1c6c25fd 100644
--- a/lib/libc/string/strcasestr.c
+++ b/lib/libc/string/strcasestr.c
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.4.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <ctype.h>
#include <string.h>
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index 702e606ff0e0..3db594571d45 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcat.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcat.3,v 1.15.2.1.2.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd December 1, 2009
.Dt STRCAT 3
diff --git a/lib/libc/string/strcat.c b/lib/libc/string/strcat.c
index 1578276c1724..8531da5bcfca 100644
--- a/lib/libc/string/strcat.c
+++ b/lib/libc/string/strcat.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strcat.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcat.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strchr.3 b/lib/libc/string/strchr.3
index 7c867a3b517d..f2d1d3d7ef43 100644
--- a/lib/libc/string/strchr.3
+++ b/lib/libc/string/strchr.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strchr.3 8.2 (Berkeley) 4/19/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strchr.3,v 1.13.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd April 19, 1994
.Dt STRCHR 3
diff --git a/lib/libc/string/strchr.c b/lib/libc/string/strchr.c
index 1d82abe86fd5..2a1b66723cc9 100644
--- a/lib/libc/string/strchr.c
+++ b/lib/libc/string/strchr.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strchr.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $");
#define STRCHR
#include "index.c"
diff --git a/lib/libc/string/strcmp.3 b/lib/libc/string/strcmp.3
index 7c5877b39798..f3ebdadf5af6 100644
--- a/lib/libc/string/strcmp.3
+++ b/lib/libc/string/strcmp.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcmp.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcmp.3,v 1.11.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 11, 2001
.Dt STRCMP 3
diff --git a/lib/libc/string/strcmp.c b/lib/libc/string/strcmp.c
index ab953338e43a..c14cae8650e1 100644
--- a/lib/libc/string/strcmp.c
+++ b/lib/libc/string/strcmp.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcmp.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3
index bb8b13fe5c08..e5e2fddbd275 100644
--- a/lib/libc/string/strcoll.3
+++ b/lib/libc/string/strcoll.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcoll.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcoll.3,v 1.14.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRCOLL 3
diff --git a/lib/libc/string/strcoll.c b/lib/libc/string/strcoll.c
index a0daf8dc182f..dc0151ce4be3 100644
--- a/lib/libc/string/strcoll.c
+++ b/lib/libc/string/strcoll.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcoll.c,v 1.13.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3
index 828475387d04..0b776b4fcb66 100644
--- a/lib/libc/string/strcpy.3
+++ b/lib/libc/string/strcpy.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcpy.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcpy.3,v 1.26.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd August 9, 2001
.Dt STRCPY 3
diff --git a/lib/libc/string/strcpy.c b/lib/libc/string/strcpy.c
index fec284e22525..2b54b7fdeb9e 100644
--- a/lib/libc/string/strcpy.c
+++ b/lib/libc/string/strcpy.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcpy.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strcspn.3 b/lib/libc/string/strcspn.3
index d1df19813e4a..fd174529ae4b 100644
--- a/lib/libc/string/strcspn.3
+++ b/lib/libc/string/strcspn.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strcspn.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strcspn.3,v 1.9.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRCSPN 3
diff --git a/lib/libc/string/strcspn.c b/lib/libc/string/strcspn.c
index 3879a3b085c7..0fca993f268e 100644
--- a/lib/libc/string/strcspn.c
+++ b/lib/libc/string/strcspn.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strcspn.c,v 1.5.24.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <limits.h>
diff --git a/lib/libc/string/strdup.3 b/lib/libc/string/strdup.3
index cad538a7a14d..523ba245ecfb 100644
--- a/lib/libc/string/strdup.3
+++ b/lib/libc/string/strdup.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strdup.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strdup.3,v 1.11.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd Dec 5, 2008
.Dt STRDUP 3
diff --git a/lib/libc/string/strdup.c b/lib/libc/string/strdup.c
index c0b581d40179..a1046c29a8f9 100644
--- a/lib/libc/string/strdup.c
+++ b/lib/libc/string/strdup.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strdup.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stddef.h>
#include <stdlib.h>
diff --git a/lib/libc/string/strerror.3 b/lib/libc/string/strerror.3
index 2d6d206c1095..b9d2ef795319 100644
--- a/lib/libc/string/strerror.3
+++ b/lib/libc/string/strerror.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strerror.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strerror.3,v 1.24.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 12, 2004
.Dt STRERROR 3
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c
index 890ed2139af8..339f60d49b73 100644
--- a/lib/libc/string/strerror.c
+++ b/lib/libc/string/strerror.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strerror.c,v 1.16.12.1 2010/02/10 00:26:20 kensmith Exp $");
#if defined(NLS)
#include <nl_types.h>
diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3
index b0e25a9bc2dd..49db499a8689 100644
--- a/lib/libc/string/string.3
+++ b/lib/libc/string/string.3
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)string.3 8.2 (Berkeley) 12/11/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/string.3,v 1.14.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd December 11, 1993
.Dt STRING 3
diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c
index 7f19f6bda144..27aec289e1d3 100644
--- a/lib/libc/string/strlcat.c
+++ b/lib/libc/string/strlcat.c
@@ -31,7 +31,7 @@
static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strlcat.c,v 1.10.22.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <string.h>
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index f674fe2ac49b..63d7048e9ecc 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -25,7 +25,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strlcpy.3,v 1.13.30.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 22, 1998
.Dt STRLCPY 3
diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c
index 0fc56a4c138d..9d3fda77def5 100644
--- a/lib/libc/string/strlcpy.c
+++ b/lib/libc/string/strlcpy.c
@@ -31,7 +31,7 @@
static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.9.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <string.h>
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3
index 29c35158284f..e039af686a90 100644
--- a/lib/libc/string/strlen.3
+++ b/lib/libc/string/strlen.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strlen.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strlen.3,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRLEN 3
diff --git a/lib/libc/string/strlen.c b/lib/libc/string/strlen.c
index db4fe26eef2f..d8bd20330e36 100644
--- a/lib/libc/string/strlen.c
+++ b/lib/libc/string/strlen.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strlen.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strlen.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strmode.3 b/lib/libc/string/strmode.3
index 89d0160b3a16..1535c33347fd 100644
--- a/lib/libc/string/strmode.3
+++ b/lib/libc/string/strmode.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strmode.3 8.3 (Berkeley) 7/28/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strmode.3,v 1.10.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd July 28, 1994
.Dt STRMODE 3
diff --git a/lib/libc/string/strmode.c b/lib/libc/string/strmode.c
index be09d7acc0dd..2755e67ed65a 100644
--- a/lib/libc/string/strmode.c
+++ b/lib/libc/string/strmode.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strmode.c 8.3 (Berkeley) 8/15/94";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strmode.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/lib/libc/string/strncat.c b/lib/libc/string/strncat.c
index fb2802c6110b..f9eea5b6c766 100644
--- a/lib/libc/string/strncat.c
+++ b/lib/libc/string/strncat.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)strncat.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strncat.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strncmp.c b/lib/libc/string/strncmp.c
index 659a7cbaff4f..c06866b6a9aa 100644
--- a/lib/libc/string/strncmp.c
+++ b/lib/libc/string/strncmp.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strncmp.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strncpy.c b/lib/libc/string/strncpy.c
index 07b9166d2b26..c5a41dfa29b0 100644
--- a/lib/libc/string/strncpy.c
+++ b/lib/libc/string/strncpy.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strncpy.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strndup.c b/lib/libc/string/strndup.c
index 56aa6a83a2e9..2c21e05a0ed8 100644
--- a/lib/libc/string/strndup.c
+++ b/lib/libc/string/strndup.c
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strndup.c,v 1.1.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stddef.h>
#include <stdlib.h>
diff --git a/lib/libc/string/strnstr.c b/lib/libc/string/strnstr.c
index bbb1ca64e456..cdeb378fd5c5 100644
--- a/lib/libc/string/strnstr.c
+++ b/lib/libc/string/strnstr.c
@@ -35,7 +35,7 @@
static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strnstr.c,v 1.4.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strpbrk.3 b/lib/libc/string/strpbrk.3
index 0a16757cacf0..326b4dba2242 100644
--- a/lib/libc/string/strpbrk.3
+++ b/lib/libc/string/strpbrk.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strpbrk.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strpbrk.3,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRPBRK 3
diff --git a/lib/libc/string/strpbrk.c b/lib/libc/string/strpbrk.c
index efbdc8a72383..aa0a777b4434 100644
--- a/lib/libc/string/strpbrk.c
+++ b/lib/libc/string/strpbrk.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strpbrk.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strpbrk.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strrchr.c b/lib/libc/string/strrchr.c
index 11cbd31e3847..efc6d0a5a6e8 100644
--- a/lib/libc/string/strrchr.c
+++ b/lib/libc/string/strrchr.c
@@ -1,5 +1,5 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strrchr.c,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $");
#define STRRCHR
#include "rindex.c"
diff --git a/lib/libc/string/strsep.3 b/lib/libc/string/strsep.3
index 919ea3c3f71b..1f1ef25a226d 100644
--- a/lib/libc/string/strsep.3
+++ b/lib/libc/string/strsep.3
@@ -29,7 +29,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strsep.3 8.1 (Berkeley) 6/9/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strsep.3,v 1.15.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 9, 1993
.Dt STRSEP 3
diff --git a/lib/libc/string/strsep.c b/lib/libc/string/strsep.c
index 0850b0b96e3c..890c36b5399c 100644
--- a/lib/libc/string/strsep.c
+++ b/lib/libc/string/strsep.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strsep.c,v 1.6.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
#include <stdio.h>
diff --git a/lib/libc/string/strsignal.c b/lib/libc/string/strsignal.c
index e4267a32f011..372b87fcc080 100644
--- a/lib/libc/string/strsignal.c
+++ b/lib/libc/string/strsignal.c
@@ -31,7 +31,7 @@
static char sccsid[] = "@(#)strerror.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strsignal.c,v 1.8.12.1 2010/02/10 00:26:20 kensmith Exp $");
#if defined(NLS)
#include <nl_types.h>
diff --git a/lib/libc/string/strspn.3 b/lib/libc/string/strspn.3
index 6fc3280f3f41..f46f264416f4 100644
--- a/lib/libc/string/strspn.3
+++ b/lib/libc/string/strspn.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strspn.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strspn.3,v 1.10.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRSPN 3
diff --git a/lib/libc/string/strspn.c b/lib/libc/string/strspn.c
index 5dbac0a67857..6f6b8dc0fc4c 100644
--- a/lib/libc/string/strspn.c
+++ b/lib/libc/string/strspn.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strspn.c,v 1.5.24.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <limits.h>
diff --git a/lib/libc/string/strstr.3 b/lib/libc/string/strstr.3
index 7468ccca6067..31d021711b07 100644
--- a/lib/libc/string/strstr.3
+++ b/lib/libc/string/strstr.3
@@ -31,7 +31,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strstr.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strstr.3,v 1.14.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 11, 2001
.Dt STRSTR 3
diff --git a/lib/libc/string/strstr.c b/lib/libc/string/strstr.c
index e2edd809c29f..742cfabb0c86 100644
--- a/lib/libc/string/strstr.c
+++ b/lib/libc/string/strstr.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strstr.c,v 1.5.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index e5c8e3381c78..04328aefb87e 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -48,7 +48,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strtok.3 8.2 (Berkeley) 2/3/94
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strtok.3,v 1.25.22.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd November 27, 1998
.Dt STRTOK 3
diff --git a/lib/libc/string/strtok.c b/lib/libc/string/strtok.c
index 1a29cc53a66b..1a6600729ed2 100644
--- a/lib/libc/string/strtok.c
+++ b/lib/libc/string/strtok.c
@@ -40,7 +40,7 @@
static char sccsid[] = "@(#)strtok.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strtok.c,v 1.9.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stddef.h>
#ifdef DEBUG_STRTOK
diff --git a/lib/libc/string/strxfrm.3 b/lib/libc/string/strxfrm.3
index 5f33763a22e2..3aac033a7650 100644
--- a/lib/libc/string/strxfrm.3
+++ b/lib/libc/string/strxfrm.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strxfrm.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/strxfrm.3,v 1.18.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt STRXFRM 3
diff --git a/lib/libc/string/strxfrm.c b/lib/libc/string/strxfrm.c
index 81e05af6ab7b..e11e99176619 100644
--- a/lib/libc/string/strxfrm.c
+++ b/lib/libc/string/strxfrm.c
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/strxfrm.c,v 1.15.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libc/string/swab.3 b/lib/libc/string/swab.3
index f8ef34ee3f3b..08891cdaa43d 100644
--- a/lib/libc/string/swab.3
+++ b/lib/libc/string/swab.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)swab.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/swab.3,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd December 10, 2004
.Dt SWAB 3
diff --git a/lib/libc/string/swab.c b/lib/libc/string/swab.c
index 1db7d1fab00b..c3358ee3f8d7 100644
--- a/lib/libc/string/swab.c
+++ b/lib/libc/string/swab.c
@@ -34,7 +34,7 @@
static char sccsid[] = "@(#)swab.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/swab.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <unistd.h>
diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c
index 1c965335e4d2..9ff72cea2721 100644
--- a/lib/libc/string/wcscat.c
+++ b/lib/libc/string/wcscat.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscat.c,v 1.8.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c
index 1df1fe6cd520..c43a4dba3216 100644
--- a/lib/libc/string/wcschr.c
+++ b/lib/libc/string/wcschr.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcschr.c,v 1.7.38.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c
index 59c3eefb2e47..679ed66e5480 100644
--- a/lib/libc/string/wcscmp.c
+++ b/lib/libc/string/wcscmp.c
@@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strcmp.c 8.1 (Berkeley) 6/4/93";
__RCSID("$NetBSD: wcscmp.c,v 1.3 2001/01/05 12:13:12 itojun Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscmp.c,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcscoll.3 b/lib/libc/string/wcscoll.3
index 6a3eedbfec58..226862e6342e 100644
--- a/lib/libc/string/wcscoll.3
+++ b/lib/libc/string/wcscoll.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)strcoll.3 8.1 (Berkeley) 6/4/93
.\" FreeBSD: src/lib/libc/string/strcoll.3,v 1.11 2001/10/01 16:09:00 ru Exp
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/wcscoll.3,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 4, 2002
.Dt WCSCOLL 3
diff --git a/lib/libc/string/wcscoll.c b/lib/libc/string/wcscoll.c
index dbfbcfa919a7..edb0d291e390 100644
--- a/lib/libc/string/wcscoll.c
+++ b/lib/libc/string/wcscoll.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscoll.c,v 1.3.32.1 2010/02/10 00:26:20 kensmith Exp $");
#include <errno.h>
#include <stdlib.h>
diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c
index 180bbd1b192d..a7503b985552 100644
--- a/lib/libc/string/wcscpy.c
+++ b/lib/libc/string/wcscpy.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscpy.c,v 1.8.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcscspn.c b/lib/libc/string/wcscspn.c
index 57a804c0c639..689599e5632c 100644
--- a/lib/libc/string/wcscspn.c
+++ b/lib/libc/string/wcscspn.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcscspn.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcscspn.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsdup.c b/lib/libc/string/wcsdup.c
index 1e5db9258a05..14251f2fe02b 100644
--- a/lib/libc/string/wcsdup.c
+++ b/lib/libc/string/wcsdup.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsdup.c,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stdlib.h>
#include <wchar.h>
diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c
index 6466f0690fd7..5b99d2ab9522 100644
--- a/lib/libc/string/wcslcat.c
+++ b/lib/libc/string/wcslcat.c
@@ -33,7 +33,7 @@
__RCSID("$NetBSD: wcslcat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcslcat.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <wchar.h>
diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c
index 1b9459a0c19e..2fc2264b13a7 100644
--- a/lib/libc/string/wcslcpy.c
+++ b/lib/libc/string/wcslcpy.c
@@ -33,7 +33,7 @@
__RCSID("$NetBSD: wcslcpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcslcpy.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <sys/types.h>
#include <wchar.h>
diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c
index 1636d98cd276..4e93df594cdb 100644
--- a/lib/libc/string/wcslen.c
+++ b/lib/libc/string/wcslen.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcslen.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcslen.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c
index ba49a9eab98a..512b6f4162eb 100644
--- a/lib/libc/string/wcsncat.c
+++ b/lib/libc/string/wcsncat.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsncat.c,v 1.7.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c
index 5b7b3ee188a1..cdf7742a61fb 100644
--- a/lib/libc/string/wcsncmp.c
+++ b/lib/libc/string/wcsncmp.c
@@ -34,7 +34,7 @@ static char sccsid[] = "@(#)strncmp.c 8.1 (Berkeley) 6/4/93";
__RCSID("$NetBSD: wcsncmp.c,v 1.3 2001/01/05 12:13:13 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsncmp.c,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c
index 00d986b654b2..d1bb022e6731 100644
--- a/lib/libc/string/wcsncpy.c
+++ b/lib/libc/string/wcsncpy.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strncpy.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsncpy.c,v 1.10.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c
index 7315c4445dda..b4be79408478 100644
--- a/lib/libc/string/wcspbrk.c
+++ b/lib/libc/string/wcspbrk.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcspbrk.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c
index 37c81ec8cdb7..a6692cea0330 100644
--- a/lib/libc/string/wcsrchr.c
+++ b/lib/libc/string/wcsrchr.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsrchr.c,v 1.7.38.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c
index 584a9d352850..a20b3911bf1f 100644
--- a/lib/libc/string/wcsspn.c
+++ b/lib/libc/string/wcsspn.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsspn.c,v 1.7.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c
index b8a7598c8efb..15b03d5e9648 100644
--- a/lib/libc/string/wcsstr.c
+++ b/lib/libc/string/wcsstr.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsstr.c,v 1.9.10.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcstok.3 b/lib/libc/string/wcstok.3
index 0de24d8366c8..0d9ea44c3280 100644
--- a/lib/libc/string/wcstok.3
+++ b/lib/libc/string/wcstok.3
@@ -47,7 +47,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/wcstok.3,v 1.4.38.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 3, 2002
.Dt WCSTOK 3
diff --git a/lib/libc/string/wcstok.c b/lib/libc/string/wcstok.c
index 0dbdfe0e2836..9480e03041c1 100644
--- a/lib/libc/string/wcstok.c
+++ b/lib/libc/string/wcstok.c
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcstok.c,v 1.2.34.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcswidth.3 b/lib/libc/string/wcswidth.3
index 76d32ad8e4b9..cf428e79855d 100644
--- a/lib/libc/string/wcswidth.3
+++ b/lib/libc/string/wcswidth.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/wcswidth.3,v 1.2.38.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd August 20, 2002
.Dt WCSWIDTH 3
diff --git a/lib/libc/string/wcswidth.c b/lib/libc/string/wcswidth.c
index b142074f1708..c15daf21a8f5 100644
--- a/lib/libc/string/wcswidth.c
+++ b/lib/libc/string/wcswidth.c
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcswidth.c,v 1.7.12.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wcsxfrm.3 b/lib/libc/string/wcsxfrm.3
index b5add9cebb45..65fce76054c3 100644
--- a/lib/libc/string/wcsxfrm.3
+++ b/lib/libc/string/wcsxfrm.3
@@ -31,7 +31,7 @@
.\"
.\" @(#)strxfrm.3 8.1 (Berkeley) 6/4/93
.\" FreeBSD: src/lib/libc/string/strxfrm.3,v 1.16 2002/09/06 11:24:06 tjr Exp
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/wcsxfrm.3,v 1.3.12.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd October 4, 2002
.Dt WCSXFRM 3
diff --git a/lib/libc/string/wcsxfrm.c b/lib/libc/string/wcsxfrm.c
index 5e47ad946ee6..60ceab519e5b 100644
--- a/lib/libc/string/wcsxfrm.c
+++ b/lib/libc/string/wcsxfrm.c
@@ -29,7 +29,7 @@
#if 0
__FBSDID("FreeBSD: src/lib/libc/string/strxfrm.c,v 1.15 2002/09/06 11:24:06 tjr Exp ");
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wcsxfrm.c,v 1.3.32.1 2010/02/10 00:26:20 kensmith Exp $");
#include <stdlib.h>
#include <string.h>
diff --git a/lib/libc/string/wmemchr.3 b/lib/libc/string/wmemchr.3
index 26ff1dfb4fbe..3197de61e81c 100644
--- a/lib/libc/string/wmemchr.3
+++ b/lib/libc/string/wmemchr.3
@@ -33,7 +33,7 @@
.\"
.\" from: @(#)strcpy.3 8.1 (Berkeley) 6/4/93
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libc/string/wmemchr.3,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $
.\"
.Dd August 13, 2005
.Dt WMEMCHR 3
diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c
index 2d96708fd6c4..3dffa5122fa0 100644
--- a/lib/libc/string/wmemchr.c
+++ b/lib/libc/string/wmemchr.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wmemchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wmemchr.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c
index c9a9095b8eb2..e0472ee9be60 100644
--- a/lib/libc/string/wmemcmp.c
+++ b/lib/libc/string/wmemcmp.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wmemcmp.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>
diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c
index 38d563d8053c..579d94697947 100644
--- a/lib/libc/string/wmemcpy.c
+++ b/lib/libc/string/wmemcpy.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wmemcpy.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wmemcpy.c,v 1.7.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
#include <wchar.h>
diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c
index 6b3ee94e3a90..61e4ce6d6acf 100644
--- a/lib/libc/string/wmemmove.c
+++ b/lib/libc/string/wmemmove.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wmemmove.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <string.h>
#include <wchar.h>
diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c
index b923f14637f1..67ca3956a7f2 100644
--- a/lib/libc/string/wmemset.c
+++ b/lib/libc/string/wmemset.c
@@ -32,7 +32,7 @@
__RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");
#endif /* LIBC_SCCS and not lint */
#endif
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libc/string/wmemset.c,v 1.6.36.1 2010/02/10 00:26:20 kensmith Exp $");
#include <wchar.h>