diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /gnu/usr.bin/man/lib | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 8.2-RELEASE image.
Diffstat (limited to 'gnu/usr.bin/man/lib')
| -rw-r--r-- | gnu/usr.bin/man/lib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/man/lib/util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/lib/Makefile b/gnu/usr.bin/man/lib/Makefile index d707316a2684..5c39644e3a04 100644 --- a/gnu/usr.bin/man/lib/Makefile +++ b/gnu/usr.bin/man/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/man/lib/Makefile,v 1.13.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ LIB= man INTERNALLIB= diff --git a/gnu/usr.bin/man/lib/util.c b/gnu/usr.bin/man/lib/util.c index 106e12c934c5..b5df2e48f7ef 100644 --- a/gnu/usr.bin/man/lib/util.c +++ b/gnu/usr.bin/man/lib/util.c @@ -14,7 +14,7 @@ * Austin, Texas 78712 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/man/lib/util.c,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stdio.h> #include <string.h> |
