summaryrefslogtreecommitdiff
path: root/lib/libcompat/regexp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r--lib/libcompat/regexp/regexp.32
-rw-r--r--lib/libcompat/regexp/regexp.c2
-rw-r--r--lib/libcompat/regexp/regsub.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index 14b3125a572d..16e3c8507940 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)regexp.3 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/lib/libcompat/regexp/regexp.3,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.\"
.Dd June 4, 1993
.Dt REGEXP 3
diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c
index 8276ffcf6866..a92b5fff122b 100644
--- a/lib/libcompat/regexp/regexp.c
+++ b/lib/libcompat/regexp/regexp.c
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libcompat/regexp/regexp.c,v 1.7.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $");
#include <limits.h>
#include <regexp.h>
diff --git a/lib/libcompat/regexp/regsub.c b/lib/libcompat/regexp/regsub.c
index 4ab921cf6f20..cce24a42e14f 100644
--- a/lib/libcompat/regexp/regsub.c
+++ b/lib/libcompat/regexp/regsub.c
@@ -20,7 +20,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/lib/libcompat/regexp/regsub.c,v 1.2.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $");
#include <regexp.h>
#include <stdio.h>