diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
| commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
| tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /lib/libc/regex | |
| parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex')
| -rw-r--r-- | lib/libc/regex/Makefile.inc | 2 | ||||
| -rw-r--r-- | lib/libc/regex/re_format.7 | 2 | ||||
| -rw-r--r-- | lib/libc/regex/regex.3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/regex/Makefile.inc b/lib/libc/regex/Makefile.inc index 12af2a83e758..107de2e9c4ef 100644 --- a/lib/libc/regex/Makefile.inc +++ b/lib/libc/regex/Makefile.inc @@ -1,5 +1,5 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.3 1997/05/03 03:50:02 jb Exp $ +# $FreeBSD$ # regex sources .PATH: ${.CURDIR}/../libc/regex diff --git a/lib/libc/regex/re_format.7 b/lib/libc/regex/re_format.7 index 23526c803a41..1fcce4a4ff21 100644 --- a/lib/libc/regex/re_format.7 +++ b/lib/libc/regex/re_format.7 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)re_format.7 8.3 (Berkeley) 3/20/94 -.\" $Id$ +.\" $FreeBSD$ .\" .TH RE_FORMAT 7 "March 20, 1994" .SH NAME diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 9c1391310050..3d90055c142f 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 -.\" $Id$ +.\" $FreeBSD$ .\" .TH REGEX 3 "March 20, 1994" .de ZR |
