diff options
Diffstat (limited to 'usr.bin')
1298 files changed, 1302 insertions, 1302 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index b64c0e7d09a4e..457d565386f92 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/7/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/Makefile,v 1.303.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 2ee98c34aab58..28716919a0a93 100644 --- a/usr.bin/Makefile.inc +++ b/usr.bin/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/Makefile.inc,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR?= /usr/bin diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index 53df717f66cf1..3545000a99103 100644 --- a/usr.bin/alias/Makefile +++ b/usr.bin/alias/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS=generic.sh SCRIPTSNAME=alias diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh index d9c3127e43d62..db506f10cc29d 100644 --- a/usr.bin/alias/generic.sh +++ b/usr.bin/alias/generic.sh @@ -1,4 +1,4 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/generic.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # This file is in the public domain. builtin ${0##*/} ${1+"$@"} diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 0355588b3c394..3a14fb453812e 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/apply/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= apply WARNS?= 4 diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 60ba84f7270a2..6070b151367b8 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apply.1 8.2 (Berkeley) 4/4/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/apply/apply.1,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 13, 2006 .Dt APPLY 1 diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 25ba374d97e93..2fde26fab3f7c 100644 --- a/usr.bin/apply/apply.c +++ b/usr.bin/apply/apply.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/apply/apply.c,v 1.24.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/asa/Makefile b/usr.bin/asa/Makefile index c2a221ae027be..60dbed6b8e9fc 100644 --- a/usr.bin/asa/Makefile +++ b/usr.bin/asa/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/03/25 18:04:51 glass Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/asa/Makefile,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= asa diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 5f5c236a67e8a..646d539cd068b 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/asa/asa.1,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 9, 2002 .Dt ASA 1 diff --git a/usr.bin/asa/asa.c b/usr.bin/asa/asa.c index 692b83757d4f3..500337b132b0f 100644 --- a/usr.bin/asa/asa.c +++ b/usr.bin/asa/asa.c @@ -36,7 +36,7 @@ __RCSID("$NetBSD: asa.c,v 1.11 1997/09/20 14:55:00 lukem Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/asa/asa.c,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 47d2574e7f5c5..35df4cde69131 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/at/Makefile,v 1.15.40.1 2010/12/21 17:10:29 kensmith Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 71d8e607f9c92..2b9e4baf4461c 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/at.c,v 1.30.14.1 2010/12/21 17:10:29 kensmith Exp $"); #define _USE_BSD 1 diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd44..4b4ccf1bea718 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/at/at.h,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int fcreated; diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index bca1051793f5b..f0db310968adc 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/at/at.man,v 1.35.26.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 13, 2002 .Dt "AT" 1 .Os diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index ef5265b4c1d25..dc2c7f354a7ce 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/panic.c,v 1.17.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 832de83a7d986..bee49270c3a15 100644 --- a/usr.bin/at/panic.h +++ b/usr.bin/at/panic.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/at/panic.h,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 195a38d21df69..811fe1405de22 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/parsetime.c,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 91176b471249d..d43675ce06b6a 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/perm.c,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.h b/usr.bin/at/perm.h index b55b5fb786a71..ecf79ce8ee972 100644 --- a/usr.bin/at/perm.h +++ b/usr.bin/at/perm.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/at/perm.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ int check_permission(void); diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 50dd6b108af47..5572e2d7c6792 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/at/privs.h,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _PRIVS_H diff --git a/usr.bin/atm/Makefile b/usr.bin/atm/Makefile index 9ed46ef7a16d2..09fb06e1050a7 100644 --- a/usr.bin/atm/Makefile +++ b/usr.bin/atm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/atm/Makefile,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= sscop diff --git a/usr.bin/atm/Makefile.inc b/usr.bin/atm/Makefile.inc index 265f86d1ed55a..53f658c470034 100644 --- a/usr.bin/atm/Makefile.inc +++ b/usr.bin/atm/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/atm/Makefile.inc,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile index 16703bb35bd66..48742c016c0f3 100644 --- a/usr.bin/atm/sscop/Makefile +++ b/usr.bin/atm/sscop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/atm/sscop/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index cb96fe45f8693..622c0a278836d 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/awk/Makefile,v 1.14.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk .PATH: ${AWKSRC} diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 67d4ba7fecd1d..b38cc496814a5 100644 --- a/usr.bin/banner/Makefile +++ b/usr.bin/banner/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/banner/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index febfa3d326528..359df8d8b8a0b 100644 --- a/usr.bin/banner/banner.6 +++ b/usr.bin/banner/banner.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)banner.6 8.2 (Berkeley) 4/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/banner/banner.6,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2005 .Dt BANNER 6 diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index eb96a152f95c6..f1e1360f78255 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/banner/banner.c,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * banner - prints large signs diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index d647395c83d90..e8842a72b3689 100644 --- a/usr.bin/basename/Makefile +++ b/usr.bin/basename/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/basename/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= basename MLINKS= basename.1 dirname.1 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 05900fa82b2b1..65e96a1e99361 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)basename.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/basename/basename.1,v 1.17.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index d94ee67a3a1dc..173e23a0313b3 100644 --- a/usr.bin/basename/basename.c +++ b/usr.bin/basename/basename.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)basename.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/basename/basename.c,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index 15109434e5afd..8dca94859b526 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/biff/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= biff diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 8484faab7c65f..b883072fe304a 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)biff.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/biff/biff.1,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 9, 2002 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index c04c8d39f9fa8..1b71bf06aaf93 100644 --- a/usr.bin/biff/biff.c +++ b/usr.bin/biff/biff.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)biff.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/biff/biff.c,v 1.18.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/stat.h> diff --git a/usr.bin/bluetooth/Makefile b/usr.bin/bluetooth/Makefile index 9ef16cc8aae6c..faa72697817c7 100644 --- a/usr.bin/bluetooth/Makefile +++ b/usr.bin/bluetooth/Makefile @@ -1,5 +1,5 @@ # $Id $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bluetooth/Makefile,v 1.3.36.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= \ bthost \ diff --git a/usr.bin/bluetooth/Makefile.inc b/usr.bin/bluetooth/Makefile.inc index c0e05cfa1da6b..16429ac7cc54c 100644 --- a/usr.bin/bluetooth/Makefile.inc +++ b/usr.bin/bluetooth/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bluetooth/Makefile.inc,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile index fe2c47959353e..a11f4f02b3468 100644 --- a/usr.bin/bluetooth/bthost/Makefile +++ b/usr.bin/bluetooth/bthost/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bluetooth/bthost/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bthost WARNS?= 2 diff --git a/usr.bin/bluetooth/bthost/bthost.1 b/usr.bin/bluetooth/bthost/bthost.1 index e4a4abc45ecb5..7d9fb9239e6d1 100644 --- a/usr.bin/bluetooth/bthost/bthost.1 +++ b/usr.bin/bluetooth/bthost/bthost.1 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bthost.1,v 1.7 2003/05/21 22:19:00 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bluetooth/bthost/bthost.1,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 8, 2003 .Dt BTHOST 1 diff --git a/usr.bin/bluetooth/bthost/bthost.c b/usr.bin/bluetooth/bthost/bthost.c index 2dd56359fbaf7..8a434e14590cd 100644 --- a/usr.bin/bluetooth/bthost/bthost.c +++ b/usr.bin/bluetooth/bthost/bthost.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: bthost.c,v 1.5 2003/05/21 20:30:01 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/bluetooth/bthost/bthost.c,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <bluetooth.h> diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile index cdec9f7013c6a..2eef6ae6e30ea 100644 --- a/usr.bin/bluetooth/btsockstat/Makefile +++ b/usr.bin/bluetooth/btsockstat/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/08/14 20:07:14 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bluetooth/btsockstat/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= btsockstat WARNS?= 2 diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.1 b/usr.bin/bluetooth/btsockstat/btsockstat.1 index ad5063da32c7f..69a851b04ad63 100644 --- a/usr.bin/bluetooth/btsockstat/btsockstat.1 +++ b/usr.bin/bluetooth/btsockstat/btsockstat.1 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: btsockstat.1,v 1.6 2003/05/21 00:09:45 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bluetooth/btsockstat/btsockstat.1,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 12, 2003 .Dt BTSOCKSTAT 1 diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.c b/usr.bin/bluetooth/btsockstat/btsockstat.c index c7f333c60eb6a..4aeb8105d1e47 100644 --- a/usr.bin/bluetooth/btsockstat/btsockstat.c +++ b/usr.bin/bluetooth/btsockstat/btsockstat.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: btsockstat.c,v 1.8 2003/05/21 22:40:25 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/bluetooth/btsockstat/btsockstat.c,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile index 9018f6e88de60..5020729a44c89 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/Makefile +++ b/usr.bin/bluetooth/rfcomm_sppd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bluetooth/rfcomm_sppd/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rfcomm_sppd SRCS= rfcomm_sppd.c rfcomm_sdp.c diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c index 5873071533338..09dab2f827c75 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: rfcomm_sdp.c,v 1.1 2003/09/07 18:15:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sdp.c,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <bluetooth.h> diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 index 92c7d4545ab37..5e3cf61fa52ae 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: rfcomm_sppd.1,v 1.3 2003/09/07 18:15:55 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.1,v 1.10.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 21, 2008 .Dt RFCOMM_SPPD 1 diff --git a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c index 4e0d04bdc097d..1c3c593882420 100644 --- a/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c +++ b/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: rfcomm_sppd.c,v 1.4 2003/09/07 18:15:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c,v 1.10.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/stat.h> diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 2c4859fcd959d..2020c10560598 100644 --- a/usr.bin/brandelf/Makefile +++ b/usr.bin/brandelf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/brandelf/Makefile,v 1.7.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG= brandelf diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 9c7439e1e3b27..80eeacb437c5a 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/brandelf/brandelf.1,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 6, 1997 .Dt BRANDELF 1 diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 9cd391eb5ee2b..25032d765cf82 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/brandelf/brandelf.c,v 1.25.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/elf_common.h> diff --git a/usr.bin/bsdiff/Makefile b/usr.bin/bsdiff/Makefile index 8a8bc3120b58f..59609b1b3583d 100644 --- a/usr.bin/bsdiff/Makefile +++ b/usr.bin/bsdiff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bsdiff/Makefile,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= bsdiff bspatch diff --git a/usr.bin/bsdiff/Makefile.inc b/usr.bin/bsdiff/Makefile.inc index 198d906713fde..e3aeaaa36514c 100644 --- a/usr.bin/bsdiff/Makefile.inc +++ b/usr.bin/bsdiff/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bsdiff/Makefile.inc,v 1.2.18.1 2010/12/21 17:10:29 kensmith Exp $ WARNS?= 6 diff --git a/usr.bin/bsdiff/bsdiff/Makefile b/usr.bin/bsdiff/bsdiff/Makefile index 0e8498f2be73a..80ca5a83d6aec 100644 --- a/usr.bin/bsdiff/bsdiff/Makefile +++ b/usr.bin/bsdiff/bsdiff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bsdiff/bsdiff/Makefile,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bsdiff diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.1 b/usr.bin/bsdiff/bsdiff/bsdiff.1 index 5c608b44c426c..41feef9a3764e 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.1 +++ b/usr.bin/bsdiff/bsdiff/bsdiff.1 @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.1,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 18, 2003 .Dt BSDIFF 1 diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.c b/usr.bin/bsdiff/bsdiff/bsdiff.c index 005ad4d16610a..fab255d1104f5 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.c +++ b/usr.bin/bsdiff/bsdiff/bsdiff.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/bsdiff/bspatch/Makefile b/usr.bin/bsdiff/bspatch/Makefile index c0ed5219167f9..d119a02bb8c6c 100644 --- a/usr.bin/bsdiff/bspatch/Makefile +++ b/usr.bin/bsdiff/bspatch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bsdiff/bspatch/Makefile,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bspatch diff --git a/usr.bin/bsdiff/bspatch/bspatch.1 b/usr.bin/bsdiff/bspatch/bspatch.1 index 894bc50752250..f30e698c4d7db 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.1 +++ b/usr.bin/bsdiff/bspatch/bspatch.1 @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.1,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 18, 2003 .Dt BSPATCH 1 diff --git a/usr.bin/bsdiff/bspatch/bspatch.c b/usr.bin/bsdiff/bspatch/bspatch.c index d2af3ca869a26..7b78ec7fe3064 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.c +++ b/usr.bin/bsdiff/bspatch/bspatch.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <bzlib.h> #include <stdlib.h> diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 0460fff191420..f649c99be18f6 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 7f61946c8db1b..2f7e21a1b2da6 100644 --- a/usr.bin/bzip2recover/Makefile +++ b/usr.bin/bzip2recover/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2recover/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index 1d9551cc38b64..b35478985f507 100644 --- a/usr.bin/c89/Makefile +++ b/usr.bin/c89/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c89/Makefile,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= c89 diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 302aa321dad7b..d13146bcc69d2 100644 --- a/usr.bin/c89/c89.1 +++ b/usr.bin/c89/c89.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c89/c89.1,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index a1dc9b2a62382..c59df896b7028 100644 --- a/usr.bin/c89/c89.c +++ b/usr.bin/c89/c89.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/c89/c89.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/c99/Makefile b/usr.bin/c99/Makefile index 580065ff15c69..5b64323fc4111 100644 --- a/usr.bin/c99/Makefile +++ b/usr.bin/c99/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/c99/Makefile,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= c99 diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index c56e5856e3543..7ffc7e5d2589a 100644 --- a/usr.bin/c99/c99.1 +++ b/usr.bin/c99/c99.1 @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" From FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c99/c99.1,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 7, 2002 .Os diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 553099f65cc16..e992a7d13b60d 100644 --- a/usr.bin/c99/c99.c +++ b/usr.bin/c99/c99.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/c99/c99.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 481713ac9931e..f9f70301eaa97 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/calendar/Makefile,v 1.31.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= calendar SRCS= calendar.c io.c day.c ostern.c paskha.c diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1 index 404f44c4adec3..7dd6e316759d8 100644 --- a/usr.bin/calendar/calendar.1 +++ b/usr.bin/calendar/calendar.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)calendar.1 8.1 (Berkeley) 6/29/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/calendar/calendar.1,v 1.38.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 13, 2002 .Dt CALENDAR 1 diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index afd543ce2d9c7..ef1fc11f6d35a 100644 --- a/usr.bin/calendar/calendar.c +++ b/usr.bin/calendar/calendar.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/calendar.c,v 1.19.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index c9c37cef0bd85..9f04f56b88cca 100644 --- a/usr.bin/calendar/calendar.h +++ b/usr.bin/calendar/calendar.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendar.h,v 1.12.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index b46dcb46f0e43..3f711ae28602e 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.all,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.australia b/usr.bin/calendar/calendars/calendar.australia index 323e7eeffee14..f5f57062bf230 100644 --- a/usr.bin/calendar/calendars/calendar.australia +++ b/usr.bin/calendar/calendars/calendar.australia @@ -1,7 +1,7 @@ /* * Australian holidays * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.australia,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_australia_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index 96da40cfc563e..72622b3bba259 100644 --- a/usr.bin/calendar/calendars/calendar.birthday +++ b/usr.bin/calendar/calendars/calendar.birthday @@ -1,7 +1,7 @@ /* * Birthday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.birthday,v 1.34.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index 3365b07f12521..8b62a963d0817 100644 --- a/usr.bin/calendar/calendars/calendar.christian +++ b/usr.bin/calendar/calendars/calendar.christian @@ -1,7 +1,7 @@ /* * Christian * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.christian,v 1.10.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index e8b22b482a198..063691d559fca 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,7 +1,7 @@ /* * Computer * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.computer,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index 443122744d3f7..2e6c298cf27f6 100644 --- a/usr.bin/calendar/calendars/calendar.croatian +++ b/usr.bin/calendar/calendars/calendar.croatian @@ -1,7 +1,7 @@ /* * Croatian calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.croatian,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.dutch b/usr.bin/calendar/calendars/calendar.dutch index 1485639e1d793..3452847285868 100644 --- a/usr.bin/calendar/calendars/calendar.dutch +++ b/usr.bin/calendar/calendars/calendar.dutch @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.dutch,v 1.3.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ * * Originally submitted by Edwin Groothuis <edwin@FreeBSD.org> */ diff --git a/usr.bin/calendar/calendars/calendar.freebsd b/usr.bin/calendar/calendars/calendar.freebsd index 6d51a1ab69271..45d96b26d3a51 100644 --- a/usr.bin/calendar/calendars/calendar.freebsd +++ b/usr.bin/calendar/calendars/calendar.freebsd @@ -1,7 +1,7 @@ /* * FreeBSD * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.freebsd,v 1.219.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_freebsd_ diff --git a/usr.bin/calendar/calendars/calendar.french b/usr.bin/calendar/calendars/calendar.french index 18b4d8ae8a949..05721a5691bc1 100644 --- a/usr.bin/calendar/calendars/calendar.french +++ b/usr.bin/calendar/calendars/calendar.french @@ -1,7 +1,7 @@ /* * French calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.french,v 1.2.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 635aef1d5735a..230bac67f2c60 100644 --- a/usr.bin/calendar/calendars/calendar.german +++ b/usr.bin/calendar/calendars/calendar.german @@ -1,7 +1,7 @@ /* * German calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.german,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index b170f43a1538f..0e002282e26cf 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -1,7 +1,7 @@ /* * History * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.history,v 1.35.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index d2dcd5af003d3..c8b7cbd93ee30 100644 --- a/usr.bin/calendar/calendars/calendar.holiday +++ b/usr.bin/calendar/calendars/calendar.holiday @@ -1,7 +1,7 @@ /* * Holiday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.holiday,v 1.36.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.hungarian b/usr.bin/calendar/calendars/calendar.hungarian index 1b29dfaf2f46a..58350401c1e87 100644 --- a/usr.bin/calendar/calendars/calendar.hungarian +++ b/usr.bin/calendar/calendars/calendar.hungarian @@ -1,7 +1,7 @@ /* * Hungarian calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.hungarian,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_hungarian_ diff --git a/usr.bin/calendar/calendars/calendar.lotr b/usr.bin/calendar/calendars/calendar.lotr index 2450e363400bc..2b3eade3ace4a 100644 --- a/usr.bin/calendar/calendars/calendar.lotr +++ b/usr.bin/calendar/calendars/calendar.lotr @@ -1,7 +1,7 @@ /* * Lord Of The Rings * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.lotr,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_lotr_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 557e63bdc35f6..92c7c23e05fd1 100644 --- a/usr.bin/calendar/calendars/calendar.music +++ b/usr.bin/calendar/calendars/calendar.music @@ -1,7 +1,7 @@ /* * Music * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.music,v 1.19.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.newzealand b/usr.bin/calendar/calendars/calendar.newzealand index be069df8dfeaa..0d72382ac808b 100644 --- a/usr.bin/calendar/calendars/calendar.newzealand +++ b/usr.bin/calendar/calendars/calendar.newzealand @@ -1,7 +1,7 @@ /* * New Zealand holidays * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.newzealand,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_newzealand_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index 07018766a8325..78cdfee210850 100644 --- a/usr.bin/calendar/calendars/calendar.russian +++ b/usr.bin/calendar/calendars/calendar.russian @@ -1,7 +1,7 @@ /* * Russian calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.russian,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.southafrica b/usr.bin/calendar/calendars/calendar.southafrica index ae683b0bd358e..dd65b2f6089f7 100644 --- a/usr.bin/calendar/calendars/calendar.southafrica +++ b/usr.bin/calendar/calendars/calendar.southafrica @@ -5,7 +5,7 @@ * be an unnamed public holiday in addition to the named holiday the day * before. This file format is not complex enough to reflect this, but * if it ever is, the change should be made. - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.southafrica,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_southafrica_ diff --git a/usr.bin/calendar/calendars/calendar.ukrainian b/usr.bin/calendar/calendars/calendar.ukrainian index 3cff8c5a60724..e43f8dde102ec 100644 --- a/usr.bin/calendar/calendars/calendar.ukrainian +++ b/usr.bin/calendar/calendars/calendar.ukrainian @@ -1,7 +1,7 @@ /* * Ukrainian calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.ukrainian,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_ukrainian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index 8ae0bc019dff5..354e0f782d468 100644 --- a/usr.bin/calendar/calendars/calendar.usholiday +++ b/usr.bin/calendar/calendars/calendar.usholiday @@ -1,7 +1,7 @@ /* * USA holiday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.usholiday,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index ed80177cb60a0..34857a65e3d44 100644 --- a/usr.bin/calendar/calendars/calendar.world +++ b/usr.bin/calendar/calendars/calendar.world @@ -1,7 +1,7 @@ /* * World wide calendar files, except national calendars * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.world,v 1.5.22.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_world_ diff --git a/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag b/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag index 751c001982caf..e7bb88ef5e87c 100644 --- a/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_AT.ISO_8859-15/calendar.feiertag,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_AT_ISO8859_15_feiertag_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all index f2a33cc563b26..b03c87e5bed12 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all @@ -1,7 +1,7 @@ /* * deutscher Kalender * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.all,v 1.6.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_all_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag index f966c0d085bea..83c938cf44f36 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_feiertag_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte index 4ca78bb6abd81..2e8da7d89aaa2 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte @@ -13,7 +13,7 @@ * * ISBN 3-924521-59-X * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_geschichte_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche index 02640b115bfba..f296e2dd6f156 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche @@ -1,7 +1,7 @@ /* * Kirche in Deutschland * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.kirche,v 1.7.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_kirche_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur index bfa33e66168e8..9915eab441fc5 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur @@ -1,7 +1,7 @@ /* * Literatur * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.literatur,v 1.8.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_literatur_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik index 318969cfe87c6..fe5e84ccb2972 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik @@ -1,7 +1,7 @@ /* * Musik * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_musik_ diff --git a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft index 2c7639217df5e..637b3e0728ef0 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft @@ -1,7 +1,7 @@ /* * Wissenschaft * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.wissenschaft,v 1.9.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _de_DE_ISO8859_1_wissenschaft_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all index 785512e543d31..181a3d8153771 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all @@ -1,7 +1,7 @@ /* * Calendrier français * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.all,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _fr_FR_ISO8859_1_all_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes index d80a8757409e7..0e383fcdf82a6 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes @@ -1,7 +1,7 @@ /* * Fêtes à souhaiter * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes,v 1.2.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _fr_FR_ISO8859_1_fetes_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french index 18b4d8ae8a949..a8dfbb1b9a17a 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french @@ -1,7 +1,7 @@ /* * French calendar file(s) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.french,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies index 48867ac42dc1c..25f91af95b016 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies @@ -1,7 +1,7 @@ /* * Jours fériés * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _fr_FR_ISO8859_1_jferies_ diff --git a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes index 5a9f0eaf13aa1..b99db849c3648 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes @@ -1,7 +1,7 @@ /* * Proverbes liés au calendrier * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.proverbes,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _fr_FR_ISO8859_1_proverbes_ diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all index 326571a2ae370..a24e6854b4f6e 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all +++ b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all @@ -1,7 +1,7 @@ /* * hrvatski calendar * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all,v 1.5.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _hr_HR_ISO8859_2_all diff --git a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici index a1e93fbf059da..9a3aa550a4620 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici +++ b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici @@ -1,7 +1,7 @@ /* * hrvatski praznici * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _hr_HR_ISO8859_2_praznici diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all index 5084dc7295b6e..4619d69a9c677 100644 --- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all +++ b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all @@ -1,7 +1,7 @@ /* * Magyar kalendárium * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.all,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _hu_HU_ISO8859_2_all_ diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok index f85c0840d910a..ab6bdd7a9f743 100644 --- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok +++ b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok @@ -1,7 +1,7 @@ /* * Névnapok * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.nevnapok,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _hu_HU_ISO8859_2_nevnapok_ diff --git a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek index dab8ead76abf3..32567ff670bfc 100644 --- a/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek +++ b/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek @@ -1,7 +1,7 @@ /* * Ünnepnapok * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hu_HU.ISO8859-2/calendar.unnepek,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _hu_HU_ISO8859_2_unnepek_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all index b2de01ee8e589..23cf0258f9591 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all @@ -1,7 +1,7 @@ /* * òÕÓÓËÉÊ ËÁÌÅÎÄÁÒØ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_all diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common index 66b81e64ebe62..13b6d4106f49c 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common @@ -1,7 +1,7 @@ /* * òÏÓÓÉÊÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common,v 1.13.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_common_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday index c062b5764c4fd..3d5f666111b89 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday @@ -1,7 +1,7 @@ /* * òÏÓÓÉÊÓËÉÅ ÐÒÁÚÄÎÉËÉ (ÎÅÒÁÂÏÞÉÅ "ËÒÁÓÎÙÅ" ÄÎÉ) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_holiday_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military index 1b4e9c8880f8c..8ab9023dd2782 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military @@ -1,7 +1,7 @@ /* * äÎÉ ×ÏÉÎÓËÏÊ ÓÌÁ×Ù òÏÓÓÉÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_military_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk index 5e279859b7ffd..f73ba86bf10c8 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk @@ -1,7 +1,7 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_msk_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox index ac38458d4a680..ad4d41784b279 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox @@ -1,7 +1,7 @@ /* * ðÒÁ×ÏÓÌÁ×ÎÙÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox,v 1.5.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_orthodox_ diff --git a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan index 2fb6bc0726924..7287a8faa919d 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan @@ -1,7 +1,7 @@ /* * ñÚÙÞÅÓËÉÅ ÐÒÁÚÄÎÉËÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan,v 1.7.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ru_RU_KOI8_R_pagan_ diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all index 1dfa26220475e..8441d3b0ea4c5 100644 --- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all +++ b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all @@ -1,7 +1,7 @@ /* * õËÒÁ§ÎÓØËÉÊ ËÁÌÅÎÄÁÒ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.all,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_all_ diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday index 08559d89bc2dd..91bb918036902 100644 --- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday +++ b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday @@ -1,7 +1,7 @@ /* * õËÒÁ§ÎÓØË¦ ÄÅÒÖÁ×Φ Ó×ÑÔÁ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.holiday,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_holiday_ diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc index b49769d104ace..bf6eebb2380e2 100644 --- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc +++ b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc @@ -1,7 +1,7 @@ /* * ¶ÎÛ¦ æËÁצ ÄÁÔÉ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.misc,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_misc_ diff --git a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox index 797c8c184f109..c79db7e5382bf 100644 --- a/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox +++ b/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox @@ -1,7 +1,7 @@ /* * ðÒÁ×ÏÓÌÁ×Φ Ó×ÑÔÁ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/uk_UA.KOI8-U/calendar.orthodox,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_orthodox_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index d3f3c1ec4f29a..41454b043c90b 100644 --- a/usr.bin/calendar/day.c +++ b/usr.bin/calendar/day.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/day.c,v 1.27.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/uio.h> diff --git a/usr.bin/calendar/io.c b/usr.bin/calendar/io.c index d83be770405ab..070c861a5041d 100644 --- a/usr.bin/calendar/io.c +++ b/usr.bin/calendar/io.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)calendar.c 8.3 (Berkeley) 3/25/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/io.c,v 1.21.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/calendar/ostern.c b/usr.bin/calendar/ostern.c index 76e593327a396..c869c0c1e7a9c 100644 --- a/usr.bin/calendar/ostern.c +++ b/usr.bin/calendar/ostern.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/ostern.c,v 1.12.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index d96ffc2546e0a..07d3a21800ffa 100644 --- a/usr.bin/calendar/paskha.c +++ b/usr.bin/calendar/paskha.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/calendar/paskha.c,v 1.8.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index cacbd2587acd8..66c90aa560d01 100644 --- a/usr.bin/calendar/pathnames.h +++ b/usr.bin/calendar/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/pathnames.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 408790c6c0257..aa4769f76ec48 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cap_mkdb/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cap_mkdb diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 2ac09e35bc84d..6bd0d700cbedd 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cap_mkdb.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cap_mkdb/cap_mkdb.1,v 1.15.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 22, 2005 .Dt CAP_MKDB 1 diff --git a/usr.bin/cap_mkdb/cap_mkdb.c b/usr.bin/cap_mkdb/cap_mkdb.c index 32413c88b4b64..a2fd050b4bca1 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.c +++ b/usr.bin/cap_mkdb/cap_mkdb.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cap_mkdb.c 8.2 (Berkeley) 4/27/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cap_mkdb/cap_mkdb.c,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/catman/Makefile b/usr.bin/catman/Makefile index d80a5fd8ae496..a1b3c672d0f9f 100644 --- a/usr.bin/catman/Makefile +++ b/usr.bin/catman/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/catman/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= catman WARNS?= 6 diff --git a/usr.bin/catman/catman.1 b/usr.bin/catman/catman.1 index fe855872fd548..4a468c841a381 100644 --- a/usr.bin/catman/catman.1 +++ b/usr.bin/catman/catman.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/catman/catman.1,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 3, 2005 .Dt CATMAN 1 diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c index ba3ad248a2c22..a91ed0b403bcf 100644 --- a/usr.bin/catman/catman.c +++ b/usr.bin/catman/catman.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/catman/catman.c,v 1.14.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 8aa23eb0daf29..2d9615cfe8457 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chat/Makefile,v 1.13.36.1 2010/12/21 17:10:29 kensmith Exp $ # I once used this extensively, but no longer have a modem. Feel free # to ask me questions about it, but I disclaim ownership now. -Peter diff --git a/usr.bin/chat/chat.8 b/usr.bin/chat/chat.8 index ecc733d1ce7b9..64a19e34f08f5 100644 --- a/usr.bin/chat/chat.8 +++ b/usr.bin/chat/chat.8 @@ -1,6 +1,6 @@ .\" -*- nroff -*- .\" manual page [] for chat 1.8 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chat/chat.8,v 1.20.38.1 2010/12/21 17:10:29 kensmith Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 056af3749f9d0..f94d97919c42b 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -78,7 +78,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chat/chat.c,v 1.21.20.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/checknr/Makefile b/usr.bin/checknr/Makefile index 8a47b5956bef0..c13fa206310ab 100644 --- a/usr.bin/checknr/Makefile +++ b/usr.bin/checknr/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/checknr/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= checknr diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 713c88cd26ee7..6700c9407790e 100644 --- a/usr.bin/checknr/checknr.1 +++ b/usr.bin/checknr/checknr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)checknr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/checknr/checknr.1,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2005 .Dt CHECKNR 1 diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index 742c74e5de600..36a371a7510ea 100644 --- a/usr.bin/checknr/checknr.c +++ b/usr.bin/checknr/checknr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/checknr/checknr.c,v 1.9.32.1 2010/12/21 17:10:29 kensmith Exp $"); /* * checknr: check an nroff/troff input file for matching macro calls. diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile index 847e5c960106b..129c34596dd58 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chkey/Makefile,v 1.11.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index a4467c89449ce..05a2463a99788 100644 --- a/usr.bin/chkey/chkey.1 +++ b/usr.bin/chkey/chkey.1 @@ -1,6 +1,6 @@ .\" @(#)chkey.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chkey/chkey.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 5, 1989 .Dt CHKEY 1 diff --git a/usr.bin/chkey/chkey.c b/usr.bin/chkey/chkey.c index db0b743fd583d..475bb606a327f 100644 --- a/usr.bin/chkey/chkey.c +++ b/usr.bin/chkey/chkey.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)chkey.c 1.7 91/03/11 Copyr 1986 Sun Micro"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chkey/chkey.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 2bbdc0875b69f..6ce60f6a70ae9 100644 --- a/usr.bin/chpass/Makefile +++ b/usr.bin/chpass/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chpass/Makefile,v 1.31.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 24b17597bad66..170e33247e58a 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chpass/chpass.1,v 1.39.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 2504e68ec17d9..4e096b2e86e0b 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/chpass.c,v 1.28.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index ed1a58649d592..d4bf421a7d7b0 100644 --- a/usr.bin/chpass/chpass.h +++ b/usr.bin/chpass/chpass.h @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * @(#)chpass.h 8.4 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/chpass/chpass.h,v 1.7.34.1 2010/12/21 17:10:29 kensmith Exp $ */ struct passwd; diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee46447..21ab0d6a1101b 100644 --- a/usr.bin/chpass/edit.c +++ b/usr.bin/chpass/edit.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)edit.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/edit.c,v 1.23.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c index eac5561a8dc2e..06d21b0971faf 100644 --- a/usr.bin/chpass/field.c +++ b/usr.bin/chpass/field.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/field.c,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/chpass/table.c b/usr.bin/chpass/table.c index 19f1a99062d89..d5b614964fb24 100644 --- a/usr.bin/chpass/table.c +++ b/usr.bin/chpass/table.c @@ -37,7 +37,7 @@ static const char sccsid[] = "@(#)table.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/table.c,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 07d96e227a961..8066094a8e8ed 100644 --- a/usr.bin/chpass/util.c +++ b/usr.bin/chpass/util.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)util.c 8.4 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/util.c,v 1.13.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile index 828900ac02735..fc48456d3d4b7 100644 --- a/usr.bin/cksum/Makefile +++ b/usr.bin/cksum/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/28/95 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cksum/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cksum SRCS= cksum.c crc.c print.c sum1.c sum2.c crc32.c diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index d4a0ee7d3ed28..3b263f0d50e9d 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cksum/cksum.1,v 1.19.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 67253c112333c..de8e1b4f27dbe 100644 --- a/usr.bin/cksum/cksum.c +++ b/usr.bin/cksum/cksum.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)cksum.c 8.2 (Berkeley) 4/28/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/cksum.c,v 1.17.22.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index d1f42f2f628cf..b479c2b317145 100644 --- a/usr.bin/cksum/crc.c +++ b/usr.bin/cksum/crc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)crc.c 8.1 (Berkeley) 6/17/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/crc.c,v 1.8.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index cadbc17b69bb7..e086db377a918 100644 --- a/usr.bin/cksum/crc32.c +++ b/usr.bin/cksum/crc32.c @@ -12,7 +12,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/crc32.c,v 1.9.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index f2d75def1eabc..6cd339724b97e 100644 --- a/usr.bin/cksum/extern.h +++ b/usr.bin/cksum/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cksum/extern.h,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 1cc27646f21cd..54101ab7e49a6 100644 --- a/usr.bin/cksum/print.c +++ b/usr.bin/cksum/print.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/print.c,v 1.7.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 406b40e2832fa..64f502eaa4645 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/sum1.c,v 1.8.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index c179c6289a2fc..6b1946fd3cfd8 100644 --- a/usr.bin/cksum/sum2.c +++ b/usr.bin/cksum/sum2.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)sum2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cksum/sum2.c,v 1.8.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index d93f54bc0fd5a..e187c2dde4b5e 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cmp SRCS= cmp.c link.c misc.c regular.c special.c diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1 index 29088aae1128e..b355b62c38fa2 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 19, 2006 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613a..e8cb78f18a9c7 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/cmp.c,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/cmp/extern.h b/usr.bin/cmp/extern.h index 1dd1c820e2fba..be62e7384edd3 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb573..586efcd26ac23 100644 --- a/usr.bin/cmp/link.c +++ b/usr.bin/cmp/link.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/link.c,v 1.1.18.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 53c6a9bf6dd35..0fffe34b1ab59 100644 --- a/usr.bin/cmp/misc.c +++ b/usr.bin/cmp/misc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/misc.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7a27f5e470c42..73519b11e8dcf 100644 --- a/usr.bin/cmp/regular.c +++ b/usr.bin/cmp/regular.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)regular.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/regular.c,v 1.18.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/cmp/special.c b/usr.bin/cmp/special.c index bbe3cb10fa819..c45fab1519b9d 100644 --- a/usr.bin/cmp/special.c +++ b/usr.bin/cmp/special.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)special.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/special.c,v 1.10.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 8e3a95948f3f6..158dc042e7968 100644 --- a/usr.bin/col/Makefile +++ b/usr.bin/col/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/col/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4c..534f152eefb96 100644 --- a/usr.bin/col/README +++ b/usr.bin/col/README @@ -1,6 +1,6 @@ # @(#)README 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/col/README,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 3197c02d5a430..fcabaa7b3dd79 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)col.1 8.1 (Berkeley) 6/29/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/col/col.1,v 1.19.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 8b45ba697202f..275a8b7bceade 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/col/col.c,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 87d96cabffa18..538799393826c 100644 --- a/usr.bin/colcrt/Makefile +++ b/usr.bin/colcrt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colcrt/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= colcrt diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index a4a727e8940b4..1fd759b55bc5f 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)colcrt.1 8.1 (Berkeley) 6/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colcrt/colcrt.1,v 1.16.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 31, 2004 .Dt COLCRT 1 diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 2ba4f39bbdae7..b8e2f3d029357 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)colcrt.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colcrt/colcrt.c,v 1.18.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 6cb213f488982..15fe2795744e4 100644 --- a/usr.bin/colldef/Makefile +++ b/usr.bin/colldef/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colldef/Makefile,v 1.21.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= colldef SRCS= parse.y scan.l y.tab.h diff --git a/usr.bin/colldef/colldef.1 b/usr.bin/colldef/colldef.1 index fafa74db460d0..edd1ae40d209f 100644 --- a/usr.bin/colldef/colldef.1 +++ b/usr.bin/colldef/colldef.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colldef/colldef.1,v 1.23.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 27, 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h index 316490d4eb8de..24b4cf3fd96a1 100644 --- a/usr.bin/colldef/common.h +++ b/usr.bin/colldef/common.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/colldef/common.h,v 1.2.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #define CHARMAP_SYMBOL_LEN 64 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 375aed8ac3e09..2be3cdbd1ecb9 100644 --- a/usr.bin/colldef/parse.y +++ b/usr.bin/colldef/parse.y @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/parse.y,v 1.34.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <err.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index aeeff1406832a..d0899983c7f45 100644 --- a/usr.bin/colldef/scan.l +++ b/usr.bin/colldef/scan.l @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colldef/scan.l,v 1.19.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 12585762f6263..3a55acbf61b2a 100644 --- a/usr.bin/colrm/Makefile +++ b/usr.bin/colrm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/colrm/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= colrm diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index ceb04558e6dc6..aaf26f75cde9b 100644 --- a/usr.bin/colrm/colrm.1 +++ b/usr.bin/colrm/colrm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)colrm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/colrm/colrm.1,v 1.11.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COLRM 1 diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 52dda90086dda..7f45d0137815d 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)colrm.c 8.2 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/colrm/colrm.c,v 1.12.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 771723ef31f58..9a23126357a53 100644 --- a/usr.bin/column/Makefile +++ b/usr.bin/column/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/column/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= column diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 5c5a100fe3b13..ce4293193e541 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)column.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/column/column.1,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 29, 2004 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 329cfa932ee52..76353d5f55bdf 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/column/column.c,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 13da76fa2ef66..b00b10033f1b9 100644 --- a/usr.bin/comm/Makefile +++ b/usr.bin/comm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/comm/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= comm diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 2402ab5a1ceb4..e6093fcf72950 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/comm/comm.1,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2005 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index ea92673113546..fc9c97f74b1ae 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -47,7 +47,7 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/comm/comm.c,v 1.21.18.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 3d4ab15dfcceb..0685743b7aeb9 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/compile_et/Makefile,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/com_err diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 45c0814add3f1..5e67e6444ca9e 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/compress/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= compress SRCS= compress.c zopen.c diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index c37562fb0402c..e56d7c78374fd 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/compress/compress.1,v 1.22.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 17, 2002 .Dt COMPRESS 1 diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 584f283ffb88b..65e8a24cdca71 100644 --- a/usr.bin/compress/compress.c +++ b/usr.bin/compress/compress.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)compress.c 8.2 (Berkeley) 1/7/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/compress/compress.c,v 1.21.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/compress/doc/NOTES b/usr.bin/compress/doc/NOTES index d400c9b485caa..ef4aeb4d4bc20 100644 --- a/usr.bin/compress/doc/NOTES +++ b/usr.bin/compress/doc/NOTES @@ -1,5 +1,5 @@ - $FreeBSD$ + $FreeBSD: src/usr.bin/compress/doc/NOTES,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ From: James A. Woods <jaw@eos.arc.nasa.gov> diff --git a/usr.bin/compress/doc/README b/usr.bin/compress/doc/README index 2b5f6ba98b231..3119bc4c6d396 100644 --- a/usr.bin/compress/doc/README +++ b/usr.bin/compress/doc/README @@ -1,6 +1,6 @@ @(#)README 8.1 (Berkeley) 6/9/93 - $FreeBSD$ + $FreeBSD: src/usr.bin/compress/doc/README,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ Compress version 4.0 improvements over 3.0: o compress() speedup (10-50%) by changing division hash to xor diff --git a/usr.bin/compress/doc/revision.log b/usr.bin/compress/doc/revision.log index 57e0337eef7dc..5c50930ce9142 100644 --- a/usr.bin/compress/doc/revision.log +++ b/usr.bin/compress/doc/revision.log @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/compress/doc/revision.log,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * $Header: compress.c,v 4.0 85/07/30 12:50:00 joe Release $ diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index a1ffbf75d20d7..691835a3f6a0d 100644 --- a/usr.bin/compress/zopen.3 +++ b/usr.bin/compress/zopen.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)zopen.3 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/compress/zopen.3,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt ZOPEN 3 diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index f0ec8871cd817..786e1e7bc19a3 100644 --- a/usr.bin/compress/zopen.c +++ b/usr.bin/compress/zopen.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/compress/zopen.c,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * fcompress.c - File compression ala IEEE Computer, June 1984. diff --git a/usr.bin/compress/zopen.h b/usr.bin/compress/zopen.h index a27a4f9b98aa2..1264539de7e85 100644 --- a/usr.bin/compress/zopen.h +++ b/usr.bin/compress/zopen.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/compress/zopen.h,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/cpuset/Makefile b/usr.bin/cpuset/Makefile index 85a51485a47cd..41a03e156bcff 100644 --- a/usr.bin/cpuset/Makefile +++ b/usr.bin/cpuset/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cpuset/Makefile,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cpuset WARNS?= 6 diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1 index 88e8c9897dd7d..044c5b316be0a 100644 --- a/usr.bin/cpuset/cpuset.1 +++ b/usr.bin/cpuset/cpuset.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cpuset/cpuset.1,v 1.3.2.6.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 29, 2008 .Dt CPUSET 1 diff --git a/usr.bin/cpuset/cpuset.c b/usr.bin/cpuset/cpuset.c index 35b13afa0a4e7..7455e286bdcd9 100644 --- a/usr.bin/cpuset/cpuset.c +++ b/usr.bin/cpuset/cpuset.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpuset/cpuset.c,v 1.5.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/csplit/Makefile b/usr.bin/csplit/Makefile index 3f370c7c4ad31..313fd91d874cd 100644 --- a/usr.bin/csplit/Makefile +++ b/usr.bin/csplit/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/csplit/Makefile,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= csplit diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 8582887113fd4..2cb5b9810d6cd 100644 --- a/usr.bin/csplit/csplit.1 +++ b/usr.bin/csplit/csplit.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/csplit/csplit.1,v 1.11.24.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2005 .Dt CSPLIT 1 diff --git a/usr.bin/csplit/csplit.c b/usr.bin/csplit/csplit.c index 2dff81fa8a45f..0748365bf417b 100644 --- a/usr.bin/csplit/csplit.c +++ b/usr.bin/csplit/csplit.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/csplit/csplit.c,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile index 37536fa9a4578..7a6afd56ecc8c 100644 --- a/usr.bin/csup/Makefile +++ b/usr.bin/csup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/csup/Makefile,v 1.3.4.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/csup diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index a55895f769ef2..a6648f3d8afbd 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/C.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index dc639af6e2e86..9c685875607e9 100644 --- a/usr.bin/ctags/Makefile +++ b/usr.bin/ctags/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ctags/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ctags SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1 index d1f0d5a616324..cc15ac1703e9d 100644 --- a/usr.bin/ctags/ctags.1 +++ b/usr.bin/ctags/ctags.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ctags.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ctags/ctags.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt CTAGS 1 diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index eda4145291f92..37fc604d86b42 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #include <sys/cdefs.h> #include <sys/types.h> #include <sys/wait.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/ctags.c,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index ce4484f2f6bc6..2b66e7155e8d6 100644 --- a/usr.bin/ctags/ctags.h +++ b/usr.bin/ctags/ctags.h @@ -32,7 +32,7 @@ * * @(#)ctags.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ctags/ctags.h,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 3761615f10ebd..c43c9265f263d 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/fortran.c,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 3ac47df76ee56..7cad057c92a54 100644 --- a/usr.bin/ctags/lisp.c +++ b/usr.bin/ctags/lisp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/lisp.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index a31ff931f7f2e..b1cda92d02bc6 100644 --- a/usr.bin/ctags/print.c +++ b/usr.bin/ctags/print.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)print.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/print.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index bd65c5a88f3cd..2ab42de07746b 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/tree.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index e0e0daba6687f..f40b169664af2 100644 --- a/usr.bin/ctags/yacc.c +++ b/usr.bin/ctags/yacc.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)yacc.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/yacc.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 5be029a3d9d15..125e38a1e6537 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cut/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cut diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index a6ebdddb3340c..842303b100b10 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cut.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cut/cut.1,v 1.32.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 21, 2006 .Dt CUT 1 diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index a370e600ef0a2..27a9e64b9922b 100644 --- a/usr.bin/cut/cut.c +++ b/usr.bin/cut/cut.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cut/cut.c,v 1.30.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 4ac3e64b246f0..c17475cfbf04f 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dig/Makefile,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index 770389799411f..816eb00e2c5c3 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dirname/Makefile,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= dirname NO_MAN= diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 93b135de21676..c79af9196a5ea 100644 --- a/usr.bin/dirname/dirname.c +++ b/usr.bin/dirname/dirname.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)dirname.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/dirname/dirname.c,v 1.12.10.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 12e80b9da3d15..f54dd9e2e5614 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/du/Makefile,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= du WARNS?= 6 diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index af2ff8475a206..e042a23b204cf 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)du.1 8.2 (Berkeley) 4/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/du/du.1,v 1.32.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 6, 2008 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index f5e7f055b3e4a..f3ce20c39ee97 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/du/du.c,v 1.42.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/ee/FREEBSD-upgrade b/usr.bin/ee/FREEBSD-upgrade index 3bca6abb4b8c9..84c7d3db3527c 100644 --- a/usr.bin/ee/FREEBSD-upgrade +++ b/usr.bin/ee/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/ee/FREEBSD-upgrade,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ Hugh F. Mahon's EasyEditor originals can be found at: http://mahon.cwx.net/ diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 8fdc4996fa824..14ea9d82987e3 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ee/Makefile,v 1.24.38.1 2010/12/21 17:10:29 kensmith Exp $ CFLAGS+= -DCAP -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \ -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DSLCT_HDR diff --git a/usr.bin/ee/ee.1 b/usr.bin/ee/ee.1 index 4da47bc528127..0e924360b73dc 100644 --- a/usr.bin/ee/ee.1 +++ b/usr.bin/ee/ee.1 @@ -1,5 +1,5 @@ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ee/ee.1,v 1.19.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 30, 1995 .Dt EE 1 diff --git a/usr.bin/ee/ee.c b/usr.bin/ee/ee.c index 17ecc310a7490..ef93d816e07ea 100644 --- a/usr.bin/ee/ee.c +++ b/usr.bin/ee/ee.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ee/ee.c,v 1.33.12.1 2010/12/21 17:10:29 kensmith Exp $"); char *ee_copyright_message = "Copyright (c) 1986, 1990, 1991, 1992, 1993, 1994, 1995, 1996 Hugh Mahon "; diff --git a/usr.bin/ee/new_curse.c b/usr.bin/ee/new_curse.c index 22e1a847f6e01..f4d6b31b3717d 100644 --- a/usr.bin/ee/new_curse.c +++ b/usr.bin/ee/new_curse.c @@ -45,7 +45,7 @@ char *copyright_message[] = { "Copyright (c) 1986, 1987, 1988, 1991, 1992, 1993, "All rights are reserved."}; #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ee/new_curse.c,v 1.9.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "new_curse.h" #include <signal.h> diff --git a/usr.bin/ee/new_curse.h b/usr.bin/ee/new_curse.h index bbef58572a7bd..bfb9d2e03cbf5 100644 --- a/usr.bin/ee/new_curse.h +++ b/usr.bin/ee/new_curse.h @@ -37,7 +37,7 @@ | Copyright (c) 1986, 1987, 1988, 1991, 1995 Hugh Mahon | All are rights reserved. | - | $FreeBSD$ + | $FreeBSD: src/usr.bin/ee/new_curse.h,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ | */ diff --git a/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg b/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg index 80a99616df6ef..16edb99f645bf 100644 --- a/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg +++ b/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/de_DE.ISO8859-1/ee.msg,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/en_US.US-ASCII/ee.msg b/usr.bin/ee/nls/en_US.US-ASCII/ee.msg index ccefcc4b3e62c..d77ba4f761403 100644 --- a/usr.bin/ee/nls/en_US.US-ASCII/ee.msg +++ b/usr.bin/ee/nls/en_US.US-ASCII/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/en_US.US-ASCII/ee.msg,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg b/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg index e93ff22dfa59b..53a8464462880 100644 --- a/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg +++ b/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/fr_FR.ISO8859-1/ee.msg,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg b/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg index 3176f7995993b..08ef4eb0b1e5a 100644 --- a/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg +++ b/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/pl_PL.ISO8859-2/ee.msg,v 1.6.24.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg b/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg index 99aa34392ac8e..9f89b589b8930 100644 --- a/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg +++ b/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg @@ -5,7 +5,7 @@ $ Based on uk_UA.KOI8-U translation by Olexander Kunytsa <kunia@istc.kiev.ua> $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/ru_RU.KOI8-R/ee.msg,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg b/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg index 1556d916742ea..8c811f1b78ea0 100644 --- a/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg +++ b/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg @@ -3,7 +3,7 @@ $ ee.i18n.guide for more information $ $ For ee patchlevel 3 $ -$ $FreeBSD$ +$ $FreeBSD: src/usr.bin/ee/nls/uk_UA.KOI8-U/ee.msg,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index 92bb65980d064..7a7d2949e3b9c 100644 --- a/usr.bin/elf2aout/Makefile +++ b/usr.bin/elf2aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/elf2aout/Makefile,v 1.9.24.1 2010/12/21 17:10:29 kensmith Exp $ PROG= elf2aout NO_MAN= diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index 4168f4e60560e..e261b4b48f3f7 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/elf2aout/elf2aout.c,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/elf64.h> diff --git a/usr.bin/elfdump/Makefile b/usr.bin/elfdump/Makefile index 95ce514b3ace0..26b9bc46608ae 100644 --- a/usr.bin/elfdump/Makefile +++ b/usr.bin/elfdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/elfdump/Makefile,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $ PROG= elfdump WARNS?= 5 diff --git a/usr.bin/elfdump/elfdump.1 b/usr.bin/elfdump/elfdump.1 index 1902e41820c8b..19ec2bfdd2f79 100644 --- a/usr.bin/elfdump/elfdump.1 +++ b/usr.bin/elfdump/elfdump.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/elfdump/elfdump.1,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 15, 2003 .Dt ELFDUMP 1 diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c index 2ddfc857c46fc..cd00545ad018e 100644 --- a/usr.bin/elfdump/elfdump.c +++ b/usr.bin/elfdump/elfdump.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/elfdump/elfdump.c,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/elf32.h> diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index 32a670b07eca8..cf81f28d1c9b0 100644 --- a/usr.bin/enigma/Makefile +++ b/usr.bin/enigma/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/enigma/Makefile,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= enigma diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index 4fc0b206fe9b5..58f0654ad31bc 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -4,7 +4,7 @@ .\" Since enigma itself is distributed in the Public Domain, this file .\" is also. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/enigma/enigma.1,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" " .Dd May 14, 2004 .Os diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 68fd29ddfbc09..6ce34f3a047ff 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/enigma/enigma.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index bc1eea49153a7..7347277231759 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/env/Makefile,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= env SRCS= env.c envopts.c diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 70955c047a77f..f6b35a8ec8776 100644 --- a/usr.bin/env/env.1 +++ b/usr.bin/env/env.1 @@ -33,7 +33,7 @@ .\" .\" From @(#)printenv.1 8.1 (Berkeley) 6/6/93 .\" From FreeBSD: src/usr.bin/printenv/printenv.1,v 1.17 2002/11/26 17:33:35 ru Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/env/env.1,v 1.9.10.1.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 17, 2008 .Dt ENV 1 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 34f1e7370e5ea..c03dfabb5ecc0 100644 --- a/usr.bin/env/env.c +++ b/usr.bin/env/env.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)env.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/env/env.c,v 1.19.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index f8214305cc60a..c4adb63091446 100644 --- a/usr.bin/env/envopts.c +++ b/usr.bin/env/envopts.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/env/envopts.c,v 1.4.16.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/usr.bin/env/envopts.h b/usr.bin/env/envopts.h index 1f15c6917a809..ceb6848d1d192 100644 --- a/usr.bin/env/envopts.h +++ b/usr.bin/env/envopts.h @@ -27,7 +27,7 @@ * are those of the authors and should not be interpreted as representing * official policies, either expressed or implied, of the FreeBSD Project. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/env/envopts.h,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ */ void search_paths(char *path, char **argv); diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc20..5db93a2bc4085 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/expand/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 0ca6dcb38d75f..fc284be1ca76a 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/expand/expand.1,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 13, 2006 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 6c99db8068563..f7730adc328c7 100644 --- a/usr.bin/expand/expand.c +++ b/usr.bin/expand/expand.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/expand/expand.c,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ffae97dc061fc..b77bc3c487c63 100644 --- a/usr.bin/false/Makefile +++ b/usr.bin/false/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/false/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a3759..e49815c516c10 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)false.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/false/false.1,v 1.11.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 27b2c258cfff5..c08320c21b621 100644 --- a/usr.bin/false/false.c +++ b/usr.bin/false/false.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)false.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/false/false.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"); int main(void) diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index c422af8afb210..5c09129069eb3 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 0dbbc0b04f15c..356bf8adf7dd0 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fetch/fetch.1,v 1.67.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 14, 2008 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 7553bd8d10282..c57ad971ec223 100644 --- a/usr.bin/fetch/fetch.c +++ b/usr.bin/fetch/fetch.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fetch/fetch.c,v 1.78.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 0aec031c98cc1..10fd381030273 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Makefile,v 1.30.24.1 2010/12/21 17:10:29 kensmith Exp $ # Makefile for file(1) cmd. # Copyright (c) David E. O'Brien, 2000-2004 # 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 4f8a99f6cca2d..1e0617a00fd5f 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.13.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <osreldate.h> diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index c945f48dd63dd..277de4546cf5d 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.38.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" $Id: file.man,v 1.57 2005/08/18 15:18:22 christos Exp $ .Dd August 18, 2005 .Dt FILE 1 "Copyright but distributable" diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5 index ea60544201d16..36b8f96b5572c 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.28.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" install as magic.4 on USG, magic.5 on V7 or Berkeley systems. .\" diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index c3c6ddc7612d5..f9ffd92ffb3f9 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file2c/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= file2c WARNS?= 6 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 40482c27e0e87..e8129c3458cf1 100644 --- a/usr.bin/file2c/file2c.1 +++ b/usr.bin/file2c/file2c.1 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" --------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/file2c/file2c.1,v 1.13.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 22, 2007 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index e50bd1f8a46d6..611721682dcfd 100644 --- a/usr.bin/file2c/file2c.c +++ b/usr.bin/file2c/file2c.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/file2c/file2c.c,v 1.10.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b20dc0346f559..16fae18a248f5 100644 --- a/usr.bin/find/Makefile +++ b/usr.bin/find/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/find/Makefile,v 1.18.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= find SRCS= find.c function.c ls.c main.c misc.c operator.c option.c \ diff --git a/usr.bin/find/extern.h b/usr.bin/find/extern.h index a6f09f47db758..a300cfa40cfc6 100644 --- a/usr.bin/find/extern.h +++ b/usr.bin/find/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/extern.h,v 1.23.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 51c2b790625f3..dc98a3583cec4 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)find.1 8.7 (Berkeley) 5/9/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/find/find.1,v 1.82.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 13, 2006 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index cc2d797a541db..ba1a78a58f0b2 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/find.c,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/find.h b/usr.bin/find/find.h index c7366fa5246dc..96cb7ced4d7db 100644 --- a/usr.bin/find/find.h +++ b/usr.bin/find/find.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)find.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/find/find.h,v 1.19.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 68c3b046b36ab..ef60f6c831e75 100644 --- a/usr.bin/find/function.c +++ b/usr.bin/find/function.c @@ -41,7 +41,7 @@ static const char sccsid[] = "@(#)function.c 8.10 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/function.c,v 1.58.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index de7750c88ff54..7698b2d84a952 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/getdate.y,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e45938cc6d3..9403948aa8378 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ls.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/ls.c,v 1.17.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 643f1f8cbf3a0..3a5bcb04ac40e 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/main.c,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 15329064cf444..b70cd0ade5eac 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/misc.c,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/find/operator.c b/usr.bin/find/operator.c index c774efa0dc890..afd051ad2098b 100644 --- a/usr.bin/find/operator.c +++ b/usr.bin/find/operator.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)operator.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/operator.c,v 1.14.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index c1c59ea090a84..941dc2143f145 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)option.c 8.2 (Berkeley) 4/16/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/option.c,v 1.25.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 983392b7a1e05..86b8cef547165 100644 --- a/usr.bin/finger/Makefile +++ b/usr.bin/finger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/finger/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= finger SRCS= finger.c lprint.c net.c sprint.c util.c diff --git a/usr.bin/finger/extern.h b/usr.bin/finger/extern.h index 498c296d09378..06b8a77c9f172 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/extern.h,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _EXTERN_H_ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 590a3822adf16..cd8546f6fb047 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)finger.1 8.3 (Berkeley) 5/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/finger/finger.1,v 1.35.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 11, 2007 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 944415e0829e2..3d9dbc8812c5d 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -57,7 +57,7 @@ static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/finger.c,v 1.38.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Finger prints out information about users. It is not portable since diff --git a/usr.bin/finger/finger.conf.5 b/usr.bin/finger/finger.conf.5 index 54f5eecd7c54b..c62b0c91fc55f 100644 --- a/usr.bin/finger/finger.conf.5 +++ b/usr.bin/finger/finger.conf.5 @@ -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/finger/finger.conf.5,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 16, 2000 .Dt FINGER.CONF 5 diff --git a/usr.bin/finger/finger.h b/usr.bin/finger/finger.h index 6b18146d4b50d..b885947bed8f4 100644 --- a/usr.bin/finger/finger.h +++ b/usr.bin/finger/finger.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)finger.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/finger.h,v 1.5.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _FINGER_H_ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 848bbeeeb3243..f9a8ae93796e0 100644 --- a/usr.bin/finger/lprint.c +++ b/usr.bin/finger/lprint.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/lprint.c,v 1.25.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/finger/net.c b/usr.bin/finger/net.c index 5260a2d6ca294..66971269ed1ae 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/net.c,v 1.24.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/finger/pathnames.h b/usr.bin/finger/pathnames.h index 7c9ad19abcb61..ea69d6936e5a7 100644 --- a/usr.bin/finger/pathnames.h +++ b/usr.bin/finger/pathnames.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/pathnames.h,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef PATHNAMES_H diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index e4f768b300003..17a35f286dfb8 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/sprint.c,v 1.23.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index a84c711745c7a..873f4e8ed4b5a 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/util.c,v 1.22.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index b15d254d39368..979716224d1df 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fmt/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fmt diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 162bcab0f9d2a..47252bcd554dd 100644 --- a/usr.bin/fmt/fmt.1 +++ b/usr.bin/fmt/fmt.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fmt.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fmt/fmt.1,v 1.14.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" Modified by Gareth McCaughan to describe the new version of `fmt' .\" rather than the old one. diff --git a/usr.bin/fmt/fmt.c b/usr.bin/fmt/fmt.c index 33f92b1b82d55..06516f52596b6 100644 --- a/usr.bin/fmt/fmt.c +++ b/usr.bin/fmt/fmt.c @@ -173,7 +173,7 @@ static const char copyright[] = "Copyright (c) 1997 Gareth McCaughan. All rights reserved.\n"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fmt/fmt.c,v 1.22.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index d73d0a7cee437..891a73984b124 100644 --- a/usr.bin/fold/Makefile +++ b/usr.bin/fold/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fold/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fold diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 7cc01298add73..175e742a20bd4 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fold.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fold/fold.1,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 15, 2006 .Dt FOLD 1 diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index d4255fc70ebdd..44372dbc74e1e 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fold/fold.c,v 1.13.18.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index 57b966353fdc1..1ba3d1de0911e 100644 --- a/usr.bin/from/Makefile +++ b/usr.bin/from/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/from/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 071298561d74f..725d3e39750df 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)from.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/from/from.1,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 84d0c52b23a3a..a242c14a230cf 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/from/from.c,v 1.14.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index d55fce4798671..d6ee8219ccae7 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/Makefile,v 1.9.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1c26e8d854a89..ac2f98719b22e 100644 --- a/usr.bin/fstat/cd9660.c +++ b/usr.bin/fstat/cd9660.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/cd9660.c,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 91bf4d27530df..f9f1c760bbca2 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fstat.1 8.3 (Berkeley) 2/25/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fstat/fstat.1,v 1.26.24.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 27, 2002 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index dc728e5890f8b..74dbc8b7c3291 100644 --- a/usr.bin/fstat/fstat.c +++ b/usr.bin/fstat/fstat.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/fstat.c,v 1.64.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fstat/fstat.h b/usr.bin/fstat/fstat.h index 43351108deb72..02e2d6e484970 100644 --- a/usr.bin/fstat/fstat.h +++ b/usr.bin/fstat/fstat.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fstat/fstat.h,v 1.6.18.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 5bae63e4b5eb0..762d912f45a97 100644 --- a/usr.bin/fstat/msdosfs.c +++ b/usr.bin/fstat/msdosfs.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fstat/msdosfs.c,v 1.9.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c index f654e79c2cf39..28cb156c770a2 100644 --- a/usr.bin/fstat/zfs.c +++ b/usr.bin/fstat/zfs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fstat/zfs.c,v 1.8.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/fstat/zfs/Makefile b/usr.bin/fstat/zfs/Makefile index 7ecfc85a4c0ce..7b6ff46a34d05 100644 --- a/usr.bin/fstat/zfs/Makefile +++ b/usr.bin/fstat/zfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/zfs/Makefile,v 1.5.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index 42aa6ddec6658..5a514759220c1 100644 --- a/usr.bin/fsync/Makefile +++ b/usr.bin/fsync/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fsync/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fsync diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 0cc41d3ceb05a..a62510bca4cfb 100644 --- a/usr.bin/fsync/fsync.1 +++ b/usr.bin/fsync/fsync.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/fsync/fsync.1,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 25, 2005 .Dt FSYNC 1 diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 78aeb21baa215..6354f370958ab 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -27,7 +27,7 @@ #ifndef lint #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fsync/fsync.c,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index c2fe59cd4b1fe..cd1267917ce8a 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ftp/Makefile,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $ # $NetBSD: Makefile,v 1.15 1997/10/18 15:31:20 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 diff --git a/usr.bin/ftp/config.h b/usr.bin/ftp/config.h index 77dff70747ce1..a0efb52ef40ff 100644 --- a/usr.bin/ftp/config.h +++ b/usr.bin/ftp/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/ftp/config.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index 5ab51cf5c7eb6..94db6f371637e 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gcore/Makefile,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 6c90708f2cd0e..4f2aa73d6d7a6 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/elfcore.c,v 1.19.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/procfs.h> diff --git a/usr.bin/gcore/extern.h b/usr.bin/gcore/extern.h index 1bd70954794fb..747502d9af883 100644 --- a/usr.bin/gcore/extern.h +++ b/usr.bin/gcore/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gcore/extern.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ struct dumpers { diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 981e0be3b346a..c7b6cf1435b0f 100644 --- a/usr.bin/gcore/gcore.1 +++ b/usr.bin/gcore/gcore.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gcore.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gcore/gcore.1,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 18, 1994 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 7005e834ff913..c5b18ef292294 100644 --- a/usr.bin/gcore/gcore.c +++ b/usr.bin/gcore/gcore.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)gcore.c 8.2 (Berkeley) 9/23/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/gcore.c,v 1.31.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Originally written by Eric Cooper in Fall 1981. diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index a6c9991bb5b90..f567e1450c054 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gencat/Makefile,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= gencat WARNS?= 6 diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index eed6764284877..f6f3ca6bdfc39 100644 --- a/usr.bin/gencat/gencat.1 +++ b/usr.bin/gencat/gencat.1 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gencat/gencat.1,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index 306f48d3d7bd7..dbaf10c6ed8cd 100644 --- a/usr.bin/gencat/gencat.c +++ b/usr.bin/gencat/gencat.c @@ -72,7 +72,7 @@ up-to-date. Many thanks. ******************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gencat/gencat.c,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $"); #define _NLS_PRIVATE diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index eaaf628aad374..e02320227247f 100644 --- a/usr.bin/getconf/Makefile +++ b/usr.bin/getconf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getconf/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= getconf diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf index c629987e5caf8..1aed9da8d21a8 100644 --- a/usr.bin/getconf/confstr.gperf +++ b/usr.bin/getconf/confstr.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/confstr.gperf,v 1.5.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/fake-gperf.awk b/usr.bin/getconf/fake-gperf.awk index 96fcd3c9977c2..48fcbc16323e7 100644 --- a/usr.bin/getconf/fake-gperf.awk +++ b/usr.bin/getconf/fake-gperf.awk @@ -1,5 +1,5 @@ #!/usr/bin/awk -f -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getconf/fake-gperf.awk,v 1.3.36.1 2010/12/21 17:10:29 kensmith Exp $ BEGIN { state = 0; struct_seen = ""; diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index c3baed94b1fa0..5788df2ecee7e 100644 --- a/usr.bin/getconf/getconf.1 +++ b/usr.bin/getconf/getconf.1 @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getconf/getconf.1,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 18, 2002 .Dt GETCONF 1 diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 5f88db6cbe186..0e8ab50981154 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getconf/getconf.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h index 266a0ff3b0512..6fd3987df5fb6 100644 --- a/usr.bin/getconf/getconf.h +++ b/usr.bin/getconf/getconf.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/getconf.h,v 1.4.42.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifdef STABLE diff --git a/usr.bin/getconf/limits.gperf b/usr.bin/getconf/limits.gperf index 68e0d65e78ff5..3814e5767615f 100644 --- a/usr.bin/getconf/limits.gperf +++ b/usr.bin/getconf/limits.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/limits.gperf,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf index e8b83659d80f4..b209e9f872e53 100644 --- a/usr.bin/getconf/pathconf.gperf +++ b/usr.bin/getconf/pathconf.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/pathconf.gperf,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index 40ce16a160690..a92843297313a 100644 --- a/usr.bin/getconf/progenv.gperf +++ b/usr.bin/getconf/progenv.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/progenv.gperf,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf index ae88464a0b742..b77cc8082bb80 100644 --- a/usr.bin/getconf/sysconf.gperf +++ b/usr.bin/getconf/sysconf.gperf @@ -2,7 +2,7 @@ /* * Copyright is disclaimed as to the contents of this file. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/getconf/sysconf.gperf,v 1.5.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getent/Makefile b/usr.bin/getent/Makefile index 6cc3d56cfd1e7..f1218b3483919 100644 --- a/usr.bin/getent/Makefile +++ b/usr.bin/getent/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getent/Makefile,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ PROG= getent WARNS?= 3 diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1 index a18d3411d67da..ffc3a935e6f43 100644 --- a/usr.bin/getent/getent.1 +++ b/usr.bin/getent/getent.1 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getent/getent.1,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 24, 2005 .Dt GETENT 1 diff --git a/usr.bin/getent/getent.c b/usr.bin/getent/getent.c index d7558135b6f23..dcf0f8d35278f 100644 --- a/usr.bin/getent/getent.c +++ b/usr.bin/getent/getent.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getent/getent.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/socket.h> #include <sys/param.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 01dfa87e2935f..798fc437288cb 100644 --- a/usr.bin/getopt/Makefile +++ b/usr.bin/getopt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/getopt/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ # PROG = getopt diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 771a2e73645f0..8b369b0c34ba0 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getopt/getopt.1,v 1.23.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 3, 1999 .Dt GETOPT 1 diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index d1671a71e5eee..7c0f9a3229b32 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getopt/getopt.c,v 1.10.24.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * This material, written by Henry Spencer, was released by him diff --git a/usr.bin/gprof/Makefile b/usr.bin/gprof/Makefile index a24d9cda6c81f..68821eb455bc4 100644 --- a/usr.bin/gprof/Makefile +++ b/usr.bin/gprof/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/29/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gprof/Makefile,v 1.8.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \ diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 823d6562d105b..d913c3070bbfe 100644 --- a/usr.bin/gprof/amd64.h +++ b/usr.bin/gprof/amd64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/amd64.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 2ccf818f42e01..fb11d159046a5 100644 --- a/usr.bin/gprof/aout.c +++ b/usr.bin/gprof/aout.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/aout.c,v 1.7.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <netinet/in.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 3be00dffbc6aa..e0d6d65f78b09 100644 --- a/usr.bin/gprof/arcs.c +++ b/usr.bin/gprof/arcs.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)arcs.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/arcs.c,v 1.12.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 823d6562d105b..a808daf4d85cd 100644 --- a/usr.bin/gprof/arm.h +++ b/usr.bin/gprof/arm.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/arm.h,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 0e23a87a22bfe..7ea216559824b 100644 --- a/usr.bin/gprof/dfn.c +++ b/usr.bin/gprof/dfn.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)dfn.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/dfn.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index b0af431dc5a16..e43bbd701abe1 100644 --- a/usr.bin/gprof/elf.c +++ b/usr.bin/gprof/elf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/elf.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index b340ed9d67c11..191412f96a541 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gprof/gprof.1,v 1.29.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 7, 2005 .Dt GPROF 1 diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index dc9e8a5bb4716..d6901739ec28a 100644 --- a/usr.bin/gprof/gprof.c +++ b/usr.bin/gprof/gprof.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)gprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/gprof.c,v 1.24.18.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index d5b4ee1124cf5..f58e12c5ed493 100644 --- a/usr.bin/gprof/gprof.h +++ b/usr.bin/gprof/gprof.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)gprof.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/gprof.h,v 1.25.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index cf8a3ae68523d..4cb8d56ff0ea3 100644 --- a/usr.bin/gprof/hertz.c +++ b/usr.bin/gprof/hertz.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)hertz.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/hertz.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 823d6562d105b..d27166aad9d86 100644 --- a/usr.bin/gprof/i386.h +++ b/usr.bin/gprof/i386.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/i386.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/ia64.h b/usr.bin/gprof/ia64.h index 823d6562d105b..df766653705aa 100644 --- a/usr.bin/gprof/ia64.h +++ b/usr.bin/gprof/ia64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/ia64.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index dc456f5f97a96..d3d9c2d2375c6 100644 --- a/usr.bin/gprof/kernel.c +++ b/usr.bin/gprof/kernel.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/kernel.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/usr.bin/gprof/lookup.c b/usr.bin/gprof/lookup.c index f51da9829f743..dc0d69b348619 100644 --- a/usr.bin/gprof/lookup.c +++ b/usr.bin/gprof/lookup.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)lookup.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/lookup.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "gprof.h" diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 0dcd78c6af47f..11ab9c8cc396a 100644 --- a/usr.bin/gprof/pathnames.h +++ b/usr.bin/gprof/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/pathnames.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/powerpc.h b/usr.bin/gprof/powerpc.h index 823d6562d105b..30eb75633f2d1 100644 --- a/usr.bin/gprof/powerpc.h +++ b/usr.bin/gprof/powerpc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/powerpc.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 41c1c1f5c2557..d488821dddfa3 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printgprof.c,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index ed68bcc0d3136..a0ad651cc74cc 100644 --- a/usr.bin/gprof/printlist.c +++ b/usr.bin/gprof/printlist.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printlist.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printlist.c,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 823d6562d105b..53ddaf6310bab 100644 --- a/usr.bin/gprof/sparc64.h +++ b/usr.bin/gprof/sparc64.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/sparc64.h,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile index dae5f842a32e1..4e7ea6ed8b151 100644 --- a/usr.bin/gzip/Makefile +++ b/usr.bin/gzip/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.10 2006/05/12 02:01:15 mrg Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/Makefile,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/gzip/gzexe b/usr.bin/gzip/gzexe index 5f5424e71039e..418cc17d3d95d 100644 --- a/usr.bin/gzip/gzexe +++ b/usr.bin/gzip/gzexe @@ -18,7 +18,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/gzexe,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # The number of lines plus one in the on-the-fly decompression script lines=19 diff --git a/usr.bin/gzip/gzexe.1 b/usr.bin/gzip/gzexe.1 index 019503747ba6c..17525075be6fe 100644 --- a/usr.bin/gzip/gzexe.1 +++ b/usr.bin/gzip/gzexe.1 @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/gzexe.1,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 26, 2007 .Dt GZEXE 1 .Os diff --git a/usr.bin/gzip/gzip.1 b/usr.bin/gzip/gzip.1 index 848a4b391c94f..0cc05ab4aff74 100644 --- a/usr.bin/gzip/gzip.1 +++ b/usr.bin/gzip/gzip.1 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/gzip.1,v 1.4.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $ .Dd April 27, 2010 .Dt GZIP 1 .Os diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index f99d0e034895d..eeb3c09bd8eb5 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -31,7 +31,7 @@ #ifndef lint __COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006\ Matthew R. Green. All rights reserved."); -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/gzip/gzip.c,v 1.4.2.6.2.1 2010/12/21 17:10:29 kensmith Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/gzip/unbzip2.c b/usr.bin/gzip/unbzip2.c index a5cd1be1be8b9..e61f9098fcecc 100644 --- a/usr.bin/gzip/unbzip2.c +++ b/usr.bin/gzip/unbzip2.c @@ -28,7 +28,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gzip/unbzip2.c,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/gzip/unpack.c b/usr.bin/gzip/unpack.c index cc717a6a95ebe..8b5aded4241ee 100644 --- a/usr.bin/gzip/unpack.c +++ b/usr.bin/gzip/unpack.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gzip/unpack.c,v 1.1.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/gzip/zdiff b/usr.bin/gzip/zdiff index 34caf2bdfb839..ff7f2aedd48fa 100644 --- a/usr.bin/gzip/zdiff +++ b/usr.bin/gzip/zdiff @@ -22,7 +22,7 @@ # Agency (DARPA) and Air Force Research Laboratory, Air Force # Materiel Command, USAF, under agreement number F39502-99-1-0512. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/zdiff,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # Set $prog based on $0 case $0 in diff --git a/usr.bin/gzip/zdiff.1 b/usr.bin/gzip/zdiff.1 index 2a6a4c8c74a80..e45d37a0d1050 100644 --- a/usr.bin/gzip/zdiff.1 +++ b/usr.bin/gzip/zdiff.1 @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/zdiff.1,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 26, 2007 .Dt ZDIFF 1 .Os diff --git a/usr.bin/gzip/zforce b/usr.bin/gzip/zforce index 3b7324c6ef5a4..a4dcc8f59c507 100644 --- a/usr.bin/gzip/zforce +++ b/usr.bin/gzip/zforce @@ -18,7 +18,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/zforce,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ prog=`basename $0` USAGE="usage: $prog file ..." if test $# -eq 0; then diff --git a/usr.bin/gzip/zforce.1 b/usr.bin/gzip/zforce.1 index efcc4215e2b9d..88a4f3f8fe2e7 100644 --- a/usr.bin/gzip/zforce.1 +++ b/usr.bin/gzip/zforce.1 @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/zforce.1,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 26, 2007 .Dt ZFORCE 1 .Os diff --git a/usr.bin/gzip/zmore b/usr.bin/gzip/zmore index 46a4eb482bda6..2f76dae6ef078 100644 --- a/usr.bin/gzip/zmore +++ b/usr.bin/gzip/zmore @@ -22,7 +22,7 @@ # Agency (DARPA) and Air Force Research Laboratory, Air Force # Materiel Command, USAF, under agreement number F39502-99-1-0512. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/zmore,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # Pull out any command line flags so we can pass them to more/less flags= diff --git a/usr.bin/gzip/zmore.1 b/usr.bin/gzip/zmore.1 index 1bd349d209be2..602575cdae445 100644 --- a/usr.bin/gzip/zmore.1 +++ b/usr.bin/gzip/zmore.1 @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/zmore.1,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 26, 2007 .Dt ZMORE 1 .Os diff --git a/usr.bin/gzip/znew b/usr.bin/gzip/znew index 27bed94274a62..7dd608540ee7c 100644 --- a/usr.bin/gzip/znew +++ b/usr.bin/gzip/znew @@ -18,7 +18,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gzip/znew,v 1.1.4.1.8.1 2010/12/21 17:10:29 kensmith Exp $ # Return 0 if the first arg file size is smaller than the second, 1 otherwise. smaller () { diff --git a/usr.bin/gzip/znew.1 b/usr.bin/gzip/znew.1 index 0da5a6281f6ce..fe69c83d39f74 100644 --- a/usr.bin/gzip/znew.1 +++ b/usr.bin/gzip/znew.1 @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/gzip/znew.1,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ .Dd January 26, 2007 .Dt ZNEW 1 .Os diff --git a/usr.bin/gzip/zuncompress.c b/usr.bin/gzip/zuncompress.c index dd0f249d223e3..0b05c443aaa8f 100644 --- a/usr.bin/gzip/zuncompress.c +++ b/usr.bin/gzip/zuncompress.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * from: NetBSD: zopen.c,v 1.8 2003/08/07 11:13:29 agc Exp - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gzip/zuncompress.c,v 1.1.4.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile index 002b3f385b3ea..04d646c012579 100644 --- a/usr.bin/head/Makefile +++ b/usr.bin/head/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/head/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= head WARNS= 6 diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 81346182e650d..eab16f4000720 100644 --- a/usr.bin/head/head.1 +++ b/usr.bin/head/head.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)head.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/head/head.1,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 5de0cba13168b..0cf53a69cb78d 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/head/head.c,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hesinfo/Makefile b/usr.bin/hesinfo/Makefile index 870db2887d7b6..cf5183fe4fe94 100644 --- a/usr.bin/hesinfo/Makefile +++ b/usr.bin/hesinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/hesinfo/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= hesinfo diff --git a/usr.bin/hesinfo/hesinfo.1 b/usr.bin/hesinfo/hesinfo.1 index 7ab2d35d4a301..1b7eee1ac4da5 100644 --- a/usr.bin/hesinfo/hesinfo.1 +++ b/usr.bin/hesinfo/hesinfo.1 @@ -16,7 +16,7 @@ .\" this software for any purpose. It is provided "as is" .\" without express or implied warranty. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hesinfo/hesinfo.1,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 27, 1996 .Dt HESINFO 1 diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c index fa81864a5d008..936965e19a557 100644 --- a/usr.bin/hesinfo/hesinfo.c +++ b/usr.bin/hesinfo/hesinfo.c @@ -19,7 +19,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hesinfo/hesinfo.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 3252fc9af1479..1336c305441af 100644 --- a/usr.bin/hexdump/Makefile +++ b/usr.bin/hexdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/hexdump/Makefile,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= hexdump SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c diff --git a/usr.bin/hexdump/conv.c b/usr.bin/hexdump/conv.c index 96dc2d64c43bf..6abd217b06015 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -35,7 +35,7 @@ static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/conv.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index db04c49aade5a..16a4726ca4904 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/display.c,v 1.22.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index baf9d463652d7..814ea384bae0f 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hexdump.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hexdump/hexdump.1,v 1.22.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 18, 2010 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 2ed7c4b9df490..da10726056756 100644 --- a/usr.bin/hexdump/hexdump.c +++ b/usr.bin/hexdump/hexdump.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)hexdump.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/hexdump.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <locale.h> diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index 9a1198f45cf5d..6f4ef824d90af 100644 --- a/usr.bin/hexdump/hexdump.h +++ b/usr.bin/hexdump/hexdump.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)hexdump.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/hexdump/hexdump.h,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <wchar.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 4d21611f6a3fa..04d461d37f2b4 100644 --- a/usr.bin/hexdump/hexsyntax.c +++ b/usr.bin/hexdump/hexsyntax.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)hexsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/hexsyntax.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index dd67ff58b2340..b4469e02a1eeb 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hexdump/od.1,v 1.21.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 18, 2010 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index e0f9283bbc220..52f48100aac32 100644 --- a/usr.bin/hexdump/odsyntax.c +++ b/usr.bin/hexdump/odsyntax.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)odsyntax.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/odsyntax.c,v 1.17.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index ef19278b486ad..af218fc2aa22a 100644 --- a/usr.bin/hexdump/parse.c +++ b/usr.bin/hexdump/parse.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/parse.c,v 1.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 986191466a9be..bf3be577db190 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/host/Makefile,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.bin/id/Makefile b/usr.bin/id/Makefile index 96c162f7565a8..34df9f4a3d196 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/id/Makefile,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 771b0d0c0c3b2..26dd5e565eb33 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)groups.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/groups.1,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index b14e4e56cbfa1..146fdbf24cd4b 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/id.1,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 26, 2006 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 1929d968dd1d1..375c57826a3e7 100644 --- a/usr.bin/id/id.c +++ b/usr.bin/id/id.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)id.c 8.2 (Berkeley) 2/16/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/id/id.c,v 1.33.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mac.h> diff --git a/usr.bin/id/whoami.1 b/usr.bin/id/whoami.1 index 958570df5fccf..434b7ec9242bd 100644 --- a/usr.bin/id/whoami.1 +++ b/usr.bin/id/whoami.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)whoami.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/whoami.1,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/indent/README b/usr.bin/indent/README index 03d5d3d8d39e8..7ba9e985bd942 100644 --- a/usr.bin/indent/README +++ b/usr.bin/indent/README @@ -1,5 +1,5 @@ - $FreeBSD$ + $FreeBSD: src/usr.bin/indent/README,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ This is the C indenter, it originally came from the University of Illinois via some distribution tape for PDP-11 Unix. It has subsequently been diff --git a/usr.bin/indent/args.c b/usr.bin/indent/args.c index cab0f7d092b70..e7b8d431e3beb 100644 --- a/usr.bin/indent/args.c +++ b/usr.bin/indent/args.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)args.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/args.c,v 1.15.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Argument scanning and profile reading code. Default parameters are set diff --git a/usr.bin/indent/indent.1 b/usr.bin/indent/indent.1 index 1a7c789750e2e..0bde173578d72 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/indent/indent.1,v 1.27.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 29, 2004 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 7820ebeb72d58..5eec3dc92f32e 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.c,v 1.25.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <err.h> diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index 4c52bf8370e42..728e5100e44c4 100644 --- a/usr.bin/indent/indent.h +++ b/usr.bin/indent/indent.h @@ -25,7 +25,7 @@ */ #if 0 -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $"); #endif void addkey(char *, int); diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index e1ff294e25765..0a61c0ca743c9 100644 --- a/usr.bin/indent/indent_codes.h +++ b/usr.bin/indent/indent_codes.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_codes.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_codes.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 087f41c2390d4..ba875b88674c8 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_globs.h,v 1.11.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 1e36582d5bf84..9e318dbb4b804 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/io.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index b3604c6420548..595e4ee4178a5 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/lexi.c,v 1.19.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Here we have the token scanner for indent. It scans off one token and puts diff --git a/usr.bin/indent/parse.c b/usr.bin/indent/parse.c index 65d9a6bb8c475..fd3ec7e8acc49 100644 --- a/usr.bin/indent/parse.c +++ b/usr.bin/indent/parse.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/parse.c,v 1.10.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include "indent_globs.h" diff --git a/usr.bin/indent/pr_comment.c b/usr.bin/indent/pr_comment.c index 9524bf404f190..8a0e537c42ef2 100644 --- a/usr.bin/indent/pr_comment.c +++ b/usr.bin/indent/pr_comment.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)pr_comment.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/pr_comment.c,v 1.8.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 47e4ccc8e285e..180277993f238 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcrm/Makefile,v 1.6.24.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ipcrm SRCS= ipcrm.c ipc.c diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 30378f244808b..edd45f64044a7 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -21,7 +21,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ipcrm/ipcrm.1,v 1.14.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ .\"" .Dd December 12, 2007 .Dt IPCRM 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index 32887e058ab5a..f14eac352bf96 100644 --- a/usr.bin/ipcrm/ipcrm.c +++ b/usr.bin/ipcrm/ipcrm.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ipcrm/ipcrm.c,v 1.11.24.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #define _KERNEL diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 8ee1d4324e5d5..f7fd93c824dd1 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.7.18.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ipcs SRCS= ipcs.c ipc.c diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index dfb4bae0d31c5..67ff0aff1be66 100644 --- a/usr.bin/ipcs/ipc.c +++ b/usr.bin/ipcs/ipc.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ipcs/ipc.c,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/usr.bin/ipcs/ipc.h b/usr.bin/ipcs/ipc.h index a7a70de4ceb8d..1f277c0565ce2 100644 --- a/usr.bin/ipcs/ipc.h +++ b/usr.bin/ipcs/ipc.h @@ -27,7 +27,7 @@ * The split of ipcs.c into ipcs.c and ipc.c to accomodate the * changes in ipcrm.c was done by Edwin Groothuis <edwin@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ipcs/ipc.h,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Part of struct nlist symbols[] */ diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 7d231342d68be..42f07f1a97e34 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ipcs/ipcs.1,v 1.21.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 24, 2004 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 3ddfa254aa301..39a061a16c73d 100644 --- a/usr.bin/ipcs/ipcs.c +++ b/usr.bin/ipcs/ipcs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ipcs/ipcs.c,v 1.29.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/usr.bin/join/join.1 b/usr.bin/join/join.1 index ed828a7deed31..6da4fd0c5ff18 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)join.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/join/join.1,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 5, 2004 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 097ecbe743f9b..e2b31b7bd2e57 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)join.c 8.6 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/join/join.c,v 1.20.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index 662600eef0a8f..36236cbffddeb 100644 --- a/usr.bin/jot/Makefile +++ b/usr.bin/jot/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/jot/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= jot diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 77cebb403a5ad..b23c244849673 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/jot/jot.1,v 1.23.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 6, 2006 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 2e33d41be5904..5e5c5ab2f5829 100644 --- a/usr.bin/jot/jot.c +++ b/usr.bin/jot/jot.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/jot/jot.c,v 1.37.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * jot - print sequential or random data diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 2ca8561c4eb90..4fe4e1277c988 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/Makefile,v 1.12.12.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../ktrace diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index df3e5841bf317..d07e6633ed3c6 100644 --- a/usr.bin/kdump/kdump.1 +++ b/usr.bin/kdump/kdump.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kdump.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/kdump/kdump.1,v 1.15.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 23, 2008 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 10348c8747366..f784185543429 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/kdump/kdump.c,v 1.37.2.8.2.1 2010/12/21 17:10:29 kensmith Exp $"); #define _KERNEL extern int errno; diff --git a/usr.bin/kdump/kdump_subr.h b/usr.bin/kdump/kdump_subr.h index 21d85a97eb249..94a32a8a62f7d 100644 --- a/usr.bin/kdump/kdump_subr.h +++ b/usr.bin/kdump/kdump_subr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/kdump/kdump_subr.h,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ */ void signame (int); void semctlname (int); diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 5feae115a3c7a..9be82702d20c3 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mkioctls,v 1.39.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr index e5d9b3822460d..8585cb8d7ad7d 100644 --- a/usr.bin/kdump/mksubr +++ b/usr.bin/kdump/mksubr @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mksubr,v 1.9.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ # # Generates kdump_subr.c # mkioctls is a special-purpose script, and works fine as it is diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index bf279eb25b22b..0b8b8500af17e 100644 --- a/usr.bin/keylogin/Makefile +++ b/usr.bin/keylogin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogin/Makefile,v 1.3.60.1 2010/12/21 17:10:29 kensmith Exp $ PROG= keylogin diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1 index 8a3927dfb65a5..9c3ec7701bbdd 100644 --- a/usr.bin/keylogin/keylogin.1 +++ b/usr.bin/keylogin/keylogin.1 @@ -1,6 +1,6 @@ .\" @(#)keylogin.1 1.5 91/03/11 TIRPC 1.0; .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved. -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keylogin/keylogin.1,v 1.8.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 9, 1987 .Dt KEYLOGIN 1 diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c index 8e10d957b3ef7..85bc1484b4636 100644 --- a/usr.bin/keylogin/keylogin.c +++ b/usr.bin/keylogin/keylogin.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)keylogin.c 1.4 91/03/11 Copyr 1986 Sun Micro"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/keylogin/keylogin.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index 1f5feec6e9d0d..505c66519005d 100644 --- a/usr.bin/keylogout/Makefile +++ b/usr.bin/keylogout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/keylogout/Makefile,v 1.4.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 6d643c90d1ad0..19fc9efbe6f9a 100644 --- a/usr.bin/keylogout/keylogout.1 +++ b/usr.bin/keylogout/keylogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/keylogout/keylogout.1,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI; .Dd April 15, 1989 .Dt KEYLOGOUT 1 diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index e4fcf21adbeb1..29313446e7169 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/keylogout/keylogout.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"); /* * unset the secret key on local machine diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile index ff772a800aecf..ce15829fe9c59 100644 --- a/usr.bin/killall/Makefile +++ b/usr.bin/killall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/killall/Makefile,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $ PROG= killall diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 816ea812194ad..f42949aa88b51 100644 --- a/usr.bin/killall/killall.1 +++ b/usr.bin/killall/killall.1 @@ -22,7 +22,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/killall/killall.1,v 1.34.10.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 9, 2007 .Os diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index b991b15ad9378..af95efbb4103a 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/killall/killall.c,v 1.31.18.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/jail.h> diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index c00bb7510459b..c8579a8b9fe89 100644 --- a/usr.bin/ktrace/Makefile +++ b/usr.bin/ktrace/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 1.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ktrace/Makefile,v 1.6.60.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 0604ade89d256..b3635e38474a1 100644 --- a/usr.bin/ktrace/ktrace.1 +++ b/usr.bin/ktrace/ktrace.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ktrace.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ktrace/ktrace.1,v 1.18.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 23, 2008 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 397852b98a323..9cf78a04df6dc 100644 --- a/usr.bin/ktrace/ktrace.c +++ b/usr.bin/ktrace/ktrace.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)ktrace.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ktrace/ktrace.c,v 1.22.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ktrace/ktrace.h b/usr.bin/ktrace/ktrace.h index e8f4d0bf78683..bfb9292d3fb2e 100644 --- a/usr.bin/ktrace/ktrace.h +++ b/usr.bin/ktrace/ktrace.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ktrace.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ktrace/ktrace.h,v 1.4.24.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index a9d3f6442cb0a..ab54c0971defa 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ktrace/subr.c,v 1.13.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/ktrdump/Makefile b/usr.bin/ktrdump/Makefile index 6b5ff127165f0..b8f4bd86e603a 100644 --- a/usr.bin/ktrdump/Makefile +++ b/usr.bin/ktrdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ktrdump/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ktrdump DPADD= ${LIBKVM} diff --git a/usr.bin/ktrdump/ktrdump.8 b/usr.bin/ktrdump/ktrdump.8 index 1e0e8c94208eb..225eb1b290ed8 100644 --- a/usr.bin/ktrdump/ktrdump.8 +++ b/usr.bin/ktrdump/ktrdump.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ktrdump/ktrdump.8,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 8, 2005 .Dt KTRDUMP 8 diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index 69a1bf18784f6..c8c8eef95ccbe 100644 --- a/usr.bin/ktrdump/ktrdump.c +++ b/usr.bin/ktrdump/ktrdump.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ktrdump/ktrdump.c,v 1.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ktr.h> diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 08b73286dfc48..1d50ab08528ae 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lam/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lam diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 67dee0799738c..a8f6737eed7b4 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lam.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lam/lam.1,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 12, 2004 .Dt LAM 1 diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 333549fe17a12..2f7ab6999602b 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lam/lam.c,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * lam - laminate files diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index f7e88115e9b1f..613f5b63eee5e 100644 --- a/usr.bin/last/Makefile +++ b/usr.bin/last/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/last/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= last diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index f838c4aab8a27..7482c1db987ee 100644 --- a/usr.bin/last/last.1 +++ b/usr.bin/last/last.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)last.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/last/last.1,v 1.18.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 27, 2003 .Dt LAST 1 diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index d9877b423bb86..2f6d396257dba 100644 --- a/usr.bin/last/last.c +++ b/usr.bin/last/last.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/last/last.c,v 1.34.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index c79cd7442a4cd..07af581b88487 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lastcomm/Makefile,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lastcomm SRCS= lastcomm.c readrec.c diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 1d714c5514f6c..c46efd189a9e4 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lastcomm/lastcomm.1,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 14, 2007 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 8c551231a4fca..53ee522bbc724 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/lastcomm/readrec.c b/usr.bin/lastcomm/readrec.c index 4883b2a4ef884..14ff5f7c73f21 100644 --- a/usr.bin/lastcomm/readrec.c +++ b/usr.bin/lastcomm/readrec.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lastcomm/readrec.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index 357f9f37c7704..3248b89b29786 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ldd/Makefile,v 1.13.18.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG?= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/extern.h b/usr.bin/ldd/extern.h index 4df6759b971db..4d288466b5ae1 100644 --- a/usr.bin/ldd/extern.h +++ b/usr.bin/ldd/extern.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/ldd/extern.h,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern void dump_file(const char *); diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 9dd7902fae030..52c7cbd7ac833 100644 --- a/usr.bin/ldd/ldd.1 +++ b/usr.bin/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ldd/ldd.1,v 1.24.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 22, 1993 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index f83632ab08e69..071e6e8ab6586 100644 --- a/usr.bin/ldd/ldd.c +++ b/usr.bin/ldd/ldd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ldd/ldd.c,v 1.33.24.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/wait.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index e6de90fcae384..e7647e6e07648 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ldd/sods.c,v 1.17.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 859c11cbf8453..9620be901d543 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/leave/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= leave diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 6c33367b85ab7..3bf047e5c3ecb 100644 --- a/usr.bin/leave/leave.1 +++ b/usr.bin/leave/leave.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)leave.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/leave/leave.1,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 28, 1995 .Dt LEAVE 1 diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 89c3f52857164..5d87388190c04 100644 --- a/usr.bin/leave/leave.c +++ b/usr.bin/leave/leave.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/leave/leave.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 451202a105a06..7e109b3ee01fe 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.10.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index fcc6ccfa1ce3c..8c88c1718587c 100644 --- a/usr.bin/less/Makefile.common +++ b/usr.bin/less/Makefile.common @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile.common,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index bc1b7173f0c16..9b58ec6ed92e7 100644 --- a/usr.bin/less/defines.h +++ b/usr.bin/less/defines.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/less/defines.h,v 1.7.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ /* defines.h. Generated from defines.h.in by configure. */ /* defines.h.in. Generated from configure.ac by autoheader. */ diff --git a/usr.bin/less/lesspipe.sh b/usr.bin/less/lesspipe.sh index f8202ff386db1..bcb9b47b69bcc 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,7 +1,7 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ case "$1" in *.Z) diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index b947b819f2c04..264d200fdd34f 100644 --- a/usr.bin/less/zless.sh +++ b/usr.bin/less/zless.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/zless.sh,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ # export LESSOPEN="|/usr/bin/lesspipe.sh %s" diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index bb8d1a68c5dcd..8cbab360dd7ff 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lessecho/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lessecho SRCS= lessecho.c version.c diff --git a/usr.bin/lesskey/Makefile b/usr.bin/lesskey/Makefile index b10bf6d5fa2bf..0b3cc54db929e 100644 --- a/usr.bin/lesskey/Makefile +++ b/usr.bin/lesskey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lesskey/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lesskey SRCS= lesskey.c version.c diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 12e8ec32f61ff..859db05ace993 100644 --- a/usr.bin/lex/FlexLexer.h +++ b/usr.bin/lex/FlexLexer.h @@ -1,5 +1,5 @@ // $Header: /home/daffy/u0/vern/flex/RCS/FlexLexer.h,v 1.19 96/05/25 20:43:02 vern Exp $ -// $FreeBSD$ +// $FreeBSD: src/usr.bin/lex/FlexLexer.h,v 1.4.34.1 2010/12/21 17:10:29 kensmith Exp $ // FlexLexer.h -- define interfaces for lexical analyzer classes generated // by flex diff --git a/usr.bin/lex/Makefile b/usr.bin/lex/Makefile index 6d0ea5b44ec23..38999d2a56b55 100644 --- a/usr.bin/lex/Makefile +++ b/usr.bin/lex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/Makefile,v 1.20.34.1 2010/12/21 17:10:29 kensmith Exp $ # # By default, flex will be configured to generate 8-bit scanners only if the # -8 flag is given. If you want it to always generate 8-bit scanners, add diff --git a/usr.bin/lex/ccl.c b/usr.bin/lex/ccl.c index 025a914407ec9..447ebc1865dd3 100644 --- a/usr.bin/lex/ccl.c +++ b/usr.bin/lex/ccl.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/ccl.c,v 2.9 93/09/16 20:32:14 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/ccl.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index 2e0b5b43747bb..5968cb95d8a6d 100644 --- a/usr.bin/lex/config.h +++ b/usr.bin/lex/config.h @@ -1,5 +1,5 @@ /* config.h. Generated automatically by configure. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/config.h,v 1.3.60.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/lex/dfa.c b/usr.bin/lex/dfa.c index 0853466f9ac2a..a5133db3cedc9 100644 --- a/usr.bin/lex/dfa.c +++ b/usr.bin/lex/dfa.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/dfa.c,v 2.26 95/04/20 13:53:14 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/dfa.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index d647142f4054f..f7edc2ebb8cf1 100644 --- a/usr.bin/lex/ecs.c +++ b/usr.bin/lex/ecs.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/ecs.c,v 2.9 93/12/07 10:18:20 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/ecs.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 602095095fb27..f667be25ef448 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -2,7 +2,7 @@ /* Scanner skeleton version: * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ - * $FreeBSD$ + * $FreeBSD: src/usr.bin/lex/flex.skl,v 1.8.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #if defined(__FreeBSD__) diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 03651ea965b8e..96577f91d7ed8 100644 --- a/usr.bin/lex/flexdef.h +++ b/usr.bin/lex/flexdef.h @@ -27,7 +27,7 @@ */ /* @(#) $Header: /home/daffy/u0/vern/flex/RCS/flexdef.h,v 2.53 95/04/20 11:17:36 vern Exp $ (LBL) */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/flexdef.h,v 1.6.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 7ccf4da84a802..57c03a93bc1cd 100644 --- a/usr.bin/lex/gen.c +++ b/usr.bin/lex/gen.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/gen.c,v 2.56 96/05/25 20:43:38 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/gen.c,v 1.7.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index a7316ba920371..493128dbe07c6 100644 --- a/usr.bin/lex/initscan.c +++ b/usr.bin/lex/initscan.c @@ -5,7 +5,7 @@ * $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/initscan.c,v 1.9.38.1 2010/12/21 17:10:29 kensmith Exp $"); #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 @@ -1276,7 +1276,7 @@ char *yytext; #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/lex/initscan.c,v 1.9.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "flexdef.h" diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index b41de37986a20..f00521d4464a4 100644 --- a/usr.bin/lex/lex.1 +++ b/usr.bin/lex/lex.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lex/lex.1,v 1.18.32.1 2010/12/21 17:10:29 kensmith Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index dcc75185c0449..5f23c6622e9e0 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lex/lib/Makefile,v 1.10.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 426eb98985d4e..1f940a70a5f8c 100644 --- a/usr.bin/lex/lib/libmain.c +++ b/usr.bin/lex/lib/libmain.c @@ -1,7 +1,7 @@ /* libmain - flex run-time support library "main" function */ /* $Header: /home/daffy/u0/vern/flex/RCS/libmain.c,v 1.4 95/09/27 12:47:55 vern Exp $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libmain.c,v 1.3.60.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 75c669c6ae947..8d56338c81f67 100644 --- a/usr.bin/lex/lib/libyywrap.c +++ b/usr.bin/lex/lib/libyywrap.c @@ -1,7 +1,7 @@ /* libyywrap - flex run-time support library "yywrap" function */ /* $Header: /home/daffy/u0/vern/flex/RCS/libyywrap.c,v 1.1 93/10/02 15:23:09 vern Exp $ - * $FreeBSD$ */ + * $FreeBSD: src/usr.bin/lex/lib/libyywrap.c,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index f6adaa7c41c19..e7a6d53270375 100644 --- a/usr.bin/lex/main.c +++ b/usr.bin/lex/main.c @@ -34,7 +34,7 @@ char copyright[] = /* $Header: /home/daffy/u0/vern/flex/RCS/main.c,v 2.64 96/05/25 20:42:42 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/main.c,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 3eda5793650c6..cc375c544e630 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/misc.c,v 2.47 95/04/28 11:39:39 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/misc.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 4b81284ff2ec1..c6e6f7cdd049a 100644 --- a/usr.bin/lex/nfa.c +++ b/usr.bin/lex/nfa.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/nfa.c,v 2.17 95/03/04 16:11:42 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/nfa.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index dc71379b3ee24..b2229d4bb3e57 100644 --- a/usr.bin/lex/parse.y +++ b/usr.bin/lex/parse.y @@ -34,7 +34,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/parse.y,v 2.28 95/04/21 11:51:51 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/parse.y,v 1.3.58.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Some versions of bison are broken in that they use alloca() but don't diff --git a/usr.bin/lex/scan.l b/usr.bin/lex/scan.l index cee8a16d2deff..334535a0c46bb 100644 --- a/usr.bin/lex/scan.l +++ b/usr.bin/lex/scan.l @@ -28,7 +28,7 @@ */ /* $Header: /home/daffy/u0/vern/flex/RCS/scan.l,v 2.56 95/04/24 12:17:19 vern Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/scan.l,v 1.5.58.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 077015b78578e..5acdcb9966a37 100644 --- a/usr.bin/lex/sym.c +++ b/usr.bin/lex/sym.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/sym.c,v 2.19 95/03/04 16:11:04 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/sym.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 89973f08ba87b..c5c3212f0fa5e 100644 --- a/usr.bin/lex/tblcmp.c +++ b/usr.bin/lex/tblcmp.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/tblcmp.c,v 2.11 94/11/05 17:08:28 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/tblcmp.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 5dbdf94b67656..7e2ecdf6a54d5 100644 --- a/usr.bin/lex/version.h +++ b/usr.bin/lex/version.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/lex/version.h,v 1.3.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #define FLEX_VERSION "2.5.4" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index e90c5d4fee0ac..01c543a1123f3 100644 --- a/usr.bin/lex/yylex.c +++ b/usr.bin/lex/yylex.c @@ -28,7 +28,7 @@ /* $Header: /home/daffy/u0/vern/flex/RCS/yylex.c,v 2.13 95/03/04 16:10:41 vern Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lex/yylex.c,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index 5999cdbe060c1..616e051b01084 100644 --- a/usr.bin/limits/Makefile +++ b/usr.bin/limits/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/limits/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= limits DPADD= ${LIBUTIL} diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 62efb85fe57ac..b83448e490776 100644 --- a/usr.bin/limits/limits.1 +++ b/usr.bin/limits/limits.1 @@ -17,7 +17,7 @@ .\" 5. Modifications may be freely made to this file providing the above .\" conditions are met. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/limits/limits.1,v 1.29.24.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 18, 2002 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 0383ac2a11991..ead2211d1ea64 100644 --- a/usr.bin/limits/limits.c +++ b/usr.bin/limits/limits.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/limits/limits.c,v 1.17.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile index d7f67e1aca814..ac915ca5d0558 100644 --- a/usr.bin/locale/Makefile +++ b/usr.bin/locale/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locale/Makefile,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG = locale CFLAGS += -I${.CURDIR}/../../lib/libc/locale diff --git a/usr.bin/locale/locale.1 b/usr.bin/locale/locale.1 index e6b6451807878..5eb3c76c05924 100644 --- a/usr.bin/locale/locale.1 +++ b/usr.bin/locale/locale.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locale/locale.1,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 1, 2005 .Dt LOCALE 1 diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index a4b6b40018399..9acfa2ae70a1e 100644 --- a/usr.bin/locale/locale.c +++ b/usr.bin/locale/locale.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locale/locale.c,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 05b13580bf7d5..2283e616ec8eb 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848b..99d73632cdeaf 100644 --- a/usr.bin/locate/Makefile.inc +++ b/usr.bin/locate/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile.inc,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index eb39dd16b51d4..8017b220752a7 100644 --- a/usr.bin/locate/bigram/Makefile +++ b/usr.bin/locate/bigram/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/bigram/Makefile,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= locate.bigram NO_MAN= diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 208824f22d2c0..0c918a7c95b53 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/bigram/locate.bigram.c,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 20eef8c492128..e874450f63bb3 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate diff --git a/usr.bin/locate/code/locate.code.c b/usr.bin/locate/code/locate.code.c index 6290c67201ef9..bcaa78454ec8b 100644 --- a/usr.bin/locate/code/locate.code.c +++ b/usr.bin/locate/code/locate.code.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/code/locate.code.c,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa7..5ac7068f9cc59 100644 --- a/usr.bin/locate/locate/Makefile +++ b/usr.bin/locate/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/Makefile,v 1.15.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= locate SRCS= util.c locate.c diff --git a/usr.bin/locate/locate/concatdb.sh b/usr.bin/locate/locate/concatdb.sh index 156f21a725d22..812f5655a2334 100644 --- a/usr.bin/locate/locate/concatdb.sh +++ b/usr.bin/locate/locate/concatdb.sh @@ -30,7 +30,7 @@ # # Sequence of databases is important. # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/concatdb.sh,v 1.10.60.1 2010/12/21 17:10:29 kensmith Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/fastfind.c b/usr.bin/locate/locate/fastfind.c index 21148bc6e8849..55005f80b5417 100644 --- a/usr.bin/locate/locate/fastfind.c +++ b/usr.bin/locate/locate/fastfind.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/fastfind.c,v 1.14.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index c436cd44c6860..526adf0f2570f 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.1,v 1.34.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 17, 2006 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index b51aadfe9a776..20b7b1d79fef5 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)locate.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/locate/locate/locate.c,v 1.17.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002bed..7512bfb371698 100644 --- a/usr.bin/locate/locate/locate.h +++ b/usr.bin/locate/locate/locate.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)locate.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/locate.h,v 1.7.60.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Symbolic constants shared by locate.c and code.c */ diff --git a/usr.bin/locate/locate/locate.rc b/usr.bin/locate/locate/locate.rc index 2d0f033a636b8..c25d5b167be29 100644 --- a/usr.bin/locate/locate/locate.rc +++ b/usr.bin/locate/locate/locate.rc @@ -1,7 +1,7 @@ # # /etc/locate.rc - command script for updatedb(8) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/locate.rc,v 1.10.12.1 2010/12/21 17:10:29 kensmith Exp $ # # All commented values are the defaults diff --git a/usr.bin/locate/locate/locate.updatedb.8 b/usr.bin/locate/locate/locate.updatedb.8 index 2e2248f535f1b..6cd548c2a9682 100644 --- a/usr.bin/locate/locate/locate.updatedb.8 +++ b/usr.bin/locate/locate/locate.updatedb.8 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.updatedb.8,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 11, 1996 .Dt LOCATE.UPDATEDB 8 diff --git a/usr.bin/locate/locate/mklocatedb.sh b/usr.bin/locate/locate/mklocatedb.sh index 39d15d7c13cfa..e3d253caddc39 100644 --- a/usr.bin/locate/locate/mklocatedb.sh +++ b/usr.bin/locate/locate/mklocatedb.sh @@ -28,7 +28,7 @@ # # usage: mklocatedb [-presort] < filelist > database # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/mklocatedb.sh,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ # The directory containing locate subprograms : ${LIBEXECDIR:=/usr/libexec}; export LIBEXECDIR diff --git a/usr.bin/locate/locate/updatedb.sh b/usr.bin/locate/locate/updatedb.sh index 3f35ef2f9a63c..7a23b49b78cad 100644 --- a/usr.bin/locate/locate/updatedb.sh +++ b/usr.bin/locate/locate/updatedb.sh @@ -26,7 +26,7 @@ # # updatedb - update locate database for local mounted filesystems # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/locate/updatedb.sh,v 1.20.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ if [ "$(id -u)" = "0" ]; then echo ">>> WARNING" 1>&2 diff --git a/usr.bin/locate/locate/util.c b/usr.bin/locate/locate/util.c index 944ca88e70383..f7b149ceaf6ff 100644 --- a/usr.bin/locate/locate/util.c +++ b/usr.bin/locate/locate/util.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/locate/locate/util.c,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $ */ diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index dc09a87b1b9cb..f41d91086e04f 100644 --- a/usr.bin/lock/Makefile +++ b/usr.bin/lock/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lock/Makefile,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lock BINOWN= root diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 7c9c65025cf2e..90d064ae2dc77 100644 --- a/usr.bin/lock/lock.1 +++ b/usr.bin/lock/lock.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lock.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lock/lock.1,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 10, 2002 .Dt LOCK 1 diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 3b19e35bbe1cb..bb628e91acc83 100644 --- a/usr.bin/lock/lock.c +++ b/usr.bin/lock/lock.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)lock.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lock/lock.c,v 1.18.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Lock a terminal up until the given key is entered or the given diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 7baff7cd7738e..6e9d2af1ac2d3 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lockf/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lockf diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 6e2e06eae5882..7d38ba47eaf50 100644 --- a/usr.bin/lockf/lockf.1 +++ b/usr.bin/lockf/lockf.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/lockf/lockf.1,v 1.18.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 7, 1998 .Os diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 368eed0ee4cd3..964299c1dbdcc 100644 --- a/usr.bin/lockf/lockf.c +++ b/usr.bin/lockf/lockf.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lockf/lockf.c,v 1.16.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 6ff722452793f..549dc44b85c4b 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logger/Makefile,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index d7e28b1e6b7cf..1aa3f0afd69f7 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logger/logger.1,v 1.19.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 2, 2006 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 5d9ec4df83bb9..3258cc1a3fcab 100644 --- a/usr.bin/logger/logger.c +++ b/usr.bin/logger/logger.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)logger.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logger/logger.c,v 1.16.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 22c73b9993d9e..de610ff35eef1 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/login/Makefile,v 1.53.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/login/README b/usr.bin/login/README index 192534da4a3fe..9c133d4a38a33 100644 --- a/usr.bin/login/README +++ b/usr.bin/login/README @@ -9,4 +9,4 @@ The following defines can be used: -Guido -$FreeBSD$ +$FreeBSD: src/usr.bin/login/README,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 68bf8408f683e..6b77c4354a230 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)login.1 8.2 (Berkeley) 5/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/login/login.1,v 1.32.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 13, 2006 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 549e015c160a5..3448c70210128 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -45,7 +45,7 @@ static char sccsid[] = "@(#)login.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login.c,v 1.106.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * login [ name ] diff --git a/usr.bin/login/login.h b/usr.bin/login/login.h index 48ef31bb59207..6b767e55f8775 100644 --- a/usr.bin/login/login.h +++ b/usr.bin/login/login.h @@ -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/login/login.h,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ void login_fbtab(char *, uid_t, gid_t); diff --git a/usr.bin/login/login_audit.c b/usr.bin/login/login_audit.c index a50a15893cf95..38eca2d57969d 100644 --- a/usr.bin/login/login_audit.c +++ b/usr.bin/login/login_audit.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login_audit.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index f6111a1cd352f..77ca2630f0182 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login_fbtab.c,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/login/pathnames.h b/usr.bin/login/pathnames.h index 60fecc2411496..3b332d8e5130e 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/login/pathnames.h,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/logins/Makefile b/usr.bin/logins/Makefile index 42840fb28b9ce..69ede4a9a5cd1 100644 --- a/usr.bin/logins/Makefile +++ b/usr.bin/logins/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logins/Makefile,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= logins WARNS?= 6 diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1 index fcd12b309b0d5..d28ea3b6d3364 100644 --- a/usr.bin/logins/logins.1 +++ b/usr.bin/logins/logins.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logins/logins.1,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 6, 2004 .Dt LOGINS 1 diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index abf342e632199..1f98773abc4cd 100644 --- a/usr.bin/logins/logins.c +++ b/usr.bin/logins/logins.c @@ -25,11 +25,11 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/logins/logins.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logins/logins.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <grp.h> diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 4e910ce73297c..9415cdb527d28 100644 --- a/usr.bin/logname/Makefile +++ b/usr.bin/logname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logname/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= logname WARNS?= 6 diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index e247471806324..53ff1ba008f38 100644 --- a/usr.bin/logname/logname.1 +++ b/usr.bin/logname/logname.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logname.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logname/logname.1,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 8f98b8a6dd5e9..16aef141fdb4e 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -41,7 +41,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logname/logname.c,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <unistd.h> diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index ecc19a62cd249..4e8779cbe0438 100644 --- a/usr.bin/look/look.1 +++ b/usr.bin/look/look.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)look.1 8.1 (Berkeley) 6/14/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/look/look.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 17, 2004 .Dt LOOK 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index e6fd1b8b9e269..9513b4897b6c9 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/look/look.c,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * look -- find lines in a sorted list. diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 61996824ef93b..cc68fbde5bed6 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/Makefile,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS=lorder.sh MAN= lorder.1 diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index f3222c4d6f730..00030fb8c72ef 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lorder/lorder.1,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 25, 2006 .Dt LORDER 1 diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 958e95da31e5b..b93fe6f9d22a5 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -33,7 +33,7 @@ # # @(#)lorder.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/lorder.sh,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ # # only one argument is a special case, just output the name twice diff --git a/usr.bin/lsvfs/Makefile b/usr.bin/lsvfs/Makefile index 0c33583257cf4..f5dfdb9f28410 100644 --- a/usr.bin/lsvfs/Makefile +++ b/usr.bin/lsvfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lsvfs/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lsvfs WARNS?= 6 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index ed4b44eb2b89d..2fa3a0f9eea73 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" Garrett A. Wollman, September 1994 .\" This file is in the public domain. .\" diff --git a/usr.bin/lsvfs/lsvfs.c b/usr.bin/lsvfs/lsvfs.c index a091282fb5079..89ab8b240d004 100644 --- a/usr.bin/lsvfs/lsvfs.c +++ b/usr.bin/lsvfs/lsvfs.c @@ -6,7 +6,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lsvfs/lsvfs.c,v 1.18.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 702b3f3d24442..4d0fc53e3e13a 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/m4/Makefile,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ # -DEXTENDED # if you want the paste & spaste macros. diff --git a/usr.bin/m4/TEST/math.m4 b/usr.bin/m4/TEST/math.m4 index 0262af66e2534..c6a51fa524321 100644 --- a/usr.bin/m4/TEST/math.m4 +++ b/usr.bin/m4/TEST/math.m4 @@ -1,4 +1,4 @@ -dnl $FreeBSD$ +dnl $FreeBSD: src/usr.bin/m4/TEST/math.m4,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ dnl A regression test for m4 C operators (ksb,petef) dnl If you think you have a short-circuiting m4, run us m4 -DSHORCIRCUIT=yes dnl diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index 060ce03661d54..0911434ba96f5 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: eval.c,v 1.44 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/eval.c,v 1.22.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 2c0284b1a784d..d50f3219ce2fd 100644 --- a/usr.bin/m4/expr.c +++ b/usr.bin/m4/expr.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: expr.c,v 1.14 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/expr.c,v 1.14.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index e96870b585558..5055fbdf24ec4 100644 --- a/usr.bin/m4/extern.h +++ b/usr.bin/m4/extern.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/extern.h,v 1.12.34.1 2010/12/21 17:10:29 kensmith Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index f4cfa77860174..f5b9430ec3ee0 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/gnum4.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * functions needed to support gnu-m4 extensions, including a fake freezing diff --git a/usr.bin/m4/look.c b/usr.bin/m4/look.c index bafaa2ad5a43a..e1e40fa9067c9 100644 --- a/usr.bin/m4/look.c +++ b/usr.bin/m4/look.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/look.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * look.c diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 0c492a98ca3cb..e3626a22094ca 100644 --- a/usr.bin/m4/m4.1 +++ b/usr.bin/m4/m4.1 @@ -1,5 +1,5 @@ .\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/m4/m4.1,v 1.27.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 3, 2004 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 847a37288e0c6..4d7d6d07a25a1 100644 --- a/usr.bin/m4/main.c +++ b/usr.bin/m4/main.c @@ -54,7 +54,7 @@ static char rcsid[] = "$OpenBSD: main.c,v 1.53 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/main.c,v 1.26.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * main.c diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index e3e48e2720011..1abee9ce56f70 100644 --- a/usr.bin/m4/mdef.h +++ b/usr.bin/m4/mdef.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)mdef.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/mdef.h,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #define MACRTYPE 1 diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index b5632e820fef6..c63b00219cd02 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -48,7 +48,7 @@ static char rcsid[] = "$OpenBSD: misc.c,v 1.27 2002/04/26 16:15:16 espie Exp $"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/misc.c,v 1.15.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 94e8164f07ab7..9d02bb270d950 100644 --- a/usr.bin/m4/pathnames.h +++ b/usr.bin/m4/pathnames.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/pathnames.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 34939854b97f9..c7bfd999e1ca7 100644 --- a/usr.bin/m4/stdd.h +++ b/usr.bin/m4/stdd.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)stdd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/m4/stdd.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index a42aea0442712..bd32665053ce3 100644 --- a/usr.bin/m4/trace.c +++ b/usr.bin/m4/trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/trace.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 491d06f97c50b..304a483d31ddf 100644 --- a/usr.bin/mail/Makefile +++ b/usr.bin/mail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 1/25/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mail/Makefile,v 1.11.38.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mail SRCS= version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c edit.c fio.c \ diff --git a/usr.bin/mail/USD.doc/mail0.nr b/usr.bin/mail/USD.doc/mail0.nr index e569a5fbe72fd..f18dd03d4eaf5 100644 --- a/usr.bin/mail/USD.doc/mail0.nr +++ b/usr.bin/mail/USD.doc/mail0.nr @@ -31,7 +31,7 @@ .\" .\" @(#)mail0.nr 8.1 (Berkeley) 6/8/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail0.nr,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .eh 'USD:7-%''Mail Reference Manual' .oh 'Mail Reference Manual''USD:7-%' diff --git a/usr.bin/mail/USD.doc/mail5.nr b/usr.bin/mail/USD.doc/mail5.nr index 10e707cc3c0c7..c9a607fcea173 100644 --- a/usr.bin/mail/USD.doc/mail5.nr +++ b/usr.bin/mail/USD.doc/mail5.nr @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail5.nr 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail5.nr,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .bp .sh 1 "Additional features" diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index fa820b4a94bd6..8dd793b6cbfc5 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/aux.c,v 1.13.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 5ec6d7a69e7a2..d7b13ad74c651 100644 --- a/usr.bin/mail/cmd1.c +++ b/usr.bin/mail/cmd1.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd1.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd1.c,v 1.7.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 15cf04a47b82d..8970997a28da0 100644 --- a/usr.bin/mail/cmd2.c +++ b/usr.bin/mail/cmd2.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd2.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index c9b7c6ae57aa6..a06e135575580 100644 --- a/usr.bin/mail/cmd3.c +++ b/usr.bin/mail/cmd3.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmd3.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmd3.c,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index b350ccef746e8..9c9a0d20e44c2 100644 --- a/usr.bin/mail/cmdtab.c +++ b/usr.bin/mail/cmdtab.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/cmdtab.c,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c148..18c45cc132025 100644 --- a/usr.bin/mail/collect.c +++ b/usr.bin/mail/collect.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)collect.c 8.2 (Berkeley) 4/19/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/collect.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 3ef4ed0866d16..13d0caa56dfb8 100644 --- a/usr.bin/mail/def.h +++ b/usr.bin/mail/def.h @@ -32,7 +32,7 @@ * * @(#)def.h 8.4 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/def.h,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f7..22a81b51f80f3 100644 --- a/usr.bin/mail/edit.c +++ b/usr.bin/mail/edit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)edit.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/edit.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 7f02a88c2f7f1..f40def5beabfe 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.2 (Berkeley) 4/20/95 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/extern.h,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ */ struct name *cat(struct name *, struct name *); diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index b00f48593ede3..6aa8dbfd9ffb5 100644 --- a/usr.bin/mail/fio.c +++ b/usr.bin/mail/fio.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)fio.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/fio.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <sys/file.h> diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 58519852aa936..c9f494017dcc8 100644 --- a/usr.bin/mail/getname.c +++ b/usr.bin/mail/getname.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)getname.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/getname.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <pwd.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 5f1812a5af620..15019b878ee41 100644 --- a/usr.bin/mail/glob.h +++ b/usr.bin/mail/glob.h @@ -32,7 +32,7 @@ * * @(#)glob.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/glob.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 90db9621075bd..0c3107fe20161 100644 --- a/usr.bin/mail/head.c +++ b/usr.bin/mail/head.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/head.c,v 1.8.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 7eb11231334ed..c79faf8574107 100644 --- a/usr.bin/mail/lex.c +++ b/usr.bin/mail/lex.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)lex.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/lex.c,v 1.16.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <errno.h> diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index abff92a928c9c..bd827968f79f1 100644 --- a/usr.bin/mail/list.c +++ b/usr.bin/mail/list.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)list.c 8.4 (Berkeley) 5/1/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/list.c,v 1.9.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <ctype.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8f8ce40973358..43cd12a404452 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.48.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 5, 2006 .Dt MAIL 1 diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 3338b1dee93cd..1360cfa6e6ac4 100644 --- a/usr.bin/mail/main.c +++ b/usr.bin/mail/main.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/20/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/main.c,v 1.15.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index fc0acdc851ea7..a338087e525c9 100644 --- a/usr.bin/mail/names.c +++ b/usr.bin/mail/names.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)names.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/names.c,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 57a2a0c005951..b2370f5b23953 100644 --- a/usr.bin/mail/pathnames.h +++ b/usr.bin/mail/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/pathnames.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #define _PATH_EX "/usr/bin/ex" diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index b6dc30a39ac5f..13988270d4ffb 100644 --- a/usr.bin/mail/popen.c +++ b/usr.bin/mail/popen.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)popen.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/popen.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 4507c59e23b6b..308f3984dcf5a 100644 --- a/usr.bin/mail/quit.c +++ b/usr.bin/mail/quit.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)quit.c 8.2 (Berkeley) 4/28/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/quit.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 44bb25ef36943..b5f4428944c3c 100644 --- a/usr.bin/mail/rcv.h +++ b/usr.bin/mail/rcv.h @@ -32,7 +32,7 @@ * * @(#)rcv.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mail/rcv.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 35b4c729522ac..e902fb31c6960 100644 --- a/usr.bin/mail/send.c +++ b/usr.bin/mail/send.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)send.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/send.c,v 1.14.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index d3a816fb081d0..7e6599639766a 100644 --- a/usr.bin/mail/strings.c +++ b/usr.bin/mail/strings.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strings.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/strings.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 0d7424e94dafa..5ce776b96fa06 100644 --- a/usr.bin/mail/temp.c +++ b/usr.bin/mail/temp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)temp.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/temp.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 6948d042488d9..0c28a162a9720 100644 --- a/usr.bin/mail/tty.c +++ b/usr.bin/mail/tty.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)tty.c 8.2 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/tty.c,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 34f9d800aad7c..a88d0779852b5 100644 --- a/usr.bin/mail/v7.local.c +++ b/usr.bin/mail/v7.local.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)v7.local.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/v7.local.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index ab171c159e1e8..c2b0eb27dcf20 100644 --- a/usr.bin/mail/vars.c +++ b/usr.bin/mail/vars.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)vars.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/vars.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681e..a6d7ce951db43 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/version.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Just keep track of the date/sid of this version of Mail. diff --git a/usr.bin/make/GNode.h b/usr.bin/make/GNode.h index 71d2afd93418f..229f92b937288 100644 --- a/usr.bin/make/GNode.h +++ b/usr.bin/make/GNode.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/GNode.h,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef GNode_h_39503bf2 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index c6a3f0cee915c..cd4edab90e7c8 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.2 (Berkeley) 12/28/90 # $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/Makefile,v 1.65.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ PROG= make CFLAGS+=-I${.CURDIR} @@ -51,7 +51,7 @@ hash: echo ' * DO NOT EDIT' ; \ echo ' * $$''FreeBSD$$' ; \ echo -n ' * auto-generated from ' ; \ - sed -nEe '/\$$FreeBSD$/\1/p' \ + sed -nEe '/\$$FreeBSD: src/usr.bin/make/Makefile,v 1.65.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $/\1/p' \ ${.CURDIR}/parse.c ; \ echo ' * DO NOT EDIT' ; \ echo ' */' ; \ diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 0a485e1db01f5..1347801375aab 100644 --- a/usr.bin/make/Makefile.dist +++ b/usr.bin/make/Makefile.dist @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/make/Makefile.dist,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ # a very simple makefile... pmake: @echo 'make started.' diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs index 39d8defe2e143..d32ba9b4fd5d7 100644 --- a/usr.bin/make/PSD.doc/stubs +++ b/usr.bin/make/PSD.doc/stubs @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/stubs,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ .\" .de Ix .. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 320d5dfc3c4b9..42225842963ac 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .EH 'PSD:12-%''PMake \*- A Tutorial' .OH 'PMake \*- A Tutorial''PSD:12-%' diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c index 2b81c7f5993fc..9424a3ae9dae1 100644 --- a/usr.bin/make/arch.c +++ b/usr.bin/make/arch.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/arch.c,v 1.66.24.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * arch.c -- diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index 3c28b2fcdb985..2192b11cf25d7 100644 --- a/usr.bin/make/arch.h +++ b/usr.bin/make/arch.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/arch.h,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef arch_h_488adf7a diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 7c6c01f4eb2a2..5412aa0374d5b 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/buf.c,v 1.36.10.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * buf.c diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 106f348848975..33cb4322e1b9e 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/buf.h,v 1.27.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef buf_h_a61a6812 diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 6e7a094517784..1248fed0d95ca 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/cond.c,v 1.54.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Functions to handle conditionals in a makefile. diff --git a/usr.bin/make/cond.h b/usr.bin/make/cond.h index 9a8dbdcc0cbe8..b77627158fd8f 100644 --- a/usr.bin/make/cond.h +++ b/usr.bin/make/cond.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/cond.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef cond_h_6e96ad7c diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 06b0f8e91a026..d01185df462b0 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)config.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/config.h,v 1.16.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef config_h_efe0765e diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c66b2bf4bc97c..cf2db2d8bff21 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/dir.c,v 1.52.26.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * dir.c -- diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 03481b869790a..ecadd1e9638e2 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/dir.h,v 1.21.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef dir_h_6002e3b8 diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 8df5471191158..c01a7e8864912 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/for.c,v 1.43.10.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * for.c -- diff --git a/usr.bin/make/for.h b/usr.bin/make/for.h index 0e43c4a4194c0..47d3b7bcddd51 100644 --- a/usr.bin/make/for.h +++ b/usr.bin/make/for.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/for.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef for_h_9d770f33 diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index c2e1f1116bc13..84b2b94e75427 100644 --- a/usr.bin/make/globals.h +++ b/usr.bin/make/globals.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/globals.h,v 1.11.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef globals_h_1c1edb96 diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index b5ea6bcb8aebf..ca683104469f1 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/hash.c,v 1.25.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* hash.c -- * diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 80dd74ddb19e2..8a73d47d6ae0d 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)hash.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash.h,v 1.20.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef hash_h_f6312f46 diff --git a/usr.bin/make/hash_tables.c b/usr.bin/make/hash_tables.c index 27909d0e2f8b2..447a0f8aa56ce 100644 --- a/usr.bin/make/hash_tables.c +++ b/usr.bin/make/hash_tables.c @@ -1,6 +1,6 @@ /* * DO NOT EDIT - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash_tables.c,v 1.3.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.114 2008/03/12 14:50:58 obrien Exp * DO NOT EDIT */ diff --git a/usr.bin/make/hash_tables.h b/usr.bin/make/hash_tables.h index 8fa43a5808da0..74d4be85bacc6 100644 --- a/usr.bin/make/hash_tables.h +++ b/usr.bin/make/hash_tables.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/hash_tables.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef hash_tables_h_ #define hash_tables_h_ diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 95fdb9aa45c24..d09b15aabdfa7 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/job.c,v 1.126.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * job.c -- diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 31e1cb7de9be4..de2ff03b7a3e1 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)job.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/job.h,v 1.46.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef job_h_4678dfd1 diff --git a/usr.bin/make/lst.c b/usr.bin/make/lst.c index a5b7f06c5254e..77ab453cce43b 100644 --- a/usr.bin/make/lst.c +++ b/usr.bin/make/lst.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.c,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 497d59c597802..19a85d6c4f317 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)lst.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/lst.h,v 1.37.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef lst_h_38f3ead1 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 6ccc59bb781ac..ef2ff665c75fd 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -46,7 +46,7 @@ static char copyright[] = #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/main.c,v 1.163.2.4.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * main.c diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index f9430d35f68a8..1e6bed8ad60a7 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)make.1 8.8 (Berkeley) 6/13/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/make/make.1,v 1.103.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 29, 2008 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 835e855aee6d2..d1191a295a004 100644 --- a/usr.bin/make/make.c +++ b/usr.bin/make/make.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/make.c,v 1.39.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * make.c diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 6e2813d898b9c..2168d17fcf71d 100644 --- a/usr.bin/make/make.h +++ b/usr.bin/make/make.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)make.h 8.3 (Berkeley) 6/13/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/make.h,v 1.35.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef make_h_a91074b9 diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 2c651645b240d..fe99bd8519a1b 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/parse.c,v 1.113.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * parse.c -- diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h index 6ee15f963def7..9fae21052c5e0 100644 --- a/usr.bin/make/parse.h +++ b/usr.bin/make/parse.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/parse.h,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef parse_h_470eeb9a diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 5fb4ceb8400b4..31d976199ba3f 100644 --- a/usr.bin/make/pathnames.h +++ b/usr.bin/make/pathnames.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/pathnames.h,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef pathnames_h_235b888a diff --git a/usr.bin/make/proc.c b/usr.bin/make/proc.c index 711f605a48462..dfdfa348675bc 100644 --- a/usr.bin/make/proc.c +++ b/usr.bin/make/proc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/proc.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <unistd.h> #include <errno.h> diff --git a/usr.bin/make/proc.h b/usr.bin/make/proc.h index a4ce6d31f37a1..e6c01eced05ee 100644 --- a/usr.bin/make/proc.h +++ b/usr.bin/make/proc.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/proc.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef proc_h_458845848 diff --git a/usr.bin/make/shell.c b/usr.bin/make/shell.c index c1f82d1cb05f3..d6b8939f28883 100644 --- a/usr.bin/make/shell.c +++ b/usr.bin/make/shell.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/shell.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/queue.h> #include <stdio.h> diff --git a/usr.bin/make/shell.h b/usr.bin/make/shell.h index a3170583bdc26..446ec58b366ee 100644 --- a/usr.bin/make/shell.h +++ b/usr.bin/make/shell.h @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/shell.h,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef shell_h_6002e3b8 diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 81bb7a3756174..3e74af88f9ea1 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/str.c,v 1.46.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <stdlib.h> diff --git a/usr.bin/make/str.h b/usr.bin/make/str.h index e8cf10cc648d6..1a2a669c5ff50 100644 --- a/usr.bin/make/str.h +++ b/usr.bin/make/str.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/str.h,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef str_h_44db59e6 diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index bed6c7a439389..f256368bda0e7 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/suff.c,v 1.64.10.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * suff.c -- diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h index 9982ab46321ce..6000befebd97b 100644 --- a/usr.bin/make/suff.h +++ b/usr.bin/make/suff.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/suff.h,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef suff_h_2d5a821c diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index eac121e23ca8e..1ae1603222282 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/targ.c,v 1.42.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Functions for maintaining the Lst allTargets. Target nodes are diff --git a/usr.bin/make/targ.h b/usr.bin/make/targ.h index 38828334e92a1..89086d6f9f751 100644 --- a/usr.bin/make/targ.h +++ b/usr.bin/make/targ.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/targ.h,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef targ_h_6ded1830 diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 3a27b0a4110aa..771bec1f017c0 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/util.c,v 1.19.26.1 2010/12/21 17:10:29 kensmith Exp $"); /*- * util.c -- diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h index 9a1dedf6c7d56..93e44ed9eef8f 100644 --- a/usr.bin/make/util.h +++ b/usr.bin/make/util.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/util.h,v 1.10.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef util_h_b7020fdb diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 983bb2ae70460..2945f28412758 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/var.c,v 1.163.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /** * var.c -- diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index 618cf7af84624..842246db1d983 100644 --- a/usr.bin/make/var.h +++ b/usr.bin/make/var.h @@ -36,7 +36,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/var.h,v 1.29.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef var_h_9cccafce diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 4da90ef0f73f9..1c6c41b93f5a5 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.42.1 2010/12/21 17:10:29 kensmith Exp $ PROG= makewhatis DPADD= ${LIBZ} diff --git a/usr.bin/makewhatis/makewhatis.1 b/usr.bin/makewhatis/makewhatis.1 index 1928c84701133..714d4d23ecd1b 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.5.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 3, 2005 .Dt MAKEWHATIS 1 diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c index c9404f6bae21b..06579c29e9fc5 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.10.2.1.10.1 2010/12/21 17:10:29 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 dfe252fdd9617..3a49d8f996e63 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.34.1 2010/12/21 17:10:29 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 8be25300b75dd..2c38e5528fe88 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.54.1 2010/12/21 17:10:29 kensmith Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index 47f5a85fccfe7..4a6360ee4ed8d 100644 --- a/usr.bin/mesg/Makefile +++ b/usr.bin/mesg/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mesg/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mesg diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index b596f75cf7d2b..2eed7896a1d8f 100644 --- a/usr.bin/mesg/mesg.1 +++ b/usr.bin/mesg/mesg.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mesg.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mesg/mesg.1,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 5, 2002 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 270c1c546b5c8..f579594ba126a 100644 --- a/usr.bin/mesg/mesg.c +++ b/usr.bin/mesg/mesg.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mesg/mesg.c,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index 226ba76179850..f5b9631559a73 100644 --- a/usr.bin/minigzip/Makefile +++ b/usr.bin/minigzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/minigzip/Makefile,v 1.4.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= minigzip LDADD= -lz diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index ddd2b957a6b11..977dccd1ca389 100644 --- a/usr.bin/minigzip/minigzip.1 +++ b/usr.bin/minigzip/minigzip.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/minigzip/minigzip.1,v 1.10.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 3, 2002 .Dt MINIGZIP 1 diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 463466ca840a5..8d84feb8a46cb 100644 --- a/usr.bin/mkdep/Makefile +++ b/usr.bin/mkdep/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkdep/Makefile,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS= mkdep.gcc.sh MAN= mkdep.1 diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 5d86209a03af3..6ee5b23c0669f 100644 --- a/usr.bin/mkdep/mkdep.1 +++ b/usr.bin/mkdep/mkdep.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdep.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkdep/mkdep.1,v 1.16.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt MKDEP 1 diff --git a/usr.bin/mkdep/mkdep.gcc.sh b/usr.bin/mkdep/mkdep.gcc.sh index ec00dcfbdf926..4a72b6ef385fa 100644 --- a/usr.bin/mkdep/mkdep.gcc.sh +++ b/usr.bin/mkdep/mkdep.gcc.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)mkdep.gcc.sh 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkdep/mkdep.gcc.sh,v 1.18.60.1 2010/12/21 17:10:29 kensmith Exp $ D=.depend # default dependency file is .depend append=0 diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index bab308b133f6a..c89f72725c059 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkfifo/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mkfifo WARNS?= 6 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index b29c48aae037a..8a349806bcd67 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7e147b6b14979..c880fa09015e4 100644 --- a/usr.bin/mkfifo/mkfifo.c +++ b/usr.bin/mkfifo/mkfifo.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)mkfifo.c 8.2 (Berkeley) 1/5/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkfifo/mkfifo.c,v 1.10.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 9873d4e32fc3d..2e4b4ff6c8710 100644 --- a/usr.bin/mklocale/Makefile +++ b/usr.bin/mklocale/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/7/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mklocale/Makefile,v 1.29.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mklocale WARNS?= 6 diff --git a/usr.bin/mklocale/extern.h b/usr.bin/mklocale/extern.h index a52c6b5b90154..6f7a73a76c2fc 100644 --- a/usr.bin/mklocale/extern.h +++ b/usr.bin/mklocale/extern.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mklocale/extern.h,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ int yylex(void); diff --git a/usr.bin/mklocale/ldef.h b/usr.bin/mklocale/ldef.h index f35506b3483bd..230d4f54ff520 100644 --- a/usr.bin/mklocale/ldef.h +++ b/usr.bin/mklocale/ldef.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ldef.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mklocale/ldef.h,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index eeed535db2c60..63a451ba99ff9 100644 --- a/usr.bin/mklocale/lex.l +++ b/usr.bin/mklocale/lex.l @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)lex.l 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mklocale/lex.l,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index 249249c485a2f..295b0357effdf 100644 --- a/usr.bin/mklocale/mklocale.1 +++ b/usr.bin/mklocale/mklocale.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mklocale.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mklocale/mklocale.1,v 1.27.24.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 17, 2004 .Dt MKLOCALE 1 diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 899b186d93c4b..5eebc9f05b4f0 100644 --- a/usr.bin/mklocale/yacc.y +++ b/usr.bin/mklocale/yacc.y @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mklocale/yacc.y,v 1.27.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index 805c013d4a972..318b298a1d54a 100644 --- a/usr.bin/mkstr/Makefile +++ b/usr.bin/mkstr/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkstr/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mkstr diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 7435a25c741df..b9963cfd98402 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkstr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkstr/mkstr.1,v 1.14.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 1, 2002 .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index ce61c9d7ff9b7..f839f4ecb0c23 100644 --- a/usr.bin/mkstr/mkstr.c +++ b/usr.bin/mkstr/mkstr.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mkstr/mkstr.c,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index 76ebee6f360b5..f3a9c4d7b5b2f 100644 --- a/usr.bin/mktemp/Makefile +++ b/usr.bin/mktemp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mktemp/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mktemp diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 6e35759771752..b61dae3196068 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 30, 2005 .Dt MKTEMP 1 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index b58ac4b9d055d..df66a91df5896 100644 --- a/usr.bin/mktemp/mktemp.c +++ b/usr.bin/mktemp/mktemp.c @@ -43,7 +43,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/mktemp/mktemp.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ static void usage(void); diff --git a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile index 11ed0831f14cb..87f1390296ca3 100644 --- a/usr.bin/mkuzip/Makefile +++ b/usr.bin/mkuzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mkuzip/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mkuzip MAN= mkuzip.8 diff --git a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8 index 37d86bab6a671..8f5e5585cd22b 100644 --- a/usr.bin/mkuzip/mkuzip.8 +++ b/usr.bin/mkuzip/mkuzip.8 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Maxim Sobolev .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkuzip/mkuzip.8,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 17, 2006 .Dt MKUZIP 8 diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index 02ebefa8094f6..56c6264656069 100644 --- a/usr.bin/mkuzip/mkuzip.c +++ b/usr.bin/mkuzip/mkuzip.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Maxim Sobolev * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mkuzip/mkuzip.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 9f59c6a598cc4..3d511331158b4 100644 --- a/usr.bin/msgs/Makefile +++ b/usr.bin/msgs/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/msgs/Makefile,v 1.9.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= msgs WARNS?= 6 diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 147f8c9e42329..2f83336a7bc7b 100644 --- a/usr.bin/msgs/msgs.1 +++ b/usr.bin/msgs/msgs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)msgs.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/msgs/msgs.1,v 1.19.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 23f224047b1f3..5ed8c800e037a 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/msgs/msgs.c,v 1.27.24.1 2010/12/21 17:10:29 kensmith Exp $"); /* * msgs - a user bulletin board program diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 25b4af5b897f5..325217223f6b8 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/mt/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mt diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 2328e4f197a88..01ed0883faa8a 100644 --- a/usr.bin/mt/mt.1 +++ b/usr.bin/mt/mt.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mt.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mt/mt.1,v 1.44.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 902128e3cd961..ad4c999e0821c 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mt/mt.c,v 1.37.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * mt -- diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile index a4400bcddc906..26e990d8bc443 100644 --- a/usr.bin/nc/Makefile +++ b/usr.bin/nc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nc/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/netcat diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 7d429211c4187..31aea26e1b26e 100644 --- a/usr.bin/ncal/Makefile +++ b/usr.bin/ncal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncal/Makefile,v 1.8.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ncal diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 8429906395ca7..2c54bb06b4215 100644 --- a/usr.bin/ncal/ncal.1 +++ b/usr.bin/ncal/ncal.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/ncal/ncal.1,v 1.19.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 14, 2009 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 44e31fec1db6b..43e1f931c94c6 100644 --- a/usr.bin/ncal/ncal.c +++ b/usr.bin/ncal/ncal.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ncal/ncal.c,v 1.19.10.4.2.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <calendar.h> diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile index 8e6d18991a4fe..5c7cf96808712 100644 --- a/usr.bin/ncplist/Makefile +++ b/usr.bin/ncplist/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncplist/Makefile,v 1.2.60.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ncplist diff --git a/usr.bin/ncplist/ncplist.1 b/usr.bin/ncplist/ncplist.1 index 753be8fc61970..4baaa73188852 100644 --- a/usr.bin/ncplist/ncplist.1 +++ b/usr.bin/ncplist/ncplist.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplist/ncplist.1,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ .Dd June 24, 1999 .Dt NCPLIST 1 .Os diff --git a/usr.bin/ncplist/ncplist.c b/usr.bin/ncplist/ncplist.c index e2c2ce4133c08..49ffa1713eeca 100644 --- a/usr.bin/ncplist/ncplist.c +++ b/usr.bin/ncplist/ncplist.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ncplist/ncplist.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/ncplogin/Makefile b/usr.bin/ncplogin/Makefile index 8795f29f3ad18..5728f651342ce 100644 --- a/usr.bin/ncplogin/Makefile +++ b/usr.bin/ncplogin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncplogin/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ncplogin MAN= ncplogin.1 ncplogout.1 diff --git a/usr.bin/ncplogin/ncplogin.1 b/usr.bin/ncplogin/ncplogin.1 index 24b806af68344..752696b3f5894 100644 --- a/usr.bin/ncplogin/ncplogin.1 +++ b/usr.bin/ncplogin/ncplogin.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogin.1,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .Dd September 15, 1999 .Dt NCPLOGIN 1 .Os diff --git a/usr.bin/ncplogin/ncplogin.c b/usr.bin/ncplogin/ncplogin.c index 16e5268495fed..b916a0c119c1e 100644 --- a/usr.bin/ncplogin/ncplogin.c +++ b/usr.bin/ncplogin/ncplogin.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ncplogin/ncplogin.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/errno.h> diff --git a/usr.bin/ncplogin/ncplogout.1 b/usr.bin/ncplogin/ncplogout.1 index bc220a7cf333f..bcf4f17e887a8 100644 --- a/usr.bin/ncplogin/ncplogout.1 +++ b/usr.bin/ncplogin/ncplogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogout.1,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ .Dd September 15, 1999 .Dt NCPLOGOUT 1 .Os diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index bb73c67032627..312773ee7f3ce 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/netstat/Makefile,v 1.39.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 9ed48209076da..29cb87a84e89a 100644 --- a/usr.bin/netstat/atalk.c +++ b/usr.bin/netstat/atalk.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)atalk.c 1.1 (Whistle) 6/6/96"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/atalk.c,v 1.26.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index d1d2b9f57cb23..f6d0200bc1b30 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/bpf.c,v 1.9.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/protosw.h> #include <sys/socket.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index aa28a6fa26511..741e7843253e7 100644 --- a/usr.bin/netstat/if.c +++ b/usr.bin/netstat/if.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)if.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/if.c,v 1.69.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index 4ccdd27262a9a..c6916473b1af5 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/inet.c,v 1.78.2.5.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index b4aeb1a069b71..d247de226f8b0 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)inet6.c 8.4 (Berkeley) 4/20/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/inet6.c,v 1.29.2.4.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index d3276bf276150..f4fea3b8ebf18 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -93,7 +93,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.17.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/ipx.c b/usr.bin/netstat/ipx.c index b79a93bba984b..e404180bf08d9 100644 --- a/usr.bin/netstat/ipx.c +++ b/usr.bin/netstat/ipx.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ns.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/ipx.c,v 1.27.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 167f7a9a39e4b..ac9b37a99131d 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/main.c,v 1.87.2.4.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/netstat/mbuf.c b/usr.bin/netstat/mbuf.c index 7f65701ddf5e0..3545a2fe1acc6 100644 --- a/usr.bin/netstat/mbuf.c +++ b/usr.bin/netstat/mbuf.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)mbuf.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mbuf.c,v 1.53.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c index 218d63028be9e..30123d69b830f 100644 --- a/usr.bin/netstat/mcast.c +++ b/usr.bin/netstat/mcast.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mcast.c,v 1.9.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Print the running system's current multicast group memberships. diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index dbce3181f9669..5d8244cc44f46 100644 --- a/usr.bin/netstat/mroute.c +++ b/usr.bin/netstat/mroute.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute.c,v 1.30.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index c526d7cd63a7a..682da953e162c 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.21.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index c4dd647eb6fdd..59a53e8c575f5 100644 --- a/usr.bin/netstat/netgraph.c +++ b/usr.bin/netstat/netgraph.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/netgraph.c,v 1.13.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index c1e140fbcfe4b..2f1cce8873400 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/netstat/netstat.1,v 1.58.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 10, 2007 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index b601d8ed77387..67081446a9488 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netstat.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/netstat/netstat.h,v 1.51.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 2ab58e91dada7..d1ef1ab1a5910 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -68,7 +68,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.5.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 8cc26c87b6f8a..927ef5b7445a5 100644 --- a/usr.bin/netstat/route.c +++ b/usr.bin/netstat/route.c @@ -38,7 +38,7 @@ static char sccsid[] = "From: @(#)route.c 8.6 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/route.c,v 1.82.2.7.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index fe29787ef1971..88699afef69d6 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/sctp.c,v 1.7.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 209fc8d497bea..29498d70d3962 100644 --- a/usr.bin/netstat/unix.c +++ b/usr.bin/netstat/unix.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)unix.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/unix.c,v 1.20.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Display protocol blocks in the unix domain. diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile index 8195348bf3f8a..37ebacb64d152 100644 --- a/usr.bin/newgrp/Makefile +++ b/usr.bin/newgrp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newgrp/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= newgrp DPADD= ${LIBCRYPT} ${LIBUTIL} diff --git a/usr.bin/newgrp/newgrp.1 b/usr.bin/newgrp/newgrp.1 index 44ab9fd565839..463c121e45e67 100644 --- a/usr.bin/newgrp/newgrp.1 +++ b/usr.bin/newgrp/newgrp.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/newgrp/newgrp.1,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 23, 2002 .Dt NEWGRP 1 diff --git a/usr.bin/newgrp/newgrp.c b/usr.bin/newgrp/newgrp.c index 91b62a52779d0..1d976c04916b1 100644 --- a/usr.bin/newgrp/newgrp.c +++ b/usr.bin/newgrp/newgrp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/newgrp/newgrp.c,v 1.2.20.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index b3b5b51d8c9fe..d3edde7a50765 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newkey/Makefile,v 1.14.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/newkey/extern.h b/usr.bin/newkey/extern.h index 7a5fb422d4f08..d06f51d252c15 100644 --- a/usr.bin/newkey/extern.h +++ b/usr.bin/newkey/extern.h @@ -27,7 +27,7 @@ * 2550 Garcia Avenue * Mountain View, California 94043 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/newkey/extern.h,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifdef YP diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 3572df92f7275..b60bf4dc10510 100644 --- a/usr.bin/newkey/generic.c +++ b/usr.bin/newkey/generic.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)generic.c 1.2 91/03/11 Copyr 1986 Sun Micro"; */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/newkey/generic.c,v 1.7.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/file.h> diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index 09b00e9f47d37..12f7f943000fe 100644 --- a/usr.bin/newkey/newkey.8 +++ b/usr.bin/newkey/newkey.8 @@ -1,5 +1,5 @@ .\" @(#)newkey.8 1.3 91/03/11 TIRPC 1.0; from 1.12 90/02/03 SMI; -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/newkey/newkey.8,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .Dd October 12, 1987 .Dt NEWKEY 8 .Os diff --git a/usr.bin/newkey/newkey.c b/usr.bin/newkey/newkey.c index 22d34e7a5e599..f10fa510346f4 100644 --- a/usr.bin/newkey/newkey.c +++ b/usr.bin/newkey/newkey.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)newkey.c 1.8 91/03/11 Copyr 1986 Sun Micro"; * Administrative tool to add a new user to the publickey database */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/newkey/newkey.c,v 1.8.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/newkey/update.c b/usr.bin/newkey/update.c index 533568fe836d5..430b6a7592450 100644 --- a/usr.bin/newkey/update.c +++ b/usr.bin/newkey/update.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)update.c 1.2 91/03/11 Copyr 1986 Sun Micro"; * Administrative tool to add a new user to the publickey database */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/newkey/update.c,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index ce4c7c6136fbe..ec10edd836efa 100644 --- a/usr.bin/nfsstat/Makefile +++ b/usr.bin/nfsstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nfsstat/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= nfsstat CFLAGS+=-DNFS diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index a7c2a13cd21f1..fa1375e64020b 100644 --- a/usr.bin/nfsstat/nfsstat.1 +++ b/usr.bin/nfsstat/nfsstat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nfsstat/nfsstat.1,v 1.14.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 18, 2007 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 5a1495a1f5280..95b0be98ea96c 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -45,7 +45,7 @@ static char copyright[] = static char sccsid[] = "@(#)nfsstat.c 8.2 (Berkeley) 3/31/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/nfsstat/nfsstat.c,v 1.21.18.1.10.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index 0d2733a6d10e6..dae6541eb2940 100644 --- a/usr.bin/nice/Makefile +++ b/usr.bin/nice/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nice/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= nice diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index eb804bd7d3c78..32cc074645d7f 100644 --- a/usr.bin/nice/nice.1 +++ b/usr.bin/nice/nice.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nice.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nice/nice.1,v 1.26.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 1aed481f71cb7..5cf61e2913580 100644 --- a/usr.bin/nice/nice.c +++ b/usr.bin/nice/nice.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)nice.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/nice/nice.c,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile index 9b1f292dfbee4..43886fb815b85 100644 --- a/usr.bin/nl/Makefile +++ b/usr.bin/nl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nl/Makefile,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ PROG= nl diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index f21ce93a3be96..fc7ca41477f7a 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.17.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index afc3c8608a2b4..c462603e37a96 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -39,7 +39,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1999\ The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/usr.bin/nl/nl.c,v 1.11.12.1 2010/12/21 17:10:29 kensmith Exp $"); #endif #include <sys/types.h> diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index cd635cefa526e..59a26e2e9a850 100644 --- a/usr.bin/nohup/Makefile +++ b/usr.bin/nohup/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nohup/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= nohup WARNS?= 4 diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index bf74dd65bf39f..dcb595dfdee38 100644 --- a/usr.bin/nohup/nohup.1 +++ b/usr.bin/nohup/nohup.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)nohup.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nohup/nohup.1,v 1.13.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 19, 2001 .Dt NOHUP 1 diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 06f22445771d9..d7163c4e84f0f 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/nohup/nohup.c,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile index 004efa2def2ad..f01e3d94ae01f 100644 --- a/usr.bin/nslookup/Makefile +++ b/usr.bin/nslookup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nslookup/Makefile,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile index 0b81c5eb66439..a057e48bd32b6 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nsupdate/Makefile,v 1.7.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ BIND_DIR= ${.CURDIR}/../../contrib/bind9 LIB_BIND_REL= ../../lib/bind diff --git a/usr.bin/objformat/Makefile b/usr.bin/objformat/Makefile index 9550ff0263456..1b05281741648 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS=objformat.sh NO_MAN= diff --git a/usr.bin/objformat/objformat.sh b/usr.bin/objformat/objformat.sh index edd96073f603e..dc0f6bb22e9fa 100644 --- a/usr.bin/objformat/objformat.sh +++ b/usr.bin/objformat/objformat.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/objformat.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # /usr/bin/objformat has been obsolete and deprecated for years. # Please remove any build/configure script references. New software # should only have to only support elf on FreeBSD. diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 0375111dbfba0..5a4fea2634edf 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opieinfo/Makefile,v 1.11.26.1 2010/12/21 17:10:29 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 215c86b4511e6..1c8bb11ce81fb 100644 --- a/usr.bin/opiekey/Makefile +++ b/usr.bin/opiekey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opiekey/Makefile,v 1.11.40.1 2010/12/21 17:10:29 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 0d75a2113dc1f..92a992f14e36c 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/opiepasswd/Makefile,v 1.10.26.1 2010/12/21 17:10:29 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 6ca205d32252e..9d2b133892a0f 100644 --- a/usr.bin/pagesize/Makefile +++ b/usr.bin/pagesize/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/3/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pagesize/Makefile,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS=pagesize.sh MAN= pagesize.1 diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index e4287e18cb0e2..9b79b2f77dc29 100644 --- a/usr.bin/pagesize/pagesize.1 +++ b/usr.bin/pagesize/pagesize.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pagesize.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pagesize/pagesize.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt PAGESIZE 1 diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index fd5477b3222ba..e3e0ebbb1c252 100644 --- a/usr.bin/pagesize/pagesize.sh +++ b/usr.bin/pagesize/pagesize.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)pagesize.sh 8.1 (Berkeley) 4/3/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pagesize/pagesize.sh,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index a1ce76b48117d..e6f473da79c0d 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/passwd/Makefile,v 1.47.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 6015952ad619e..bf1aacb3a4b73 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)passwd.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/passwd/passwd.1,v 1.32.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index d35458c956a1e..c990c8c395cc4 100644 --- a/usr.bin/passwd/passwd.c +++ b/usr.bin/passwd/passwd.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/passwd/passwd.c,v 1.23.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 6b8ed0de12bd8..aaaf3a2c1874e 100644 --- a/usr.bin/paste/paste.1 +++ b/usr.bin/paste/paste.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)paste.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/paste/paste.1,v 1.19.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 25, 2004 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 6e3e5539d0c0a..ac1214adae9c1 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/paste/paste.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile index b5bea85270aa1..cef34c39df83e 100644 --- a/usr.bin/pathchk/Makefile +++ b/usr.bin/pathchk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pathchk/Makefile,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index e8639559cf47d..7530541555b98 100644 --- a/usr.bin/pathchk/pathchk.1 +++ b/usr.bin/pathchk/pathchk.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pathchk/pathchk.1,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 21, 2002 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index dd9768a497e0e..bf3d781de4855 100644 --- a/usr.bin/pathchk/pathchk.c +++ b/usr.bin/pathchk/pathchk.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pathchk/pathchk.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/pkill/Makefile b/usr.bin/pkill/Makefile index 51ddc8d499cdd..ced1c8e7b6e68 100644 --- a/usr.bin/pkill/Makefile +++ b/usr.bin/pkill/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/pkill/Makefile,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR= /bin diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 1db38f042fde1..c8e5a6b6aabf4 100644 --- a/usr.bin/pkill/pkill.1 +++ b/usr.bin/pkill/pkill.1 @@ -1,6 +1,6 @@ .\" $NetBSD: pkill.1,v 1.8 2003/02/14 15:59:18 grant Exp $ .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pkill/pkill.1,v 1.22.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/pkill/pkill.c b/usr.bin/pkill/pkill.c index e1a825dfdf5c6..1d32f9da389f8 100644 --- a/usr.bin/pkill/pkill.c +++ b/usr.bin/pkill/pkill.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pkill/pkill.c,v 1.31.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 277459ee47a79..9397cceb0dc29 100644 --- a/usr.bin/pr/egetopt.c +++ b/usr.bin/pr/egetopt.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)egetopt.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/egetopt.c,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index da552c03e8e88..f8a57a93e3997 100644 --- a/usr.bin/pr/extern.h +++ b/usr.bin/pr/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/extern.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int eoptind; diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 035958e26bf58..c2a40bb334a23 100644 --- a/usr.bin/pr/pr.1 +++ b/usr.bin/pr/pr.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pr.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/pr/pr.1,v 1.22.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 3, 2004 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index fed27f253add6..ebce9b3070d65 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/pr.c,v 1.19.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/pr/pr.h b/usr.bin/pr/pr.h index a4346c788dccb..f856f6f03036e 100644 --- a/usr.bin/pr/pr.h +++ b/usr.bin/pr/pr.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pr.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/pr/pr.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index bcb5952eb9eed..4708f46e9dfe1 100644 --- a/usr.bin/printenv/Makefile +++ b/usr.bin/printenv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/printenv/Makefile,v 1.5.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG= printenv diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 776e2653e0ae9..61fd3862c02a0 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printenv.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/printenv/printenv.1,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 12, 2003 .Dt PRINTENV 1 diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 8ad23c7454da5..def5e7af54acb 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/printenv/printenv.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 78cdd0d130191..ac8a9ff53ab35 100644 --- a/usr.bin/printf/Makefile +++ b/usr.bin/printf/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/printf/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= printf WARNS?= 6 diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 4a30851de01e4..2f128a5e478f1 100644 --- a/usr.bin/printf/printf.1 +++ b/usr.bin/printf/printf.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printf.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/printf/printf.1,v 1.34.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 14, 2005 .Dt PRINTF 1 diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index e86394dad52f9..e060baed8bc06 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -44,7 +44,7 @@ static char const copyright[] = static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/printf/printf.c,v 1.37.12.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/procstat/Makefile b/usr.bin/procstat/Makefile index 1c187b04bd243..d461db7ac2bab 100644 --- a/usr.bin/procstat/Makefile +++ b/usr.bin/procstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/procstat/Makefile,v 1.1.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $ PROG= procstat MAN= procstat.1 diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 54ff2dd2724ba..2dfdae11e7307 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/procstat/procstat.1,v 1.1.2.5.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 19, 2008 .Dt PROCSTAT 1 diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index 48f705184e989..cd603729f8d2e 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat.h b/usr.bin/procstat/procstat.h index 8bacab7287659..96fc1fba70dff 100644 --- a/usr.bin/procstat/procstat.h +++ b/usr.bin/procstat/procstat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat.h,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef PROCSTAT_H diff --git a/usr.bin/procstat/procstat_args.c b/usr.bin/procstat/procstat_args.c index 84da1d8815474..5cb9f7f178974 100644 --- a/usr.bin/procstat/procstat_args.c +++ b/usr.bin/procstat/procstat_args.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_args.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_basic.c b/usr.bin/procstat/procstat_basic.c index 7d7928c73e756..eb1307cce12c0 100644 --- a/usr.bin/procstat/procstat_basic.c +++ b/usr.bin/procstat/procstat_basic.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_basic.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_bin.c b/usr.bin/procstat/procstat_bin.c index 178d0a49b478a..25e17e42275bc 100644 --- a/usr.bin/procstat/procstat_bin.c +++ b/usr.bin/procstat/procstat_bin.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_bin.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_cred.c b/usr.bin/procstat/procstat_cred.c index 82ac6adeaaf3f..a4d008e363a5e 100644 --- a/usr.bin/procstat/procstat_cred.c +++ b/usr.bin/procstat/procstat_cred.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_cred.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index 8dd6dabb2cd5c..45d801283f57e 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_files.c,v 1.5.2.7.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_kstack.c b/usr.bin/procstat/procstat_kstack.c index bd7c34cc299c5..08e14d88b6477 100644 --- a/usr.bin/procstat/procstat_kstack.c +++ b/usr.bin/procstat/procstat_kstack.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_kstack.c,v 1.3.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_threads.c b/usr.bin/procstat/procstat_threads.c index 2f34012bedae5..f1a0e694f472d 100644 --- a/usr.bin/procstat/procstat_threads.c +++ b/usr.bin/procstat/procstat_threads.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_threads.c,v 1.3.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/procstat/procstat_vm.c b/usr.bin/procstat/procstat_vm.c index 243a1d863ea1b..44546ecfaad92 100644 --- a/usr.bin/procstat/procstat_vm.c +++ b/usr.bin/procstat/procstat_vm.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_vm.c,v 1.2.2.5.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index a479402878feb..627f54cc6ee6b 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/quota/Makefile,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= quota BINOWN= root diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index fb06d44fa2841..d330b16853b33 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/quota/quota.1,v 1.19.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 3, 2007 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index 18ef92182c00b..ec5c39f615797 100644 --- a/usr.bin/quota/quota.c +++ b/usr.bin/quota/quota.c @@ -48,7 +48,7 @@ static const char sccsid[] = "from: @(#)quota.c 8.1 (Berkeley) 6/6/93"; * Disk quota reporting program. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/quota/quota.c,v 1.31.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/renice/Makefile b/usr.bin/renice/Makefile index d5471379fe1ed..d8694ff639c0d 100644 --- a/usr.bin/renice/Makefile +++ b/usr.bin/renice/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/renice/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= renice MAN= renice.8 diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 4420d8efa7582..3b2972fb4b805 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)renice.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/renice/renice.8,v 1.16.38.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 21bb4c2c9805f..4ae59cc35565e 100644 --- a/usr.bin/renice/renice.c +++ b/usr.bin/renice/renice.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)renice.c 8.1 (Berkeley) 6/9/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/renice/renice.c,v 1.18.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index 27137ffb4d156..e9e294f1b76b0 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rev/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rev diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 68b00bf89c53f..ba593b6582514 100644 --- a/usr.bin/rev/rev.1 +++ b/usr.bin/rev/rev.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rev.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rev/rev.1,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index eed36a81c09b3..2dcda4919e056 100644 --- a/usr.bin/rev/rev.c +++ b/usr.bin/rev/rev.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)rev.c 8.3 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rev/rev.c,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 195bffbb0b152..5aaa749133c68 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rlogin/Makefile,v 1.28.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rlogin diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 9a29f66147083..fac2dfcc2e6ad 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rlogin.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rlogin/rlogin.1,v 1.27.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 26, 2003 .Dt RLOGIN 1 diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index c279535b64974..c78805e9504de 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -51,7 +51,7 @@ static const char sccsid[] = "@(#)rlogin.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rlogin/rlogin.c,v 1.40.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rlogin - remote login diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index c298820e343a1..2475ad9d5218f 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rpcgen SRCS= rpc_main.c rpc_clntout.c rpc_cout.c rpc_hout.c rpc_parse.c \ diff --git a/usr.bin/rpcgen/rpc_clntout.c b/usr.bin/rpcgen/rpc_clntout.c index 713cba11d55ad..00d410ac7044b 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_clntout.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c index 4c36ce6c583db..83440ef3652ff 100644 --- a/usr.bin/rpcgen/rpc_cout.c +++ b/usr.bin/rpcgen/rpc_cout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_cout.c 1.13 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_cout.c,v 1.16.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_cout.c, XDR routine outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_hout.c b/usr.bin/rpcgen/rpc_hout.c index 70683638360e6..21174e0a0d2a7 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_hout.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_hout.c, Header file outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index fb3813f42bd70..a3b293c2696af 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_main.c,v 1.33.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_main.c, Top level of the RPC protocol compiler. diff --git a/usr.bin/rpcgen/rpc_parse.c b/usr.bin/rpcgen/rpc_parse.c index f7f857a0c9a5e..077a36015c610 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_parse.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_parse.c, Parser for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_parse.h b/usr.bin/rpcgen/rpc_parse.h index 3ca874e449456..c5252b9fc8bb9 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_parse.h,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_sample.c b/usr.bin/rpcgen/rpc_sample.c index 3a4e392d1ce8b..5f3139d7f2624 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -30,7 +30,7 @@ /* #pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_sample.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_sample.c, Sample client-server code outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_scan.c b/usr.bin/rpcgen/rpc_scan.c index 421b0552aa05e..6736921b1530d 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_scan.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_scan.c, Scanner for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_scan.h b/usr.bin/rpcgen/rpc_scan.h index a57eb3bb1948a..1a622380a681f 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_scan.h,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpc_svcout.c b/usr.bin/rpcgen/rpc_svcout.c index 6fd7cad2ce641..883139b0d75e9 100644 --- a/usr.bin/rpcgen/rpc_svcout.c +++ b/usr.bin/rpcgen/rpc_svcout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_svcout.c 1.29 89/03/30 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_svcout.c,v 1.25.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_svcout.c, Server-skeleton outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_tblout.c b/usr.bin/rpcgen/rpc_tblout.c index f96bdfcbc187e..6ab5fd1e3bb00 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_tblout.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_tblout.c, Dispatch table outputter for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_util.c b/usr.bin/rpcgen/rpc_util.c index 9d1c85be5f1cf..6817ca717be40 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_util.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpc_util.c, Utility routines for the RPC protocol compiler diff --git a/usr.bin/rpcgen/rpc_util.h b/usr.bin/rpcgen/rpc_util.h index 644cbeaa9347a..927a640c3317d 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_util.h,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for diff --git a/usr.bin/rpcgen/rpcgen.1 b/usr.bin/rpcgen/rpcgen.1 index 2a4a25ecc51be..4aa3a43404f8b 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,5 @@ .\" @(#)rpcgen.1 1.35 93/06/02 SMI -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rpcgen/rpcgen.1,v 1.24.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" Copyright 1985-1993 Sun Microsystems, Inc. .\" .Dd September 2, 2005 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index c89b5b3cbe563..b488bacdd9f4b 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcinfo/Makefile,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rpcinfo SRCS= rpcinfo.c diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index f4c7fc79868c1..23f7cc9727d5d 100644 --- a/usr.bin/rpcinfo/rpcinfo.8 +++ b/usr.bin/rpcinfo/rpcinfo.8 @@ -2,7 +2,7 @@ .\" Copyright 1989 AT&T .\" Copyright 1991 Sun Microsystems, Inc. .\" $NetBSD: rpcinfo.8,v 1.6 2000/06/02 23:19:38 fvdl Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rpcinfo/rpcinfo.8,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ .Dd August 18, 1992 .Dt RPCINFO 8 .Os diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c index a2e662961adac..291ca225c1826 100644 --- a/usr.bin/rpcinfo/rpcinfo.c +++ b/usr.bin/rpcinfo/rpcinfo.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)rpcinfo.c 1.16 89/04/05 Copyr 1986 Sun Micro"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcinfo/rpcinfo.c,v 1.17.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * rpcinfo: ping a particular rpc program diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 4aa338202f020..085e333e14de0 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rs/rs.1,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 30, 2004 .Dt RS 1 diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index df01c57d1b63b..53da4caf77172 100644 --- a/usr.bin/rs/rs.c +++ b/usr.bin/rs/rs.c @@ -48,7 +48,7 @@ static const char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93"; */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rs/rs.c,v 1.13.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index cf052f71efa71..0071edec8a008 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rsh/Makefile,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rsh CFLAGS+=-I${.CURDIR}/../../libexec/rlogind diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index ee5d0dd193ffc..9497518535a89 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rsh.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rsh/rsh.1,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 16, 2002 .Dt RSH 1 diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index a3668300f3873..b22b0fe12773c 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -51,7 +51,7 @@ static const char sccsid[] = "From: @(#)rsh.c 8.3 (Berkeley) 4/6/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rsh/rsh.c,v 1.35.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b7111..eb0424f2092e4 100644 --- a/usr.bin/rup/Makefile +++ b/usr.bin/rup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rup/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index fca4cdb6d9562..0c3b5f08df2a4 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 239b313ce8112..a86038d3114b1 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rup/rup.c,v 1.19.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/ruptime/ruptime.1 b/usr.bin/ruptime/ruptime.1 index 3d0938140daf2..cb96478bc1b5c 100644 --- a/usr.bin/ruptime/ruptime.1 +++ b/usr.bin/ruptime/ruptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ruptime.1 8.2 (Berkeley) 4/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ruptime/ruptime.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 1, 2003 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 58e598ced0786..be87c986ac00e 100644 --- a/usr.bin/ruptime/ruptime.c +++ b/usr.bin/ruptime/ruptime.c @@ -42,7 +42,7 @@ static const char sccsid[] = "@(#)ruptime.c 8.2 (Berkeley) 4/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ruptime/ruptime.c,v 1.18.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 21d0ce24a7068..0e6f40b554ae9 100644 --- a/usr.bin/rusers/Makefile +++ b/usr.bin/rusers/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rusers/Makefile,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG = rusers WARNS?= 6 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index f528bb87e4e44..598bc4ed3088a 100644 --- a/usr.bin/rusers/rusers.1 +++ b/usr.bin/rusers/rusers.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rusers.1 6.7 (Berkeley) 4/23/91 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rusers/rusers.1,v 1.18.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 705c887e8d7d2..89fc9fe33301d 100644 --- a/usr.bin/rusers/rusers.c +++ b/usr.bin/rusers/rusers.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rusers/rusers.c,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 4e448dbd2ca76..b61e7e514259a 100644 --- a/usr.bin/rwall/Makefile +++ b/usr.bin/rwall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rwall/Makefile,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG = rwall diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 2de83d4c27110..a6b83073fca87 100644 --- a/usr.bin/rwall/rwall.1 +++ b/usr.bin/rwall/rwall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rwall.1 6.7 (Berkeley) 4/23/91 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwall/rwall.1,v 1.15.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 042b72f713556..cd4fcaccf574b 100644 --- a/usr.bin/rwall/rwall.c +++ b/usr.bin/rwall/rwall.c @@ -43,7 +43,7 @@ static const char sccsid[] = "from: @(#)wall.c 5.14 (Berkeley) 3/2/91"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rwall/rwall.c,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $"); /* * This program is not related to David Wall, whose Stanford Ph.D. thesis diff --git a/usr.bin/rwho/rwho.1 b/usr.bin/rwho/rwho.1 index 684e508146d00..8fd22970a4f7c 100644 --- a/usr.bin/rwho/rwho.1 +++ b/usr.bin/rwho/rwho.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rwho.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwho/rwho.1,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt RWHO 1 diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index be82ad36d4dcc..cd06c88e045d1 100644 --- a/usr.bin/rwho/rwho.c +++ b/usr.bin/rwho/rwho.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)rwho.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rwho/rwho.c,v 1.18.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af6..f8f8c46e26c8b 100644 --- a/usr.bin/script/Makefile +++ b/usr.bin/script/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/script/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= script LDADD= -lutil diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 3e3fd72ea9a00..6fcae52981e15 100644 --- a/usr.bin/script/script.1 +++ b/usr.bin/script/script.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)script.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/script/script.1,v 1.21.18.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 22, 2004 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index b10b7e659ceeb..d44afd06bba49 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/script/script.c,v 1.24.18.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 9d9886f3688cd..419626e8032f3 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/Makefile,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= sed SRCS= compile.c main.c misc.c process.c diff --git a/usr.bin/sed/POSIX b/usr.bin/sed/POSIX index 239acf8e48d14..f9a4e9ee75d22 100644 --- a/usr.bin/sed/POSIX +++ b/usr.bin/sed/POSIX @@ -1,5 +1,5 @@ # @(#)POSIX 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/POSIX,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ Comments on the IEEE P1003.2 Draft 12 Part 2: Shell and Utilities diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 5a3dd66a2ee01..6cc01703eb5b6 100644 --- a/usr.bin/sed/compile.c +++ b/usr.bin/sed/compile.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/compile.c,v 1.30.2.2.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)compile.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/defs.h b/usr.bin/sed/defs.h index cbc0790afa10e..224dbb93c85bf 100644 --- a/usr.bin/sed/defs.h +++ b/usr.bin/sed/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/defs.h,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index f2bd71bacfa4b..30246d61e5f97 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/extern.h,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index e17741f6257d8..5bf4507240683 100644 --- a/usr.bin/sed/main.c +++ b/usr.bin/sed/main.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/main.c,v 1.39.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b513784a6ea..1cf70b0f34118 100644 --- a/usr.bin/sed/misc.c +++ b/usr.bin/sed/misc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/misc.c,v 1.10.34.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/sed/process.c b/usr.bin/sed/process.c index fb3f9004f9e0e..eaad9efe8788f 100644 --- a/usr.bin/sed/process.c +++ b/usr.bin/sed/process.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sed/process.c,v 1.48.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)process.c 8.6 (Berkeley) 4/20/94"; diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index f694f40c059fb..e0331a770e3af 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sed.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sed/sed.1,v 1.46.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 24, 2008 .Dt SED 1 diff --git a/usr.bin/setchannel/Makefile b/usr.bin/setchannel/Makefile index 0ffb33078592c..e5592617aa1bb 100644 --- a/usr.bin/setchannel/Makefile +++ b/usr.bin/setchannel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/setchannel/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= setchannel diff --git a/usr.bin/setchannel/setchannel.1 b/usr.bin/setchannel/setchannel.1 index c51ec3c00d728..34744453adceb 100644 --- a/usr.bin/setchannel/setchannel.1 +++ b/usr.bin/setchannel/setchannel.1 @@ -23,7 +23,7 @@ .\ SUCH DAMAGE. .\ .\" $Id: cxm.4,v 1.1 2004/10/16 00:12:35 mavetju Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/setchannel/setchannel.1,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 30, 2006 .Dt pvr250-setchannel 1 diff --git a/usr.bin/setchannel/setchannel.c b/usr.bin/setchannel/setchannel.c index f6f3e2040ac67..0978979a85c7c 100644 --- a/usr.bin/setchannel/setchannel.c +++ b/usr.bin/setchannel/setchannel.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/setchannel/setchannel.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Set the channel of the tuner card. */ diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 9970eb5c3cef5..7aefb6e5def7c 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/shar/Makefile,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS=shar.sh MAN= shar.1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 1143f9cd3b7b8..7814b15da8060 100644 --- a/usr.bin/shar/shar.1 +++ b/usr.bin/shar/shar.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shar.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/shar/shar.1,v 1.11.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt SHAR 1 diff --git a/usr.bin/shar/shar.sh b/usr.bin/shar/shar.sh index 154c65099fbce..5a5ce5d24f938 100644 --- a/usr.bin/shar/shar.sh +++ b/usr.bin/shar/shar.sh @@ -33,7 +33,7 @@ # # @(#)shar.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/shar/shar.sh,v 1.3.48.4.8.1 2010/12/21 17:10:29 kensmith Exp $ if [ $# -eq 0 ]; then echo 'usage: shar file ...' 1>&2 diff --git a/usr.bin/showmount/Makefile b/usr.bin/showmount/Makefile index 59199098dda60..19443d021c7db 100644 --- a/usr.bin/showmount/Makefile +++ b/usr.bin/showmount/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/showmount/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index fe53d88dc822b..0972ab6cf1d1e 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)showmount.8 8.3 (Berkeley) 3/29/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/showmount/showmount.8,v 1.18.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 29, 1995 .Dt SHOWMOUNT 8 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index b9ea200692f4b..b98e08f990b6c 100644 --- a/usr.bin/showmount/showmount.c +++ b/usr.bin/showmount/showmount.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)showmount.c 8.3 (Berkeley) 3/29/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/showmount/showmount.c,v 1.16.24.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/smbutil/Makefile b/usr.bin/smbutil/Makefile index 13b5078e0411b..5f57050c7727c 100644 --- a/usr.bin/smbutil/Makefile +++ b/usr.bin/smbutil/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/smbutil/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= smbutil SRCS= smbutil.c dumptree.c login.c lookup.c view.c print.c diff --git a/usr.bin/sockstat/Makefile b/usr.bin/sockstat/Makefile index 55e702577e6c8..fe8a641171b8f 100644 --- a/usr.bin/sockstat/Makefile +++ b/usr.bin/sockstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sockstat/Makefile,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= sockstat WARNS?= 4 diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 0fa6bada48120..7f2cb8ff4ab27 100644 --- a/usr.bin/sockstat/sockstat.1 +++ b/usr.bin/sockstat/sockstat.1 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/sockstat/sockstat.1,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 11, 2006 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 6656847cdfb04..c924d34835b0e 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/sockstat/sockstat.c,v 1.17.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index d176fdd7d4570..a461141cb9b3f 100644 --- a/usr.bin/split/Makefile +++ b/usr.bin/split/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/split/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 5e8e198cba9ec..1104f93c62189 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)split.1 8.3 (Berkeley) 4/16/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/split/split.1,v 1.21.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 10, 2006 .Dt SPLIT 1 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index d7936b0b88ddf..6f8d48c5db9d2 100644 --- a/usr.bin/split/split.c +++ b/usr.bin/split/split.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/split/split.c,v 1.19.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index 808c41e9b0cb5..b856eea407465 100644 --- a/usr.bin/stat/Makefile +++ b/usr.bin/stat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/stat/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= stat WARNS?= 2 diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 018c340859def..e6b5da4e9745d 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/stat/stat.1,v 1.9.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 24, 2010 .Dt STAT 1 diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index c9c75fe94d36a..8f7b0706ac8ed 100644 --- a/usr.bin/stat/stat.c +++ b/usr.bin/stat/stat.c @@ -41,7 +41,7 @@ __RCSID("$NetBSD: stat.c,v 1.13 2003/07/25 03:21:17 atatat Exp $"); #endif #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/stat/stat.c,v 1.6.22.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #if HAVE_CONFIG_H #include "config.h" diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 25216cf44f1d8..82d17762bd5dd 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/su/Makefile,v 1.41.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index b8c14ca498aa6..a66c1413bf1a0 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)su.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/su/su.1,v 1.40.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 1, 2008 .Dt SU 1 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 9f5ac44dade8c..14d6281f75883 100644 --- a/usr.bin/su/su.c +++ b/usr.bin/su/su.c @@ -74,7 +74,7 @@ static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/su/su.c,v 1.86.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 4f5f229725b61..4a52b7ef789ed 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/systat/Makefile,v 1.18.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index b15286b580c53..467cb64f7ab97 100644 --- a/usr.bin/systat/cmds.c +++ b/usr.bin/systat/cmds.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/cmds.c,v 1.5.36.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)cmds.c 8.2 (Berkeley) 4/29/95"; diff --git a/usr.bin/systat/cmdtab.c b/usr.bin/systat/cmdtab.c index a8daa1311ee51..3098768b5f0d0 100644 --- a/usr.bin/systat/cmdtab.c +++ b/usr.bin/systat/cmdtab.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/cmdtab.c,v 1.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)cmdtab.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/convtbl.c b/usr.bin/systat/convtbl.c index ba4d795dfc331..fbb17d4ccb7b6 100644 --- a/usr.bin/systat/convtbl.c +++ b/usr.bin/systat/convtbl.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/convtbl.c,v 1.12.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/convtbl.h b/usr.bin/systat/convtbl.h index 051e1cd4f08a6..fe3007e12259a 100644 --- a/usr.bin/systat/convtbl.h +++ b/usr.bin/systat/convtbl.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/convtbl.h,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _CONVTBL_H_ diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index d37cf2d5ad984..035b128debd23 100644 --- a/usr.bin/systat/devs.c +++ b/usr.bin/systat/devs.c @@ -60,7 +60,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/devs.c,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/devs.h b/usr.bin/systat/devs.h index 921700846b231..dd300bdb5f7ec 100644 --- a/usr.bin/systat/devs.h +++ b/usr.bin/systat/devs.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/devs.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ int dsinit(int, struct statinfo *, struct statinfo *, struct statinfo *); diff --git a/usr.bin/systat/extern.h b/usr.bin/systat/extern.h index 84af89ca55f08..3c25c38d64f67 100644 --- a/usr.bin/systat/extern.h +++ b/usr.bin/systat/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/extern.h,v 1.14.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 1a22bbeb171f3..dcdcd4ebd422f 100644 --- a/usr.bin/systat/fetch.c +++ b/usr.bin/systat/fetch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/fetch.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)fetch.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/icmp.c b/usr.bin/systat/icmp.c index e09ced5ad888f..a3e4e91c96aac 100644 --- a/usr.bin/systat/icmp.c +++ b/usr.bin/systat/icmp.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/icmp.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c index 28a9af7a10abe..92fbc96e632a9 100644 --- a/usr.bin/systat/icmp6.c +++ b/usr.bin/systat/icmp6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/icmp6.c,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ifcmds.c b/usr.bin/systat/ifcmds.c index 495ac46ac637c..2e89cb17df76b 100644 --- a/usr.bin/systat/ifcmds.c +++ b/usr.bin/systat/ifcmds.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/ifcmds.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "systat.h" diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c index 62773e9fd09c6..7d431803254fe 100644 --- a/usr.bin/systat/ifstat.c +++ b/usr.bin/systat/ifstat.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/ifstat.c,v 1.6.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 1ac8d5b667adf..84f5b9ac31e1f 100644 --- a/usr.bin/systat/iostat.c +++ b/usr.bin/systat/iostat.c @@ -60,7 +60,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/iostat.c,v 1.24.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)iostat.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ip.c b/usr.bin/systat/ip.c index f811f2ff65804..64d799fcc88d8 100644 --- a/usr.bin/systat/ip.c +++ b/usr.bin/systat/ip.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/ip.c,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/ip6.c b/usr.bin/systat/ip6.c index 6c7a1b9c7e0f5..4fbe63d9e5287 100644 --- a/usr.bin/systat/ip6.c +++ b/usr.bin/systat/ip6.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/ip6.c,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/keyboard.c b/usr.bin/systat/keyboard.c index 86fad98b49178..304d53051c8e8 100644 --- a/usr.bin/systat/keyboard.c +++ b/usr.bin/systat/keyboard.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/keyboard.c,v 1.2.24.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)keyboard.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 3ec32d7ad26bb..3cc9c4038dd21 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/main.c,v 1.20.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/mbufs.c b/usr.bin/systat/mbufs.c index 5469de856cce7..504befb284f23 100644 --- a/usr.bin/systat/mbufs.c +++ b/usr.bin/systat/mbufs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/mbufs.c,v 1.20.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)mbufs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/mode.c b/usr.bin/systat/mode.c index 5f64e3ec237ff..5f0f286f886fd 100644 --- a/usr.bin/systat/mode.c +++ b/usr.bin/systat/mode.c @@ -58,7 +58,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/mode.c,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index 9fc0feae96d50..d8c9fd56aa7f4 100644 --- a/usr.bin/systat/mode.h +++ b/usr.bin/systat/mode.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/mode.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index c78f6feac7d76..234bb3f247886 100644 --- a/usr.bin/systat/netcmds.c +++ b/usr.bin/systat/netcmds.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/netcmds.c,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)netcmds.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/netstat.c b/usr.bin/systat/netstat.c index 4447b2bb01bdf..d598cecab7420 100644 --- a/usr.bin/systat/netstat.c +++ b/usr.bin/systat/netstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/netstat.c,v 1.28.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)netstat.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/systat/pigs.c b/usr.bin/systat/pigs.c index 6d911d6f12258..e2b0d5fb72fa0 100644 --- a/usr.bin/systat/pigs.c +++ b/usr.bin/systat/pigs.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)pigs.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/pigs.c,v 1.24.12.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Pigs display from Bill Reeves at Lucasfilm diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index e4a5dda50a948..3c77bb94ad045 100644 --- a/usr.bin/systat/swap.c +++ b/usr.bin/systat/swap.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/swap.c,v 1.35.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95"; diff --git a/usr.bin/systat/systat.1 b/usr.bin/systat/systat.1 index 0c5c4b5691ef0..d1a642ee8036c 100644 --- a/usr.bin/systat/systat.1 +++ b/usr.bin/systat/systat.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)systat.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/systat/systat.1,v 1.53.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 12, 2006 .Dt SYSTAT 1 diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index 501d3d7b1bb8a..f4f75612c2834 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/systat.h,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 0086b9c5f21ee..56ef6346e630e 100644 --- a/usr.bin/systat/tcp.c +++ b/usr.bin/systat/tcp.c @@ -41,7 +41,7 @@ static const char rcsid[] = #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/tcp.c,v 1.14.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index fadf10432ac25..daefb71780b53 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/systat/vmstat.c,v 1.83.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef lint static const char sccsid[] = "@(#)vmstat.c 8.2 (Berkeley) 1/12/94"; diff --git a/usr.bin/tabs/Makefile b/usr.bin/tabs/Makefile index 4b5d40e0d3024..10c6188b42eb9 100644 --- a/usr.bin/tabs/Makefile +++ b/usr.bin/tabs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tabs/Makefile,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tabs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index 9075de5fa7ff7..de27c13b88f91 100644 --- a/usr.bin/tabs/tabs.1 +++ b/usr.bin/tabs/tabs.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/tabs/tabs.1,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 20, 2002 .Dt TABS 1 diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index d03a7413d175f..f0ecafde04d4d 100644 --- a/usr.bin/tabs/tabs.c +++ b/usr.bin/tabs/tabs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tabs/tabs.c,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/tty.h> diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index c8166936983d5..bfb6e64ef3e8e 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tail/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tail diff --git a/usr.bin/tail/extern.h b/usr.bin/tail/extern.h index f91495df52e42..4acdef3a1a835 100644 --- a/usr.bin/tail/extern.h +++ b/usr.bin/tail/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.1 (Berkeley) 6/6/93 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tail/extern.h,v 1.10.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 6dab72ed00878..32392d4a62c41 100644 --- a/usr.bin/tail/forward.c +++ b/usr.bin/tail/forward.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/forward.c,v 1.41.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)forward.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/misc.c b/usr.bin/tail/misc.c index 7e57504f818a9..3969f9c636b84 100644 --- a/usr.bin/tail/misc.c +++ b/usr.bin/tail/misc.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/misc.c,v 1.9.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/read.c b/usr.bin/tail/read.c index c07ad28085cd0..26d113ce0ae70 100644 --- a/usr.bin/tail/read.c +++ b/usr.bin/tail/read.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/read.c,v 1.11.10.3.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)read.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tail/reverse.c b/usr.bin/tail/reverse.c index a9bad6cef236c..89a0f7a576e38 100644 --- a/usr.bin/tail/reverse.c +++ b/usr.bin/tail/reverse.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)reverse.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/reverse.c,v 1.19.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1 index 7f91e71595116..78dc3c963ec03 100644 --- a/usr.bin/tail/tail.1 +++ b/usr.bin/tail/tail.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tail.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tail/tail.1,v 1.15.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 05, 2009 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 64f32dfe3806e..c6f349f95f911 100644 --- a/usr.bin/tail/tail.c +++ b/usr.bin/tail/tail.c @@ -36,7 +36,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tail/tail.c,v 1.23.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 94795d775bb37..2e5062b081462 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/talk/Makefile,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= talk SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \ diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index 717ffb36a5402..ff2f3f8389df7 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/ctl.c,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 0871febe7361b..48ae1eb4c1f32 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/ctl_transact.c,v 1.7.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 24851e45fab1b..e6c8f804b6b2d 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/display.c,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index f212a209a0157..649ff4e4ecc39 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/get_addrs.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index d7cca18ec0dc1..6673dc0356b6d 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/get_iface.c,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $"); /* * From: diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index ad6b8235eec19..f23af6484b6cf 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/get_names.c,v 1.9.32.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index f391b76a5e0bc..aa02a37aa6dfe 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/init_disp.c,v 1.14.32.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index a6e98e8900db8..e84a36475cee1 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/invite.c,v 1.9.36.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index bcbf53580d06f..0a123e1cff880 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/io.c,v 1.16.32.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 1ff1477b22ffc..980084296f191 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/look_up.c,v 1.8.24.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index e4a0977396710..88fdccbf1226b 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/msgs.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 775b6d1437cea..0035cbdd05ad1 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)talk.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/talk/talk.1,v 1.20.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 3, 2004 .Dt TALK 1 diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 8e3f540055bb2..d6bb468e89134 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/talk/talk.c,v 1.11.38.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h index 2a81a53bca9b6..e1b46d3851775 100644 --- a/usr.bin/talk/talk.h +++ b/usr.bin/talk/talk.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)talk.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/talk/talk.h,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING index 9a88a80911059..ad0fdc4a15b4f 100644 --- a/usr.bin/tar/COPYING +++ b/usr.bin/tar/COPYING @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/COPYING,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ All of the C source code and documentation in this package is subject to the following: diff --git a/usr.bin/tar/Makefile b/usr.bin/tar/Makefile index 1dc4388f7a691..08f24fcf3e638 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tar/Makefile,v 1.32.2.4.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= bsdtar BSDTAR_VERSION_STRING=2.5.5 diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 02b301de3b83f..4b190b8b45ebf 100644 --- a/usr.bin/tar/bsdtar.1 +++ b/usr.bin/tar/bsdtar.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/tar/bsdtar.1,v 1.35.2.8.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 15, 2008 .Dt BSDTAR 1 diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index d935e3f1a96a3..cd8ef0f58b782 100644 --- a/usr.bin/tar/bsdtar.c +++ b/usr.bin/tar/bsdtar.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/bsdtar.c,v 1.77.2.13.8.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_SYS_PARAM_H #include <sys/param.h> diff --git a/usr.bin/tar/bsdtar.h b/usr.bin/tar/bsdtar.h index eee53a99e7b3b..8e6d5270f0ecf 100644 --- a/usr.bin/tar/bsdtar.h +++ b/usr.bin/tar/bsdtar.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/bsdtar.h,v 1.28.2.6.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "bsdtar_platform.h" diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index 52d160e9c0f79..5c1432ec8771e 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/bsdtar_platform.h,v 1.24.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h index cbbe2a52a1f61..60ae43b12499a 100644 --- a/usr.bin/tar/config_freebsd.h +++ b/usr.bin/tar/config_freebsd.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/config_freebsd.h,v 1.1.4.3.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* A default configuration for FreeBSD, used if there is no config.h. */ diff --git a/usr.bin/tar/getdate.y b/usr.bin/tar/getdate.y index 16162c35424bd..5e133d883a321 100644 --- a/usr.bin/tar/getdate.y +++ b/usr.bin/tar/getdate.y @@ -26,7 +26,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.y,v 1.9.12.1 2010/12/21 17:10:29 kensmith Exp $"); #endif #include <ctype.h> diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c index 2e146fed917c2..8a5e126c2a52d 100644 --- a/usr.bin/tar/matching.c +++ b/usr.bin/tar/matching.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/matching.c,v 1.11.2.4.8.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c index 35cea89a95a2a..2f0d5ab94244c 100644 --- a/usr.bin/tar/read.c +++ b/usr.bin/tar/read.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/read.c,v 1.34.2.5.8.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> diff --git a/usr.bin/tar/siginfo.c b/usr.bin/tar/siginfo.c index f0269a10f67d0..4d8a14a6ca222 100644 --- a/usr.bin/tar/siginfo.c +++ b/usr.bin/tar/siginfo.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/siginfo.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <errno.h> #include <signal.h> diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c index b6571dfc06ba3..71f50639f481a 100644 --- a/usr.bin/tar/subst.c +++ b/usr.bin/tar/subst.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/subst.c,v 1.4.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #if HAVE_REGEX_H #include "bsdtar.h" diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile index c05aaf9553391..1a97a6009257d 100644 --- a/usr.bin/tar/test/Makefile +++ b/usr.bin/tar/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tar/test/Makefile,v 1.2.2.4.6.1 2010/12/21 17:10:29 kensmith Exp $ # Where to find the tar sources (for the internal unit tests) TAR_SRCDIR=${.CURDIR}/.. diff --git a/usr.bin/tar/test/main.c b/usr.bin/tar/test/main.c index c9284c16d4224..2a16c8c0ff1a5 100644 --- a/usr.bin/tar/test/main.c +++ b/usr.bin/tar/test/main.c @@ -44,7 +44,7 @@ #undef EXTRA_DUMP /* How to dump extra data */ /* How to generate extra version info. */ #define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "") -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/main.c,v 1.3.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * "list.h" is simply created by "grep DEFINE_TEST"; it has diff --git a/usr.bin/tar/test/test.h b/usr.bin/tar/test/test.h index bb7003eb9dbbb..3102fbe979261 100644 --- a/usr.bin/tar/test/test.h +++ b/usr.bin/tar/test/test.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/test/test.h,v 1.3.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Every test program should #include "test.h" as the first thing. */ diff --git a/usr.bin/tar/test/test_0.c b/usr.bin/tar/test/test_0.c index 7a72af1c8edbe..bd34ac75db687 100644 --- a/usr.bin/tar/test/test_0.c +++ b/usr.bin/tar/test/test_0.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_0.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * This first test does basic sanity checks on the environment. For diff --git a/usr.bin/tar/test/test_basic.c b/usr.bin/tar/test/test_basic.c index 50be2890c0e31..a10bcdc30fe04 100644 --- a/usr.bin/tar/test/test_basic.c +++ b/usr.bin/tar/test/test_basic.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_basic.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); static void diff --git a/usr.bin/tar/test/test_copy.c b/usr.bin/tar/test/test_copy.c index 6618a0e53f075..d01daebe2cf35 100644 --- a/usr.bin/tar/test/test_copy.c +++ b/usr.bin/tar/test/test_copy.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_copy.c,v 1.2.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); static void create_tree(void) diff --git a/usr.bin/tar/test/test_getdate.c b/usr.bin/tar/test/test_getdate.c index 7ed447b9c26ef..e8aad6ea29b91 100644 --- a/usr.bin/tar/test/test_getdate.c +++ b/usr.bin/tar/test/test_getdate.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_getdate.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Verify that the getdate() function works. diff --git a/usr.bin/tar/test/test_help.c b/usr.bin/tar/test/test_help.c index c547dbc479940..906cc81ca582d 100644 --- a/usr.bin/tar/test/test_help.c +++ b/usr.bin/tar/test/test_help.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_help.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Test that "--help", "-h", and "-W help" options all work and diff --git a/usr.bin/tar/test/test_option_T.c b/usr.bin/tar/test/test_option_T.c index 943182b92adf7..f0d1bbe1e9040 100644 --- a/usr.bin/tar/test/test_option_T.c +++ b/usr.bin/tar/test/test_option_T.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_option_T.c,v 1.2.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); static int touch(const char *fn) diff --git a/usr.bin/tar/test/test_option_q.c b/usr.bin/tar/test/test_option_q.c index 1d92dd56963bf..c493b6e1ecbf2 100644 --- a/usr.bin/tar/test/test_option_q.c +++ b/usr.bin/tar/test/test_option_q.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_option_q.c,v 1.3.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); DEFINE_TEST(test_option_q) { diff --git a/usr.bin/tar/test/test_patterns.c b/usr.bin/tar/test/test_patterns.c index 281133aa4c001..4896fa46b59b1 100644 --- a/usr.bin/tar/test/test_patterns.c +++ b/usr.bin/tar/test/test_patterns.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_patterns.c,v 1.1.2.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); DEFINE_TEST(test_patterns) { diff --git a/usr.bin/tar/test/test_patterns_2.tgz.uu b/usr.bin/tar/test/test_patterns_2.tgz.uu index 0f9c7153a99ed..ed12aa1984d28 100644 --- a/usr.bin/tar/test/test_patterns_2.tgz.uu +++ b/usr.bin/tar/test/test_patterns_2.tgz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/test/test_patterns_2.tgz.uu,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ begin 644 test_patterns_2.tgz M'XL(`,P5I4@``^W3T0J",!3&<1]E;[!SYC:?Q\`H2`PS@IZ^F5AV(PFMJ__O MYB@;>.:W8X?V;/==9XM\1*0*P:2J59"QCN8ZO:A*4*<NAFA$G?=:F)"QIY?K diff --git a/usr.bin/tar/test/test_patterns_3.tgz.uu b/usr.bin/tar/test/test_patterns_3.tgz.uu index f85afc0df098b..097c970733be1 100644 --- a/usr.bin/tar/test/test_patterns_3.tgz.uu +++ b/usr.bin/tar/test/test_patterns_3.tgz.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/test/test_patterns_3.tgz.uu,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ begin 644 test_patterns_3.tgz M'XL(`)P/K4@``^W5T0K"(!3&\3V*;^#1H3Z/@T5!8[&,H*=O%J/M9M3(7?U_ M-T?1BR.?HD[=11_Z7C=QT%49(A*<4V,UP4FNV53?$V/$U3;OLTK,./*5<H7Z diff --git a/usr.bin/tar/test/test_stdio.c b/usr.bin/tar/test/test_stdio.c index 2d24ae3503281..00e790c3512b0 100644 --- a/usr.bin/tar/test/test_stdio.c +++ b/usr.bin/tar/test/test_stdio.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_stdio.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); DEFINE_TEST(test_stdio) { diff --git a/usr.bin/tar/test/test_strip_components.c b/usr.bin/tar/test/test_strip_components.c index 0cfea1806b1a9..4004ce2f66036 100644 --- a/usr.bin/tar/test/test_strip_components.c +++ b/usr.bin/tar/test/test_strip_components.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_strip_components.c,v 1.2.4.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); static int touch(const char *fn) diff --git a/usr.bin/tar/test/test_symlink_dir.c b/usr.bin/tar/test/test_symlink_dir.c index e256c940bb9ed..482a934b8c24d 100644 --- a/usr.bin/tar/test/test_symlink_dir.c +++ b/usr.bin/tar/test/test_symlink_dir.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_symlink_dir.c,v 1.1.4.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); /* * tar -x -P should follow existing symlinks for dirs, but not other diff --git a/usr.bin/tar/test/test_version.c b/usr.bin/tar/test/test_version.c index 6f2f6a0b5a0c9..1f3fbeeb6554b 100644 --- a/usr.bin/tar/test/test_version.c +++ b/usr.bin/tar/test/test_version.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_version.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Test that --version option works and generates reasonable output. diff --git a/usr.bin/tar/tree.c b/usr.bin/tar/tree.c index 4c9a4bd1b25e5..e4a91a041e3c5 100644 --- a/usr.bin/tar/tree.c +++ b/usr.bin/tar/tree.c @@ -43,7 +43,7 @@ * regular dir or via fchdir(2) for a symlink). */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/tree.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> diff --git a/usr.bin/tar/tree.h b/usr.bin/tar/tree.h index ff38f5346c1ce..7078c343cf624 100644 --- a/usr.bin/tar/tree.h +++ b/usr.bin/tar/tree.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tar/tree.h,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 638145aec5fe2..55d189273dfa0 100644 --- a/usr.bin/tar/util.c +++ b/usr.bin/tar/util.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/util.c,v 1.17.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> diff --git a/usr.bin/tar/write.c b/usr.bin/tar/write.c index 325d085890718..fb0d7fa81bff3 100644 --- a/usr.bin/tar/write.c +++ b/usr.bin/tar/write.c @@ -24,7 +24,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/write.c,v 1.63.2.12.6.1 2010/12/21 17:10:29 kensmith Exp $"); #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile index 1bae0b2294209..52fd2b2daf9d5 100644 --- a/usr.bin/tcopy/Makefile +++ b/usr.bin/tcopy/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tcopy/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tcopy diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 5d926b8f56ded..264968b0632f5 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tcopy/tcopy.1,v 1.18.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 20, 2006 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 540ac06af7380..5b32954e18d78 100644 --- a/usr.bin/tcopy/tcopy.c +++ b/usr.bin/tcopy/tcopy.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tcopy/tcopy.c,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 920dd66059170..fae3713fc912f 100644 --- a/usr.bin/tee/Makefile +++ b/usr.bin/tee/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tee/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tee diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index fec2cd2f70998..5ba23b76b1977 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tee.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tee/tee.1,v 1.7.10.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd November 13, 2007 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 123a2de69ab55..2203f313553d3 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tee.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/tee/tee.c,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index c5525b3c20d18..1b73a08de283e 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/Makefile,v 1.33.12.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index 8273e348c2f13..5502dba0acd08 100644 --- a/usr.bin/tftp/Makefile +++ b/usr.bin/tftp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tftp/Makefile,v 1.5.24.4.2.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../libexec/tftpd diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 247d7e42cc979..ff3342948edbb 100644 --- a/usr.bin/tftp/main.c +++ b/usr.bin/tftp/main.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/main.c,v 1.22.2.4.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.1 b/usr.bin/tftp/tftp.1 index 04daa87aacef7..891a80bc95def 100644 --- a/usr.bin/tftp/tftp.1 +++ b/usr.bin/tftp/tftp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tftp.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tftp/tftp.1,v 1.19.10.2.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 1, 2003 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index f0c01039d9827..bb4808c154e99 100644 --- a/usr.bin/tftp/tftp.c +++ b/usr.bin/tftp/tftp.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tftp.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/tftp.c,v 1.13.2.3.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftp.h b/usr.bin/tftp/tftp.h index 5928dea4bccd9..dbb9b95cd38ac 100644 --- a/usr.bin/tftp/tftp.h +++ b/usr.bin/tftp/tftp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tftp/tftp.h,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ void recvfile(int peer, char *port, int fd, char *name, char *mode); diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile index 5a580d2c4ead0..f3ae177596dfc 100644 --- a/usr.bin/time/Makefile +++ b/usr.bin/time/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/time/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= time WARNS?=6 diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 79419bfa309c8..937487dc28976 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/time/time.1,v 1.26.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 14, 2006 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index a97ffecce2095..697a397469e81 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/time/time.c,v 1.30.14.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 532431d13cae4..60fe078e70e63 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR=tip diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc index 265f86d1ed55a..9731e11c52636 100644 --- a/usr.bin/tip/Makefile.inc +++ b/usr.bin/tip/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/Makefile.inc,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/tip/README b/usr.bin/tip/README index fb9af15741198..b37f3399ce5ec 100644 --- a/usr.bin/tip/README +++ b/usr.bin/tip/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/README,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ Tip can be configured in a number of ways: diff --git a/usr.bin/tip/TODO b/usr.bin/tip/TODO index 6aace387e541d..6ea737f79aad4 100644 --- a/usr.bin/tip/TODO +++ b/usr.bin/tip/TODO @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/TODO,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ 1. Rethink protection glitches on REMOTE & PHONES files (setuid/setgid??). diff --git a/usr.bin/tip/libacu/biz22.c b/usr.bin/tip/libacu/biz22.c index 99b6fb08afeb1..a13f5248f796f 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz22.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index 5bc00ae517ed1..a788c76e3f287 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz31.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index b23c28ccabb75..b3f6e3a32de8d 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/courier.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index 03374e11678f7..fab3eeecea24a 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/df.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index a0b18ba18afc7..59f9ee187e167 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/dn11.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index fe52274901d78..8b633eb2f5f27 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/hayes.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index a640ff3a2a139..b6ace5d39c510 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/t3000.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index 0de679e3a382c..8c2a0da685d0f 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v3451.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index 7adc3c67b15c8..6df76aa238d9e 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v831.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 399b5d8cc54e7..e22ea85abf638 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/ventel.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index b0fd1f8a105bd..7e16f5f29d046 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.11 2006/05/25 08:41:52 jmc Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/tip/Makefile,v 1.20.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ # # Files are: # /etc/remote remote host description file diff --git a/usr.bin/tip/tip/acu.c b/usr.bin/tip/tip/acu.c index 5d2cda624c027..542e445d06554 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acu.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 5f64968636778..839d21be9fd52 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acutab.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index f6badcb876252..9b96c68015cfb 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmds.c,v 1.18.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 3666c12af6716..fd1d03c288b32 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmdtab.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1 index b67b19de4d08d..3e3f12d331e6a 100644 --- a/usr.bin/tip/tip/cu.1 +++ b/usr.bin/tip/tip/cu.1 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/cu.1,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 1, 2006 .Dt CU 1 diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index d8d104d482e47..43a7c7c042d18 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cu.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 0c104f1d53268..f3bc685d4b93d 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/hunt.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 8123795111a31..906b674e9c72f 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/log.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index 05bb3294a7de9..aa85bc752f389 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/partab.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index 66a453ddd65fc..ce0ff21ea66a1 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -1,6 +1,6 @@ /* $OpenBSD: pathnames.h,v 1.3 2003/06/03 02:56:18 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1994/12/08 09:30:59 jtc Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/tip/tip/pathnames.h,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index d9993ae7d9280..0bafdab0d8b39 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/remote.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index ee085da811abc..0754624f4294a 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/tip.1,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 31, 2006 .Dt TIP 1 diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 22b362c53389d..abb6d2823e4c3 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tip.c,v 1.18.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index 5e9a37e7fce96..86e106c5e0369 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -1,6 +1,6 @@ /* $OpenBSD: tip.h,v 1.27 2006/08/18 03:06:18 jason Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/tip/tip/tip.h,v 1.11.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index 42fc4a214e4fb..aed142ccb9c92 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tipout.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index 81e463eb4ef6b..e83e60b32194d 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/uucplock.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index b6cf5c2a44115..7c9cdbc11ec31 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/value.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index a991bcc5b51a5..82dd30ce5923a 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/vars.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 182714aa7021a..26f8dea7086b2 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ TOPDIR= ${.CURDIR}/../../contrib/top .PATH: ${TOPDIR} diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 3f291617d7778..28230f52781fd 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -20,7 +20,7 @@ * Wolfram Schneider <wosch@FreeBSD.org> * Thomas Moestl <tmoestl@gmx.net> * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/top/machine.c,v 1.82.2.5.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index cf2ba0161d8c3..ce7ddfac3c5b2 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/top/top.local.1,v 1.5.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .SH "FreeBSD NOTES" .SH DISPLAY OF THREADS diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile index e44f4f2cfdcc3..8a773924fa52f 100644 --- a/usr.bin/touch/Makefile +++ b/usr.bin/touch/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/touch/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= touch diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 8eb7f40262005..d50bfe4939115 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 624ce05065e6d..516bb36938cbf 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/touch/touch.c,v 1.23.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e1353..26b498530695d 100644 --- a/usr.bin/tput/Makefile +++ b/usr.bin/tput/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tput/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tput DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 33950a766bf58..ac4c5270d7263 100644 --- a/usr.bin/tput/tput.1 +++ b/usr.bin/tput/tput.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tput.1 8.2 (Berkeley) 3/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tput/tput.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 15, 2002 .Dt TPUT 1 diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index a478d5dcf49ac..9cee47f009311 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tput/tput.c,v 1.16.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 00bdd8d5bb7aa..e79ae64ef03b5 100644 --- a/usr.bin/tr/Makefile +++ b/usr.bin/tr/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tr/Makefile,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tr SRCS= cmap.c cset.c str.c tr.c diff --git a/usr.bin/tr/cmap.c b/usr.bin/tr/cmap.c index 811040c25e761..fa1bce5dc9de1 100644 --- a/usr.bin/tr/cmap.c +++ b/usr.bin/tr/cmap.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/cmap.c,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/usr.bin/tr/cmap.h b/usr.bin/tr/cmap.h index 9a81e134678fd..63c93c9aaa175 100644 --- a/usr.bin/tr/cmap.h +++ b/usr.bin/tr/cmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tr/cmap.h,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef CMAP_H diff --git a/usr.bin/tr/cset.c b/usr.bin/tr/cset.c index 1b4212949b6cf..23dd5c589cb3e 100644 --- a/usr.bin/tr/cset.c +++ b/usr.bin/tr/cset.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/cset.c,v 1.3.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <stdbool.h> diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h index ab3eabd3e4390..8af6c42f9bcd2 100644 --- a/usr.bin/tr/cset.h +++ b/usr.bin/tr/cset.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tr/cset.h,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef CSET_H diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 2fdbdf33438cf..14ffd4831bf07 100644 --- a/usr.bin/tr/extern.h +++ b/usr.bin/tr/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tr/extern.h,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <limits.h> diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 86ae1731ac42f..f6f139eef5e23 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/str.c,v 1.25.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)str.c 8.2 (Berkeley) 4/28/95"; diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index e30c877399cf3..73bf84271958b 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tr/tr.1,v 1.34.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 13, 2006 .Dt TR 1 diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 61195ff4dbb0b..4c385e81e32bc 100644 --- a/usr.bin/tr/tr.c +++ b/usr.bin/tr/tr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/tr.c,v 1.24.26.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index 028a6ca75c9fb..8051f66947c25 100644 --- a/usr.bin/true/Makefile +++ b/usr.bin/true/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/true/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= true diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 58d3a0236878c..e487d2a5d85ae 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)true.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/true/true.1,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt TRUE 1 diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index 8e2f2554396a2..6a64c631b6109 100644 --- a/usr.bin/true/true.c +++ b/usr.bin/true/true.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/true/true.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e25..67aae2da5880d 100644 --- a/usr.bin/truncate/Makefile +++ b/usr.bin/truncate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truncate/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= truncate diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1 index 827097ce6c6ff..25e40d877bc35 100644 --- a/usr.bin/truncate/truncate.1 +++ b/usr.bin/truncate/truncate.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/truncate/truncate.1,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 19, 2006 .Dt TRUNCATE 1 diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c index ed5b6bfc24ee7..4903a899ef486 100644 --- a/usr.bin/truncate/truncate.c +++ b/usr.bin/truncate/truncate.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truncate/truncate.c,v 1.12.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"; #endif #include <sys/stat.h> diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 766e3bb897e8a..85c74c70a1900 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/Makefile,v 1.22.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ WARNS?= 6 NO_WERROR= diff --git a/usr.bin/truss/amd64-fbsd.c b/usr.bin/truss/amd64-fbsd.c index 0d75ef147e9e0..c733ca4bf7af0 100644 --- a/usr.bin/truss/amd64-fbsd.c +++ b/usr.bin/truss/amd64-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/amd64-fbsd.c,v 1.8.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-fbsd32.c b/usr.bin/truss/amd64-fbsd32.c index fec6f3223235f..255b01797e3d9 100644 --- a/usr.bin/truss/amd64-fbsd32.c +++ b/usr.bin/truss/amd64-fbsd32.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/amd64-fbsd32.c,v 1.30.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-linux32.c b/usr.bin/truss/amd64-linux32.c index aa7977ed22689..457a34c27c9f8 100644 --- a/usr.bin/truss/amd64-linux32.c +++ b/usr.bin/truss/amd64-linux32.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/amd64-linux32.c,v 1.28.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64linux32.conf b/usr.bin/truss/amd64linux32.conf index 7f5e8bd268fef..332e671424bd0 100644 --- a/usr.bin/truss/amd64linux32.conf +++ b/usr.bin/truss/amd64linux32.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/amd64linux32.conf,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ sysnames="linux32_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index 69f23198c67d6..bb70b9c06606e 100644 --- a/usr.bin/truss/extern.h +++ b/usr.bin/truss/extern.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/truss/extern.h,v 1.12.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int setup_and_wait(char **); diff --git a/usr.bin/truss/fbsd32.conf b/usr.bin/truss/fbsd32.conf index 3323f115ee18c..d7af283e8d626 100644 --- a/usr.bin/truss/fbsd32.conf +++ b/usr.bin/truss/fbsd32.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/fbsd32.conf,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ sysnames="freebsd32_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/i386-fbsd.c b/usr.bin/truss/i386-fbsd.c index ee35b4dac3a10..c6a4272143449 100644 --- a/usr.bin/truss/i386-fbsd.c +++ b/usr.bin/truss/i386-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/i386-fbsd.c,v 1.29.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index d1ca551ed3b37..3dd72f0fa16e6 100644 --- a/usr.bin/truss/i386-linux.c +++ b/usr.bin/truss/i386-linux.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/i386-linux.c,v 1.27.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386.conf b/usr.bin/truss/i386.conf index cfe2f46989bed..18726b4810f32 100644 --- a/usr.bin/truss/i386.conf +++ b/usr.bin/truss/i386.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/i386.conf,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ sysnames="syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/i386linux.conf b/usr.bin/truss/i386linux.conf index 7669bceaf1a9e..3c61acf909568 100644 --- a/usr.bin/truss/i386linux.conf +++ b/usr.bin/truss/i386linux.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/i386linux.conf,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ sysnames="linux_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/ia64-fbsd.c b/usr.bin/truss/ia64-fbsd.c index f62587fc114b6..7f2130f7aa11f 100644 --- a/usr.bin/truss/ia64-fbsd.c +++ b/usr.bin/truss/ia64-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/ia64-fbsd.c,v 1.11.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 88845c5ddae35..3fa36ff0c8e95 100644 --- a/usr.bin/truss/main.c +++ b/usr.bin/truss/main.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/truss/main.c,v 1.46.2.5.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * The main module for truss. Suprisingly simple, but, then, the other diff --git a/usr.bin/truss/powerpc-fbsd.c b/usr.bin/truss/powerpc-fbsd.c index 90c424c7a2807..6a1534254d81d 100644 --- a/usr.bin/truss/powerpc-fbsd.c +++ b/usr.bin/truss/powerpc-fbsd.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/powerpc-fbsd.c,v 1.4.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index e5afb30e1ecc8..ded5537ef2441 100644 --- a/usr.bin/truss/setup.c +++ b/usr.bin/truss/setup.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/truss/setup.c,v 1.24.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Various setup functions for truss. Not the cleanest-written code, diff --git a/usr.bin/truss/sparc64-fbsd.c b/usr.bin/truss/sparc64-fbsd.c index 00701612cca02..49cb374469da2 100644 --- a/usr.bin/truss/sparc64-fbsd.c +++ b/usr.bin/truss/sparc64-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/sparc64-fbsd.c,v 1.11.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 39a796a71370d..b2edf106b9b39 100644 --- a/usr.bin/truss/syscall.h +++ b/usr.bin/truss/syscall.h @@ -32,7 +32,7 @@ * IN (meaning that the data is passed *into* the system call). */ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/truss/syscall.h,v 1.18.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ enum Argtype { None = 1, Hex, Octal, Int, Name, Ptr, Stat, Ioctl, Quad, diff --git a/usr.bin/truss/syscalls.c b/usr.bin/truss/syscalls.c index d1b390b09d590..2a9e4e39b0a90 100644 --- a/usr.bin/truss/syscalls.c +++ b/usr.bin/truss/syscalls.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/syscalls.c,v 1.55.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index ddff08b41ae4d..b90f3ecadffb7 100644 --- a/usr.bin/truss/truss.1 +++ b/usr.bin/truss/truss.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/truss/truss.1,v 1.24.12.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 2, 2004 .Dt TRUSS 1 diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h index 8533fae36ea9e..18f99d9fef5c4 100644 --- a/usr.bin/truss/truss.h +++ b/usr.bin/truss/truss.h @@ -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/truss/truss.h,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/queue.h> diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index f02d0c50bd56c..75376f5f25433 100644 --- a/usr.bin/tset/extern.h +++ b/usr.bin/tset/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/9/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tset/extern.h,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <termcap.h> diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index d3db6b67e707f..35d704d755014 100644 --- a/usr.bin/tset/map.c +++ b/usr.bin/tset/map.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/map.c,v 1.11.26.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/9/93"; diff --git a/usr.bin/tset/misc.c b/usr.bin/tset/misc.c index 52358e75a14cb..3323e3c795ec8 100644 --- a/usr.bin/tset/misc.c +++ b/usr.bin/tset/misc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/misc.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/9/93"; diff --git a/usr.bin/tset/set.c b/usr.bin/tset/set.c index 85965b38b9911..8e79d63a77bc0 100644 --- a/usr.bin/tset/set.c +++ b/usr.bin/tset/set.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/set.c,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)set.c 8.2 (Berkeley) 2/28/94"; diff --git a/usr.bin/tset/term.c b/usr.bin/tset/term.c index 54a349e05f2b0..074cfa32bbdca 100644 --- a/usr.bin/tset/term.c +++ b/usr.bin/tset/term.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/term.c,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)term.c 8.1 (Berkeley) 6/9/93"; diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1 index fd62aabdd1ee5..018b070026c52 100644 --- a/usr.bin/tset/tset.1 +++ b/usr.bin/tset/tset.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tset.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tset/tset.1,v 1.16.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 9, 1993 .Dt TSET 1 diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index dc4c333e2f90e..91a4b18ecd6bb 100644 --- a/usr.bin/tset/tset.c +++ b/usr.bin/tset/tset.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/tset.c,v 1.19.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index 9d149183e2f22..3b034e148cfc6 100644 --- a/usr.bin/tset/wrterm.c +++ b/usr.bin/tset/wrterm.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tset/wrterm.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)wrterm.c 8.1 (Berkeley) 6/9/93"; diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile index b0d353e4d8f7e..3f64584f9f5a6 100644 --- a/usr.bin/tsort/Makefile +++ b/usr.bin/tsort/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tsort/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tsort diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 71f7372c4bd78..de4f10d8d3248 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tsort/tsort.1,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 27, 2006 .Dt TSORT 1 diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index a01a86c3700c0..48f2211f21cf1 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -45,7 +45,7 @@ static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tsort/tsort.c,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 4dcab3343e44a..f5dae459002fc 100644 --- a/usr.bin/tty/Makefile +++ b/usr.bin/tty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tty/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tty diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 8e55ccb470e4f..703937095f2a0 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tty/tty.1,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 4710e169c1bff..a24d4ade86352 100644 --- a/usr.bin/tty/tty.c +++ b/usr.bin/tty/tty.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)tty.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tty/tty.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index 9aaf7754de527..81c44578c7a71 100644 --- a/usr.bin/ul/Makefile +++ b/usr.bin/ul/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ul/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ul diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 0a0417074bde0..1e4e8b68490b0 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ul.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ul/ul.1,v 1.19.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 4, 2004 .Dt UL 1 diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index 77559cf254fe7..9bce99ddd8da9 100644 --- a/usr.bin/ul/ul.c +++ b/usr.bin/ul/ul.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ul.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/ul/ul.c,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index f78e437c7ff29..b280b17db9eed 100644 --- a/usr.bin/uname/uname.1 +++ b/usr.bin/uname/uname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uname.1 8.3 (Berkeley) 4/8/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uname/uname.1,v 1.18.10.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 26, 2010 .Dt UNAME 1 diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index 0e120b9b5c83e..17593c5c0bad7 100644 --- a/usr.bin/uname/uname.c +++ b/usr.bin/uname/uname.c @@ -34,7 +34,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uname/uname.c,v 1.14.20.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index 14014facb7b02..f805cad9b9a5e 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unexpand/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unexpand NO_MAN= diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index d59cd4ef8c7a1..ef2399fb9ba4a 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b31709aa6e62f..d4f04e9d9c2cf 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/Makefile,v 1.6.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unifdef SCRIPTS=unifdefall.sh diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 80ee7ba12a79e..4d5ddabe52941 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -31,7 +31,7 @@ .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 .\" $dotat: unifdef/unifdef.1,v 1.60 2009/11/25 00:11:02 fanf2 Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.24.10.2.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd September 24, 2002 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index be5b4fc6573c2..2e65469f037c1 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -39,7 +39,7 @@ __IDSTRING(dotat, "$dotat: unifdef/unifdef.c,v 1.190 2009/11/27 17:21:26 fanf2 Exp $"); #endif #ifdef __FBSDID -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.20.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #endif /* diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index b443054d8abdd..81e4901bac08a 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -26,7 +26,7 @@ # SUCH DAMAGE. # # $dotat: unifdef/unifdefall.sh,v 1.24 2009/11/26 12:54:39 fanf2 Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/unifdefall.sh,v 1.2.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 2bcf18e53703a..fed9560ea356c 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uniq/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= uniq diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index a12ad3a6ef1fd..f3c8f6d6aed28 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uniq/uniq.1,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 3, 2004 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index bc04db777f62c..6f687071c062b 100644 --- a/usr.bin/uniq/uniq.c +++ b/usr.bin/uniq/uniq.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uniq.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/uniq/uniq.c,v 1.29.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index cb783ab95bb23..75381182fea04 100644 --- a/usr.bin/units/Makefile +++ b/usr.bin/units/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= units FILES= units.lib diff --git a/usr.bin/units/README b/usr.bin/units/README index 974cbe9fee3f0..5ef77dc8e9b35 100644 --- a/usr.bin/units/README +++ b/usr.bin/units/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/units/README,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ This is a program which I wrote as a clone of the UNIX 'units' command. I threw it together in a couple days, but it seems to work, diff --git a/usr.bin/units/pathnames.h b/usr.bin/units/pathnames.h index 227dd00b49224..878578426c5cb 100644 --- a/usr.bin/units/pathnames.h +++ b/usr.bin/units/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/units/pathnames.h,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 96b84d6efa30c..98cf7758e8c1c 100644 --- a/usr.bin/units/units.1 +++ b/usr.bin/units/units.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/units/units.1,v 1.18.26.1 2010/12/21 17:10:29 kensmith Exp $ .Dd July 14, 1993 .Dt UNITS 1 .Os diff --git a/usr.bin/units/units.c b/usr.bin/units/units.c index 9ca5cda7f8148..4b07a2c1e034f 100644 --- a/usr.bin/units/units.c +++ b/usr.bin/units/units.c @@ -17,7 +17,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/units/units.c,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index c3b3627876eef..02fe214874108 100644 --- a/usr.bin/units/units.lib +++ b/usr.bin/units/units.lib @@ -1,4 +1,4 @@ -/ $FreeBSD$ +/ $FreeBSD: src/usr.bin/units/units.lib,v 1.16.18.1.8.1 2010/12/21 17:10:29 kensmith Exp $ / primitive units diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index 27fea4bad2a36..bd7505c0508fc 100644 --- a/usr.bin/unvis/Makefile +++ b/usr.bin/unvis/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unvis/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unvis diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index 658bfa323f006..8ff41c48c182b 100644 --- a/usr.bin/unvis/unvis.1 +++ b/usr.bin/unvis/unvis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)unvis.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unvis/unvis.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt UNVIS 1 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 395c9adaefb07..57d740e79e81c 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)unvis.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/unvis/unvis.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 6c2f7a6b8496c..c4427638b9e57 100644 --- a/usr.bin/usbhidaction/Makefile +++ b/usr.bin/usbhidaction/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/usbhidaction/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $ PROG= usbhidaction diff --git a/usr.bin/usbhidaction/usbhidaction.1 b/usr.bin/usbhidaction/usbhidaction.1 index 95420c8f79145..122b923358360 100644 --- a/usr.bin/usbhidaction/usbhidaction.1 +++ b/usr.bin/usbhidaction/usbhidaction.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/usbhidaction/usbhidaction.1,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" $NetBSD: usbhidaction.1,v 1.8 2003/02/25 10:35:59 wiz Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index e0d459d2c2b31..fe4f7f089647e 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -1,5 +1,5 @@ /* $NetBSD: usbhidaction.c,v 1.8 2002/06/11 06:06:21 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/usbhidaction/usbhidaction.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 2000, 2002 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 3738b506cea25..f821f3d76793d 100644 --- a/usr.bin/usbhidctl/Makefile +++ b/usr.bin/usbhidctl/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/usbhidctl/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= usbhidctl SRCS= usbhid.c diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 08968c2a38489..03170e60f6aa1 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,5 +1,5 @@ /* $NetBSD: usbhid.c,v 1.14 2000/07/03 02:51:37 matt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/usbhidctl/usbhid.c,v 1.11.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index 8ba5ec163c05c..834fbec34b894 100644 --- a/usr.bin/usbhidctl/usbhidctl.1 +++ b/usr.bin/usbhidctl/usbhidctl.1 @@ -1,5 +1,5 @@ .\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/usbhidctl/usbhidctl.1,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. .\" All rights reserved. diff --git a/usr.bin/users/Makefile b/usr.bin/users/Makefile index 3d6524bc7a29f..0f8ffeb803b29 100644 --- a/usr.bin/users/Makefile +++ b/usr.bin/users/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/users/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= users diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index c3454c6784d0b..5c8bbedcb6d2d 100644 --- a/usr.bin/users/users.1 +++ b/usr.bin/users/users.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)users.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/users/users.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt USERS 1 diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index c90bfbdc149df..96f59de001c13 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/users/users.c,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile index 37005f3ded523..5777c3cfcf7b4 100644 --- a/usr.bin/uudecode/Makefile +++ b/usr.bin/uudecode/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uudecode/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= uudecode WARNS?= 4 diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 58c0878c23634..7ad3d84fe697b 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uudecode/uudecode.c,v 1.49.22.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); /* * uudecode [file ...] diff --git a/usr.bin/uuencode/Makefile b/usr.bin/uuencode/Makefile index c795753a10bca..0a4b5d2776ca6 100644 --- a/usr.bin/uuencode/Makefile +++ b/usr.bin/uuencode/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uuencode/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= uuencode WARNS?= 4 diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 7d61188471838..ac1594f1987dd 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uuencode/uuencode.1,v 1.28.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 27, 2002 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e4d83b446b16e..8208de097c353 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uuencode/uuencode.c,v 1.18.34.1 2010/12/21 17:10:29 kensmith Exp $"); /* * uuencode [input] output diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 34879d1f68cbb..d53ada294727b 100644 --- a/usr.bin/uuencode/uuencode.format.5 +++ b/usr.bin/uuencode/uuencode.format.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.format.5 8.2 (Berkeley) 1/12/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uuencode/uuencode.format.5,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd January 12, 1994 .Dt UUENCODE 5 diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 63ba3abec8174..0b53090a2869c 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vacation/Makefile,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/vacation diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 1a64c1c9f01f0..42558b05f6f4d 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vgrind/Makefile,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= vfontedpr SRCS= regexp.c vfontedpr.c diff --git a/usr.bin/vgrind/RETEST/Makefile b/usr.bin/vgrind/RETEST/Makefile index 8712ebb60585b..b14dfee4c0dec 100644 --- a/usr.bin/vgrind/RETEST/Makefile +++ b/usr.bin/vgrind/RETEST/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vgrind/RETEST/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= retest SRCS= regexp.c retest.c diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h index e1c1c5011ff29..fa34785f2df81 100644 --- a/usr.bin/vgrind/extern.h +++ b/usr.bin/vgrind/extern.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/vgrind/extern.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ typedef int boolean; diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 199f3c6c119d7..9066b54480fe0 100644 --- a/usr.bin/vgrind/regexp.c +++ b/usr.bin/vgrind/regexp.c @@ -34,7 +34,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vgrind/regexp.c,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/tmac.vgrind b/usr.bin/vgrind/tmac.vgrind index 4b906eac7f539..17a1771c3c5bf 100644 --- a/usr.bin/vgrind/tmac.vgrind +++ b/usr.bin/vgrind/tmac.vgrind @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/tmac.vgrind,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ .am vS .. .am vE diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index d1bb4d98ea158..753e17294a0df 100644 --- a/usr.bin/vgrind/vfontedpr.c +++ b/usr.bin/vgrind/vfontedpr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vgrind/vfontedpr.c,v 1.15.36.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index b5d5a89d4274f..3aa17144fd926 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/vgrind.1,v 1.15.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 29, 2006 .Dt VGRIND 1 diff --git a/usr.bin/vgrind/vgrind.sh b/usr.bin/vgrind/vgrind.sh index bfc2f1bae5593..01c1b6e4e54b9 100644 --- a/usr.bin/vgrind/vgrind.sh +++ b/usr.bin/vgrind/vgrind.sh @@ -33,7 +33,7 @@ # # @(#)vgrind.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vgrind/vgrind.sh,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $ # voptions="" diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 88189406764d8..1dbdde5cbda72 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vgrindefs.5 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/vgrindefs.5,v 1.12.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt VGRINDEFS 5 diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index c3d771174a2a8..1bb90718f1d2c 100644 --- a/usr.bin/vgrind/vgrindefs.c +++ b/usr.bin/vgrind/vgrindefs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vgrind/vgrindefs.c,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $"); #define BUFSIZ 1024 #define MAXHOP 32 /* max number of tc= indirections */ diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile index 7276b7b35bb8d..42f79d00b0b66 100644 --- a/usr.bin/vi/Makefile +++ b/usr.bin/vi/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vi/Makefile,v 1.43.26.1 2010/12/21 17:10:29 kensmith Exp $ # SRCDIR= ${.CURDIR}/../../contrib/nvi diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81d..0f8b8e8bfe06f 100644 --- a/usr.bin/vi/config.h +++ b/usr.bin/vi/config.h @@ -1,6 +1,6 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/config.h,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Define to empty if the keyword does not work. */ /* #undef const */ diff --git a/usr.bin/vi/pathnames.h b/usr.bin/vi/pathnames.h index 72c8bb3daa45e..1c625966ccabc 100644 --- a/usr.bin/vi/pathnames.h +++ b/usr.bin/vi/pathnames.h @@ -1,5 +1,5 @@ /* @(#)pathnames.h.in 8.4 (Berkeley) 6/26/96 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/pathnames.h,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Read standard system paths first. */ #include <paths.h> diff --git a/usr.bin/vi/port.h b/usr.bin/vi/port.h index bdd5faf2cf581..52ca631f08993 100644 --- a/usr.bin/vi/port.h +++ b/usr.bin/vi/port.h @@ -1,6 +1,6 @@ /* @(#)port.h.in 8.13 (Berkeley) 6/12/96 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/vi/port.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Declare the basic types, if they aren't already declared. Named and diff --git a/usr.bin/vis/extern.h b/usr.bin/vis/extern.h index 5ae1d1a9eca60..c50ef1e9e6dc7 100644 --- a/usr.bin/vis/extern.h +++ b/usr.bin/vis/extern.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/vis/extern.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int foldit(char *, int, int); diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6ad82c2dc2f4d..8f29d39e80bd3 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vis/foldit.c,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index 4d568c4c0da42..52de155dfd1ed 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vis/vis.1,v 1.13.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 25, 2004 .Dt VIS 1 diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 8a76d24f7d355..97f95ec53a166 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vis/vis.c,v 1.10.40.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 6e87a6a6f8e5e..1a0eae550e809 100644 --- a/usr.bin/vmstat/Makefile +++ b/usr.bin/vmstat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/vmstat/Makefile,v 1.12.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= vmstat MAN= vmstat.8 diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index d8109787c5e8c..2dd23fade395d 100644 --- a/usr.bin/vmstat/vmstat.8 +++ b/usr.bin/vmstat/vmstat.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vmstat.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vmstat/vmstat.8,v 1.36.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 21, 2006 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index fe0410663fd98..042c648615ea6 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/vmstat/vmstat.c,v 1.98.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1515a875ae7e0..555e96aa1653a 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/w/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c diff --git a/usr.bin/w/extern.h b/usr.bin/w/extern.h index f3c0045bd93c0..7d0cbffbb0fc8 100644 --- a/usr.bin/w/extern.h +++ b/usr.bin/w/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/w/extern.h,v 1.5.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 4576b5eb04261..ac6185a87ea7e 100644 --- a/usr.bin/w/pr_time.c +++ b/usr.bin/w/pr_time.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/pr_time.c,v 1.19.24.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)pr_time.c 8.2 (Berkeley) 4/4/94"; diff --git a/usr.bin/w/proc_compare.c b/usr.bin/w/proc_compare.c index 8e807d161df25..2e25cd9c21d70 100644 --- a/usr.bin/w/proc_compare.c +++ b/usr.bin/w/proc_compare.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)proc_compare.c 8.2 (Berkeley) 9/23/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/proc_compare.c,v 1.9.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/usr.bin/w/uptime.1 b/usr.bin/w/uptime.1 index cc11c7110ce31..743e284f55c6b 100644 --- a/usr.bin/w/uptime.1 +++ b/usr.bin/w/uptime.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uptime.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/w/uptime.1,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 0dfbd1b8b59e3..6096492e3a896 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)w.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/w/w.1,v 1.21.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index dbd41ff60b1b6..37bbc1f0c1afc 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/w.c,v 1.60.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index a977875942ab0..811705f674ee1 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wall/ttymsg.c,v 1.12.14.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; diff --git a/usr.bin/wall/ttymsg.h b/usr.bin/wall/ttymsg.h index 31312aa94f55e..6de1a4af989b5 100644 --- a/usr.bin/wall/ttymsg.h +++ b/usr.bin/wall/ttymsg.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/wall/ttymsg.h,v 1.1.42.1 2010/12/21 17:10:29 kensmith Exp $ */ const char *ttymsg(struct iovec *, int, const char *, int); diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1 index 36151253d1c57..b8213994ade15 100644 --- a/usr.bin/wall/wall.1 +++ b/usr.bin/wall/wall.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wall.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wall/wall.1,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 1a1d2a383732f..dbb3f55b7c777 100644 --- a/usr.bin/wall/wall.c +++ b/usr.bin/wall/wall.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wall/wall.c,v 1.24.12.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index edce9c1412c85..7bcb705fe57a3 100644 --- a/usr.bin/wc/Makefile +++ b/usr.bin/wc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/wc/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= wc WARNS?= 6 diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 2e8ac2dd8bdde..d86164a726ae0 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)wc.1 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/wc/wc.1,v 1.25.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 6, 2008 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index b787612d3b0ca..cd0ef23b98b33 100644 --- a/usr.bin/wc/wc.c +++ b/usr.bin/wc/wc.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)wc.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wc/wc.c,v 1.21.10.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index 8114290f968dd..de5a39cec5fda 100644 --- a/usr.bin/what/Makefile +++ b/usr.bin/what/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/what/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= what diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 923c4f207d330..02d9c3dac368d 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/what/what.1,v 1.20.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 14, 2006 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 8e994e9a650f4..ca7eb93988e45 100644 --- a/usr.bin/what/what.c +++ b/usr.bin/what/what.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/what/what.c,v 1.11.26.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index d48b30d11782a..f9632ec55ab75 100644 --- a/usr.bin/whereis/Makefile +++ b/usr.bin/whereis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/whereis/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= whereis WARNS?= 5 diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index 09084aefa83f7..9b89becc5362d 100644 --- a/usr.bin/whereis/pathnames.h +++ b/usr.bin/whereis/pathnames.h @@ -22,7 +22,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/whereis/pathnames.h,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* Where to look for libexec and games */ diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index c5378b9f2b91c..58fa48037dbb8 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -33,7 +33,7 @@ .\" .\" @(#)whereis.1 8.2 (Berkeley) 12/30/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/whereis/whereis.1,v 1.22.34.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd August 22, 2002 .Dt WHEREIS 1 diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 0829f77037b01..0e6df4571f85c 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -32,7 +32,7 @@ #include <sys/types.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/whereis/whereis.c,v 1.15.10.3.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/stat.h> #include <sys/sysctl.h> diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index fdc121bb98205..ca9cce06b016e 100644 --- a/usr.bin/which/Makefile +++ b/usr.bin/which/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/which/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= which diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 52e010adb0a41..9cb376f95f78d 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/which/which.1,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 13, 2006 .Dt WHICH 1 diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 3b8224da43d62..27a9a559af31f 100644 --- a/usr.bin/which/which.c +++ b/usr.bin/which/which.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/which/which.c,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/stat.h> #include <sys/param.h> diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1 index e36b07cde550b..58909e6192033 100644 --- a/usr.bin/who/who.1 +++ b/usr.bin/who/who.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)who.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/who/who.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 8, 2002 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index f94fcdb347432..4c1fe0bda436b 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/who/who.c,v 1.22.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index e6f82fd8f276c..6d9bc017e2852 100644 --- a/usr.bin/whois/Makefile +++ b/usr.bin/whois/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/whois/Makefile,v 1.7.36.1 2010/12/21 17:10:29 kensmith Exp $ PROG= whois diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 45b386786879d..e03342ba06518 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)whois.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/whois/whois.1,v 1.36.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd October 2, 2009 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 864a58539b58c..569a2198875e2 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/whois/whois.c,v 1.46.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index 8d0daa4d8ad8e..ac89bc9ea26b1 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/window/Makefile,v 1.11.38.1 2010/12/21 17:10:29 kensmith Exp $ PROG= window SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \ diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index 8b6aba37b7c52..6d05c7f1ac8b1 100644 --- a/usr.bin/window/alias.h +++ b/usr.bin/window/alias.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/alias.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #define alias var diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index cd9a6ebc89071..e51ec0c6e912b 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/char.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h index c4b957c6f84e9..2029f18cdc015 100644 --- a/usr.bin/window/char.h +++ b/usr.bin/window/char.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)char.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/char.h,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 698930ea44512..132f3d96d7220 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 049171d3bbd59..0ef2df5a1d311 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "@(#)$FreeBSD$"; + "@(#)$FreeBSD: src/usr.bin/window/cmd1.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 9633b7386de7c..e62e4016a4af2 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd2.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index 27a3173bd018b..669b538ec9c15 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd3.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index 82ed1bd7d5e64..973448b98e18e 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd4.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 60b0244d8622f..4ee5bae11d4e0 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd5.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index 63689aa77c365..a70c319559582 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd6.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 1039f2617464e..59cf402278d8d 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd7.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 6294b936f4987..51ec1d94631b7 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/compress.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index 78cf892743c40..5053b8f3204e2 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/context.c,v 1.4.32.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h index df82b2707aed9..4ea0fcb15bc73 100644 --- a/usr.bin/window/context.h +++ b/usr.bin/window/context.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)context.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/context.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h index 6601e5d955008..9701fb896a877 100644 --- a/usr.bin/window/defs.h +++ b/usr.bin/window/defs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/defs.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "ww.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 7e759c14d0479..85dfac9cc6c6a 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/error.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 85a54899b6251..c27f9dbbf750e 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h index 6c58e2d547197..25d788778ea8f 100644 --- a/usr.bin/window/lcmd.h +++ b/usr.bin/window/lcmd.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)lcmd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/lcmd.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #define LCMD_NARG 20 /* maximum number of arguments */ diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index 1e072d6323b24..d1f3dc202e176 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd1.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index a9972a9dfc963..53757509140d7 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/window/lcmd2.c,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $"); #include "defs.h" #include <string.h> /* System string definitions. */ diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h index 685e320dc9f2a..145091125f0e1 100644 --- a/usr.bin/window/local.h +++ b/usr.bin/window/local.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)local.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/local.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 844ca7609d789..525ba35ad117e 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/main.c,v 1.8.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index 70d41dd79ad88..fe4a936241963 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/mloop.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/window/mystring.h b/usr.bin/window/mystring.h index 3d14ae681cc07..3a823796278fd 100644 --- a/usr.bin/window/mystring.h +++ b/usr.bin/window/mystring.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)string.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/mystring.h,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h index 30a45037c483b..9379dad592a09 100644 --- a/usr.bin/window/parser.h +++ b/usr.bin/window/parser.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)parser.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/parser.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "value.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index ac9f9d358fb51..c9e852aa0b2fc 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser1.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 75552de9d015f..10dc987c11c5d 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser2.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index bd36d41a47138..10befe29019ba 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser3.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 338bdfb981214..eb1a96dcccccf 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser4.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index ddc81366c5c8c..ee902e4ebf9a5 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser5.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 785d0a343fa4b..77b547bfef295 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/scanner.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 557c0beb878cb..e5407a9ff8382 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/startup.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 57b5fa101b8ae..daa3842213fb3 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/string.c,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <string.h> /* System string definitions. */ diff --git a/usr.bin/window/token.h b/usr.bin/window/token.h index 5e3f72c0ac1e3..faf2d57275545 100644 --- a/usr.bin/window/token.h +++ b/usr.bin/window/token.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)token.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/token.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #define token (cx.x_token) diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h index 53fe7b3efa4a6..253f561ae580f 100644 --- a/usr.bin/window/tt.h +++ b/usr.bin/window/tt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)tt.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/tt.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index 53f177b002cbf..0392bf6895e1d 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttf100.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index ba84e849694e5..f29273ac5dfdf 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttgeneric.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index e1dab1ecaa2f9..1aebb55e79d64 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth19.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 54229b5ad334c..064d7e046f66f 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth29.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 17b5961168df7..421e8cf831628 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttinit.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 1be0fa056fd19..d230e69c3099b 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttoutput.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index 5cc82e641ff73..8118f41544280 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttermcap.c,v 1.4.32.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 86e0d5ae4f383..9d44b44c2f0e8 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttvi925.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 5e023bac263dc..e3da3deeb8d12 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse60.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index 37e0194b56f08..73eccc2c5ebd6 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse75.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 2fd6fb97d84b5..fa30372520877 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzapple.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 0e80711a34601..438cc76685907 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzentec.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h index b55e210b6ba5a..fc8f352f04112 100644 --- a/usr.bin/window/value.h +++ b/usr.bin/window/value.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)value.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/value.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ struct value { diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index 8ef317591ac7d..e44d82eab460b 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/var.c,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h index 645d2da4b10d4..95f892aa0d767 100644 --- a/usr.bin/window/var.h +++ b/usr.bin/window/var.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)var.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/var.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ struct var { diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index c5f0e451725ce..4eb72afca6a80 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/win.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 307ae2e92592a..bf976f8aa582a 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)window.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/window/window.1,v 1.17.24.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 30, 1993 .Dt WINDOW 1 diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index d843ef3825362..1e8929421f407 100644 --- a/usr.bin/window/ww.h +++ b/usr.bin/window/ww.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ww.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/ww.h,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index 0a78f0605faed..9beb4d11d1715 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwadd.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index e02d4e5fa75eb..0e741dbc4da23 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwalloc.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 2d63b173982d3..2fd894e417844 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwbox.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 3ff46ece40598..94e78975bee23 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwchild.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index ea58edcaa47fd..04b211da0f67b 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclose.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index bc0055eda7f5b..63192ecbd6906 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreol.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 1b8452bf1d1bd..077b727760dcf 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreos.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 5b804c2a25175..33a7b9354682c 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwcursor.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 54062c20e45f2..8ee4be569c78e 100644 --- a/usr.bin/window/wwdata.c +++ b/usr.bin/window/wwdata.c @@ -37,5 +37,5 @@ #ifndef lint static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdata.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index ba25cb00d3e90..8ca3b7e97a98d 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelchar.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index ef2912b16995e..cd63179cfeffd 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelete.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index dbeb12cd1dd9f..32c6dd5fc5a05 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelline.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 7988492de4a23..2a156977e71c9 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdump.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index e8d62ab857b0b..33a76eadbfa02 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwend.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index f60f7fa0a436a..ce176d0a18cc0 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwenviron.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 9282b87bcf7e2..5ad0cdce5cba9 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwerror.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 414cc4bec8a41..38161d39759f5 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwflush.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index 5cdd7779c5a03..2933f874f94c0 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwframe.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index 742576ca00aef..2ee094725ada0 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwgets.c,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 4803672920817..4c87450d1c2ff 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinit.c,v 1.13.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index a9a8c277eece3..9d1346993f5c1 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinschar.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 60e8b054d7203..f71a76f708f9c 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinsline.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index 7803557c16b64..5cb07e1b40a08 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwiomux.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 50ecf85791613..36af623b52f6a 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwlabel.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index 945dca4e037d1..2b2defd8d2af5 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmisc.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index 5db6caecf4ecc..da8b7b193c652 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmove.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index c6f906d8b7520..461b616d9b1d9 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwopen.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 1c74981aa775a..80d6cfea86cad 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwprintf.c,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index d26280baf4c06..f794a899b1cf0 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwpty.c,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 8d0780e443d4c..60ac4d544de3a 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputc.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index dbc2960c00c93..ef230e8708d32 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputs.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 66ac69c509621..ea0c4bf4f1ebb 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredraw.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index bdc2f7092ebc5..5ec66aaee6319 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredrawwin.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 3332273be4594..dc26611258f45 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwrint.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index d0641a1e69c7c..c0f1c36d5b70d 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwscroll.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 443d1f31c5a6e..22777855178bc 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsize.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 477f920a286c0..d83161aefa457 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwspawn.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index ad3db5aa11067..732ba9879d01d 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsuspend.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index 0be6590aeaff7..c7903be3aeb78 100644 --- a/usr.bin/window/wwterminfo.c +++ b/usr.bin/window/wwterminfo.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwterminfo.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #ifdef TERMINFO diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index 94de13cfbc1c4..5a5094215c89d 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwtty.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 7fd6507046ccb..1546d2b9e7ebc 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwunframe.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index 3c1ade7263e02..0f502beba6756 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwupdate.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 29b3b73fb54bf..7f66a1e1c020f 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwwrite.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 82dcb33bd17ff..36809bf3c1214 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xx.c,v 1.4.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h index e49b85ededbbb..2ec300034f29e 100644 --- a/usr.bin/window/xx.h +++ b/usr.bin/window/xx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)xx.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/xx.h,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ struct xx { diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index a6f9bed489314..fd9d90547c1b5 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xxflush.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index e7b24a14d8ab3..2e82e26710284 100644 --- a/usr.bin/write/write.1 +++ b/usr.bin/write/write.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)write.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/write/write.1,v 1.14.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 878c8c1d0ba1a..0c562e5fbba2d 100644 --- a/usr.bin/write/write.c +++ b/usr.bin/write/write.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)write.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/write/write.c,v 1.18.10.1.10.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 16162a1641e90..38d211c219725 100644 --- a/usr.bin/xargs/Makefile +++ b/usr.bin/xargs/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xargs/Makefile,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $ PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index 33366b6a36275..58bba2df11713 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> #include <stdlib.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 3c2c10b6b81ba..17f4c6d3a6cc4 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xargs/xargs.1,v 1.37.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd January 26, 2008 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 27f7cd309ebc5..98da3c96f9b37 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/xargs.c,v 1.62.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/wait.h> diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 594f1dcfbf794..11e04d802090f 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xinstall/Makefile,v 1.23.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 31ce10ab7bbae..69155755d1790 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xinstall/install.1,v 1.35.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 6, 2006 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index d0038de10bf21..22811c339b2dc 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xinstall/xinstall.c,v 1.67.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 68264f4a7f756..945d644874cfe 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/Makefile,v 1.14.36.1 2010/12/21 17:10:29 kensmith Exp $ .if ${LINT} == "lint" _llib= llib diff --git a/usr.bin/xlint/Makefile.inc b/usr.bin/xlint/Makefile.inc index 0c1b97a5cdfa3..e2c3448fa4e4a 100644 --- a/usr.bin/xlint/Makefile.inc +++ b/usr.bin/xlint/Makefile.inc @@ -1,5 +1,5 @@ # $NetBSD: Makefile.inc,v 1.8 2002/02/04 00:18:32 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/Makefile.inc,v 1.5.34.1 2010/12/21 17:10:29 kensmith Exp $ WARNS?= 0 diff --git a/usr.bin/xlint/arch/ia64/targparam.h b/usr.bin/xlint/arch/ia64/targparam.h index 7ec1038156f70..e1bc9d1fb0c7f 100644 --- a/usr.bin/xlint/arch/ia64/targparam.h +++ b/usr.bin/xlint/arch/ia64/targparam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/xlint/arch/ia64/targparam.h,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: targparam.h,v 1.1 2002/01/18 20:39:18 thorpej Exp $ */ /* diff --git a/usr.bin/xlint/lint1/Makefile b/usr.bin/xlint/lint1/Makefile index b7f78c5afb267..ddab1771fa921 100644 --- a/usr.bin/xlint/lint1/Makefile +++ b/usr.bin/xlint/lint1/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/lint1/Makefile,v 1.17.34.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lint1 SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \ diff --git a/usr.bin/xlint/lint1/cgram.y b/usr.bin/xlint/lint1/cgram.y index 8791a2d3b8ed4..b601109a521b1 100644 --- a/usr.bin/xlint/lint1/cgram.y +++ b/usr.bin/xlint/lint1/cgram.y @@ -37,7 +37,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: cgram.y,v 1.23 2002/01/31 19:36:53 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/cgram.y,v 1.8.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 69c7cda537750..137e40fe0f296 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: decl.c,v 1.29 2002/01/18 21:01:39 thorpej Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/decl.c,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <limits.h> diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index a770e5a8fbedb..c9d9df4d0b8af 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/xlint/lint1/emit.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c index e62549c63c05b..df69109983319 100644 --- a/usr.bin/xlint/lint1/emit1.c +++ b/usr.bin/xlint/lint1/emit1.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: emit1.c,v 1.11 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/emit1.c,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c index 5c56638d06371..281b2ffe1df07 100644 --- a/usr.bin/xlint/lint1/err.c +++ b/usr.bin/xlint/lint1/err.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: err.c,v 1.17 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/err.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <stdlib.h> diff --git a/usr.bin/xlint/lint1/func.c b/usr.bin/xlint/lint1/func.c index 68ade02e47522..86428967242e6 100644 --- a/usr.bin/xlint/lint1/func.c +++ b/usr.bin/xlint/lint1/func.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: func.c,v 1.16 2002/01/03 04:25:15 thorpej Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/func.c,v 1.9.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint1/init.c b/usr.bin/xlint/lint1/init.c index cf4cbddfa98fb..f49e79e19581a 100644 --- a/usr.bin/xlint/lint1/init.c +++ b/usr.bin/xlint/lint1/init.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: init.c,v 1.9 2001/09/18 18:15:54 wiz Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/init.c,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h index 4594f185dd268..a378dd3a9ef8c 100644 --- a/usr.bin/xlint/lint1/lint1.h +++ b/usr.bin/xlint/lint1/lint1.h @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/lint1.h,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $"); #include "lint.h" #include "op.h" diff --git a/usr.bin/xlint/lint1/main1.c b/usr.bin/xlint/lint1/main1.c index 29c872f4ef88e..6b5c42f72c5bb 100644 --- a/usr.bin/xlint/lint1/main1.c +++ b/usr.bin/xlint/lint1/main1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/main1.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/usr.bin/xlint/lint1/makeman b/usr.bin/xlint/lint1/makeman index 9c2584640d870..4a56ca352f2d0 100644 --- a/usr.bin/xlint/lint1/makeman +++ b/usr.bin/xlint/lint1/makeman @@ -73,7 +73,7 @@ cat << \__EOF .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xlint/lint1/makeman,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 5, 2000 .Dt LINT 7 diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c index 24e911e8cdfb2..a67503fa49694 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/mem1.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/xlint/lint1/param.h b/usr.bin/xlint/lint1/param.h index 0f9ca6800416f..c47f92d184989 100644 --- a/usr.bin/xlint/lint1/param.h +++ b/usr.bin/xlint/lint1/param.h @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/xlint/lint1/param.h,v 1.9.32.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index ea5a2c57bdcd4..6dfcdd6846832 100644 --- a/usr.bin/xlint/lint1/scan.l +++ b/usr.bin/xlint/lint1/scan.l @@ -37,7 +37,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: scan.l,v 1.26 2002/01/31 22:30:21 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/scan.l,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 2a65d80a797d3..d5ccff754645a 100644 --- a/usr.bin/xlint/lint1/tree.c +++ b/usr.bin/xlint/lint1/tree.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: tree.c,v 1.24 2002/01/31 22:30:20 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/tree.c,v 1.14.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index eaee12413cf2f..229945071090a 100644 --- a/usr.bin/xlint/lint2/Makefile +++ b/usr.bin/xlint/lint2/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/lint2/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c index ddb9df6777748..3e19bc66b085e 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: chk.c,v 1.15 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/chk.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/xlint/lint2/emit2.c b/usr.bin/xlint/lint2/emit2.c index 16c963203d5a2..db7d23e43f9dd 100644 --- a/usr.bin/xlint/lint2/emit2.c +++ b/usr.bin/xlint/lint2/emit2.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/emit2.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <err.h> diff --git a/usr.bin/xlint/lint2/hash.c b/usr.bin/xlint/lint2/hash.c index a215aba8ce0c4..1c987c9dbee2b 100644 --- a/usr.bin/xlint/lint2/hash.c +++ b/usr.bin/xlint/lint2/hash.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: hash.c,v 1.7 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/hash.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); /* * XXX Really need a generalized hash table package diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c index a05ddf4cb74b3..c207ac0d4e33e 100644 --- a/usr.bin/xlint/lint2/main2.c +++ b/usr.bin/xlint/lint2/main2.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: main2.c,v 1.5 2001/11/21 19:14:26 wiz Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/main2.c,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/xlint/lint2/mem2.c b/usr.bin/xlint/lint2/mem2.c index 48e759ea21269..d83b900a5f59e 100644 --- a/usr.bin/xlint/lint2/mem2.c +++ b/usr.bin/xlint/lint2/mem2.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: mem2.c,v 1.6 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/mem2.c,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/xlint/lint2/read.c b/usr.bin/xlint/lint2/read.c index 6288cc1862b64..0d3579c888302 100644 --- a/usr.bin/xlint/lint2/read.c +++ b/usr.bin/xlint/lint2/read.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: read.c,v 1.12 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/read.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 9f1e3c1568ed5..e7a976f9f7d6f 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/llib/Makefile,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ LIBS= llib-lposix.ln llib-lstdc.ln diff --git a/usr.bin/xlint/llib/llib-lposix b/usr.bin/xlint/llib/llib-lposix index b3f9ca93d0d3b..2a0e24701837a 100644 --- a/usr.bin/xlint/llib/llib-lposix +++ b/usr.bin/xlint/llib/llib-lposix @@ -1,5 +1,5 @@ /* $NetBSD: llib-lposix,v 1.2 1995/07/03 21:25:09 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/xlint/llib/llib-lposix,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl diff --git a/usr.bin/xlint/llib/llib-lstdc b/usr.bin/xlint/llib/llib-lstdc index 83b44f24f950e..0970f53ca3a71 100644 --- a/usr.bin/xlint/llib/llib-lstdc +++ b/usr.bin/xlint/llib/llib-lstdc @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/xlint/llib/llib-lstdc,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* LINTLIBRARY */ diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index 5dfdfb314a715..c8f5e6af562e9 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xlint/xlint/Makefile,v 1.8.40.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 13ffce10dbc86..191729db41593 100644 --- a/usr.bin/xlint/xlint/lint.1 +++ b/usr.bin/xlint/xlint/lint.1 @@ -30,7 +30,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xlint/xlint/lint.1,v 1.27.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd May 24, 2001 .Dt LINT 1 diff --git a/usr.bin/xlint/xlint/pathnames.h b/usr.bin/xlint/xlint/pathnames.h index 3f7d210530dac..10f083997bdee 100644 --- a/usr.bin/xlint/xlint/pathnames.h +++ b/usr.bin/xlint/xlint/pathnames.h @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/xlint/xlint/pathnames.h,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* directory where lint1 and lint2 reside */ diff --git a/usr.bin/xlint/xlint/xlint.c b/usr.bin/xlint/xlint/xlint.c index 82a118e99ab6d..57e6636163265 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: xlint.c,v 1.27 2002/01/31 19:09:33 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/xlint/xlint.c,v 1.27.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/wait.h> diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1 index 22c46d17a37fe..d1c6e3eaa07d6 100644 --- a/usr.bin/xstr/xstr.1 +++ b/usr.bin/xstr/xstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)xstr.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xstr/xstr.1,v 1.12.10.1.10.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 30, 1993 .Dt XSTR 1 diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index 7964dd9897a99..d4fac749661d6 100644 --- a/usr.bin/xstr/xstr.c +++ b/usr.bin/xstr/xstr.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xstr/xstr.c,v 1.10.24.1 2010/12/21 17:10:29 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index e8b1024e82bb5..033253caae0a6 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.3 (Berkeley) 5/12/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/yacc/Makefile,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ diff --git a/usr.bin/yacc/closure.c b/usr.bin/yacc/closure.c index 24b1610cd13bb..729229e71ea57 100644 --- a/usr.bin/yacc/closure.c +++ b/usr.bin/yacc/closure.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)closure.c 5.3 (Berkeley) 5/24/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/closure.c,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index cb8b083bff411..e25f8ee50e27f 100644 --- a/usr.bin/yacc/defs.h +++ b/usr.bin/yacc/defs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)defs.h 5.6 (Berkeley) 5/24/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/yacc/defs.h,v 1.12.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <assert.h> diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 9940dbc050c50..8dea93b7c4317 100644 --- a/usr.bin/yacc/error.c +++ b/usr.bin/yacc/error.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/error.c,v 1.15.40.1 2010/12/21 17:10:29 kensmith Exp $"); /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 95d87de2dc1e7..d08f8c0015ffe 100644 --- a/usr.bin/yacc/lalr.c +++ b/usr.bin/yacc/lalr.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lalr.c 5.3 (Berkeley) 6/1/90"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/lalr.c,v 1.15.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index cd8d1a1e624ec..9bd7b5a589d54 100644 --- a/usr.bin/yacc/lr0.c +++ b/usr.bin/yacc/lr0.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lr0.c 5.3 (Berkeley) 1/20/91"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/lr0.c,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 474de0b19157a..9ca38f6c7b9b1 100644 --- a/usr.bin/yacc/main.c +++ b/usr.bin/yacc/main.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/main.c,v 1.22.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <paths.h> #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 1dde4dda5b0b1..f3a36ae6bb9b2 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)mkpar.c 5.3 (Berkeley) 1/20/91"; #endif #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/mkpar.c,v 1.19.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index b0b520a7e30dd..e1f70ee155963 100644 --- a/usr.bin/yacc/output.c +++ b/usr.bin/yacc/output.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)output.c 5.7 (Berkeley) 5/24/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/output.c,v 1.28.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 7c1132d494d91..18f2ce3fe1f4a 100644 --- a/usr.bin/yacc/reader.c +++ b/usr.bin/yacc/reader.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)reader.c 5.7 (Berkeley) 1/20/91"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/reader.c,v 1.19.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 8ff7c8a122f18..86ddf77d36e6e 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37.22.1.8.1 2010/12/21 17:10:29 kensmith Exp $"); #include "defs.h" @@ -66,7 +66,7 @@ const char *banner[] = "__unused", "#endif", "static char const ", - "yyrcsid[] = \"$FreeBSD$\";", + "yyrcsid[] = \"$FreeBSD: src/usr.bin/yacc/skeleton.c,v 1.37.22.1.8.1 2010/12/21 17:10:29 kensmith Exp $\";", "#endif", "#define YYBYACC 1", "#define YYMAJOR 1", diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index cb7b0bd45cb0d..09b919d1d7ce8 100644 --- a/usr.bin/yacc/symtab.c +++ b/usr.bin/yacc/symtab.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)symtab.c 5.3 (Berkeley) 6/1/90"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/symtab.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 282eaa3499a9e..276c24634ad73 100644 --- a/usr.bin/yacc/verbose.c +++ b/usr.bin/yacc/verbose.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)verbose.c 5.3 (Berkeley) 1/20/91"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/verbose.c,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 46d934dd758d5..04ad6e4a4eb71 100644 --- a/usr.bin/yacc/warshall.c +++ b/usr.bin/yacc/warshall.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)warshall.c 5.4 (Berkeley) 5/24/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/yacc/warshall.c,v 1.12.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include "defs.h" diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 56bacbbda7b39..0ad40906cae7d 100644 --- a/usr.bin/yacc/yacc.1 +++ b/usr.bin/yacc/yacc.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yacc.1 5.8 (Berkeley) 5/24/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yacc/yacc.1,v 1.17.26.1 2010/12/21 17:10:29 kensmith Exp $ .\" $OpenBSD: yacc.1,v 1.14 2001/05/01 17:58:05 aaron Exp $ .\" .Dd May 24, 1993 diff --git a/usr.bin/yacc/yyfix.1 b/usr.bin/yacc/yyfix.1 index a4d9a31bd1e8f..0733b410d78a0 100644 --- a/usr.bin/yacc/yyfix.1 +++ b/usr.bin/yacc/yyfix.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yyfix.1 5.4 (Berkeley) 3/23/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yacc/yyfix.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile index e3e98dac215e1..3fcd2c2c3debd 100644 --- a/usr.bin/yes/Makefile +++ b/usr.bin/yes/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/yes/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= yes diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 9b4b37712a6c7..aee49ec4f45e2 100644 --- a/usr.bin/yes/yes.1 +++ b/usr.bin/yes/yes.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)yes.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/yes/yes.1,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd June 6, 1993 .Dt YES 1 diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index aae13b9a09b5b..21c7cf8bf5879 100644 --- a/usr.bin/yes/yes.c +++ b/usr.bin/yes/yes.c @@ -41,7 +41,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)yes.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = "$FreeBSD: src/usr.bin/yes/yes.c,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 58ee6907f07f9..c9a386c189b20 100644 --- a/usr.bin/ypcat/Makefile +++ b/usr.bin/ypcat/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypcat/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 8a2565200354b..4165ce9b2634e 100644 --- a/usr.bin/ypcat/ypcat.1 +++ b/usr.bin/ypcat/ypcat.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypcat/ypcat.1,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 3484bc9c1f4c4..8ddeee381d471 100644 --- a/usr.bin/ypcat/ypcat.c +++ b/usr.bin/ypcat/ypcat.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ypcat/ypcat.c,v 1.9.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index 22e62996937e4..5f751bdb5ed4b 100644 --- a/usr.bin/ypmatch/Makefile +++ b/usr.bin/ypmatch/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypmatch/Makefile,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 5f4a4cab278df..d5a1b24f6d846 100644 --- a/usr.bin/ypmatch/ypmatch.1 +++ b/usr.bin/ypmatch/ypmatch.1 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypmatch/ypmatch.1,v 1.13.40.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index a9c32ea72c488..f8e0821ff8d55 100644 --- a/usr.bin/ypmatch/ypmatch.c +++ b/usr.bin/ypmatch/ypmatch.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ypmatch/ypmatch.c,v 1.12.10.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index f28f864ab0970..d4aaf1a934599 100644 --- a/usr.bin/ypwhich/Makefile +++ b/usr.bin/ypwhich/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ypwhich/Makefile,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ypwhich diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index fb2891e2ef186..427d44de36cc3 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypwhich/ypwhich.1,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 4e719dffcd0e9..8efbcd5a6bbc1 100644 --- a/usr.bin/ypwhich/ypwhich.c +++ b/usr.bin/ypwhich/ypwhich.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ypwhich/ypwhich.c,v 1.16.18.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> |