diff options
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/file/config.h | 2 | ||||
-rw-r--r-- | usr.bin/file/cvsimport.sh | 2 | ||||
-rw-r--r-- | usr.bin/file/file.1 | 2 | ||||
-rw-r--r-- | usr.bin/file/magic.5 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index bcc6791c0379..9f10d4aa46a4 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Makefile,v 1.13.2.7 2002/02/18 16:16:56 ru Exp $ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. # diff --git a/usr.bin/file/config.h b/usr.bin/file/config.h index a168a59b690d..b1dad65c5bab 100644 --- a/usr.bin/file/config.h +++ b/usr.bin/file/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/file/config.h,v 1.1.2.2 2001/08/02 22:49:28 obrien Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ diff --git a/usr.bin/file/cvsimport.sh b/usr.bin/file/cvsimport.sh index 0436074fc634..224209303c46 100644 --- a/usr.bin/file/cvsimport.sh +++ b/usr.bin/file/cvsimport.sh @@ -3,7 +3,7 @@ # This shell script can be used in order to handle future imports # of newer versions of file(1) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/cvsimport.sh,v 1.5 1999/08/28 01:00:56 peter Exp $ if [ $# -ne 2 ] ; then echo "usage: $0 <major> <minor>" 1>&2 exit 1 diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 2d947d3b3379..aa7ed4cdd33f 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file/file.1,v 1.16.2.9 2002/06/20 23:45:53 charnier Exp $ .\" $Id: file.man,v 1.39 2001/04/27 22:48:33 christos Exp $ .Dd April 4, 2001 .Dt FILE 1 "Copyright but distributable" diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index fd9470059e4b..7e49275c2a5d 100644 --- a/usr.bin/file/magic.5 +++ b/usr.bin/file/magic.5 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file/magic.5,v 1.11.2.7 2001/08/16 13:16:47 ru Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" |