diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /usr.bin/makewhatis | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'usr.bin/makewhatis')
| -rw-r--r-- | usr.bin/makewhatis/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/makewhatis/makewhatis.1 | 2 | ||||
| -rw-r--r-- | usr.bin/makewhatis/makewhatis.c | 2 | ||||
| -rw-r--r-- | usr.bin/makewhatis/makewhatis.local.8 | 2 | ||||
| -rw-r--r-- | usr.bin/makewhatis/makewhatis.local.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 4da90ef0f73f..912a30e70ff0 100644 --- a/usr.bin/makewhatis/Makefile +++ b/usr.bin/makewhatis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/makewhatis/Makefile,v 1.3.32.1 2008/10/02 02:57:24 kensmith Exp $ PROG= makewhatis DPADD= ${LIBZ} diff --git a/usr.bin/makewhatis/makewhatis.1 b/usr.bin/makewhatis/makewhatis.1 index 4e20cebf8d93..e94c54fa1433 100644 --- a/usr.bin/makewhatis/makewhatis.1 +++ b/usr.bin/makewhatis/makewhatis.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/makewhatis/makewhatis.1,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 12, 2002 .Dt MAKEWHATIS 1 diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c index e4b1b5c8a315..c6d27a6eed9f 100644 --- a/usr.bin/makewhatis/makewhatis.c +++ b/usr.bin/makewhatis/makewhatis.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/makewhatis/makewhatis.c,v 1.9.16.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/makewhatis/makewhatis.local.8 b/usr.bin/makewhatis/makewhatis.local.8 index dfe252fdd961..c7f82f4e15f0 100644 --- a/usr.bin/makewhatis/makewhatis.local.8 +++ b/usr.bin/makewhatis/makewhatis.local.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/makewhatis/makewhatis.local.8,v 1.15.24.1 2008/10/02 02:57:24 kensmith Exp $ .Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os diff --git a/usr.bin/makewhatis/makewhatis.local.sh b/usr.bin/makewhatis/makewhatis.local.sh index 8be25300b75d..d7413e5f4cda 100644 --- a/usr.bin/makewhatis/makewhatis.local.sh +++ b/usr.bin/makewhatis/makewhatis.local.sh @@ -33,7 +33,7 @@ # # PS: this wrapper works also for catman(1) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/makewhatis/makewhatis.local.sh,v 1.7.44.1 2008/10/02 02:57:24 kensmith Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= |
