diff options
Diffstat (limited to 'usr.bin')
1277 files changed, 1282 insertions, 1282 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 124e6665615f9..fdb441a64b135 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.279.2.5.4.1 2008/10/02 02:57:24 kensmith Exp $ # XXX MISSING: deroff diction graph learn plot # spell spline struct xsend diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 2ee98c34aab58..2ac32008229f2 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.30.1 2008/10/02 02:57:24 kensmith Exp $ BINDIR?= /usr/bin diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index 53df717f66cf1..09761ddf84f04 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.16.1 2008/10/02 02:57:24 kensmith Exp $ SCRIPTS=generic.sh SCRIPTSNAME=alias diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh index d9c3127e43d62..4cf888273ea6a 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.1.16.1.8.1 2008/10/02 02:57:24 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..a3bc9e0c0c13b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= apply WARNS?= 4 diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 3babbffae869e..ad5024b308dd0 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.16.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2004 .Dt APPLY 1 diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 25ba374d97e93..89e0ce51d6a05 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/asa/Makefile b/usr.bin/asa/Makefile index c2a221ae027be..cb4b6d8e9a9aa 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= asa diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 5f5c236a67e8a..59f69086246ef 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.16.1 2008/10/02 02:57:24 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..0fdab01daae08 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 47d2574e7f5c5..5236ec0dcf47f 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 3eb3e740f7e4c..5de62bbddc0ff 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.29.26.1 2008/10/02 02:57:24 kensmith Exp $"); #define _USE_BSD 1 diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd44..55da1c2ca0559 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int fcreated; diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index bca1051793f5b..7bdd565e8772f 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.16.1 2008/10/02 02:57:24 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..bba3d559af53f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 832de83a7d986..78d7f4e52d95b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 4590ad1204484..c32452321c205 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.25.26.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 91176b471249d..fa8d03470db68 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.h b/usr.bin/at/perm.h index b55b5fb786a71..a9c69ebf67486 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ int check_permission(void); diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 50dd6b108af47..2763d7ec8f41d 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _PRIVS_H diff --git a/usr.bin/atm/Makefile b/usr.bin/atm/Makefile index 9ed46ef7a16d2..a024380dbdd6d 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.26.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= sscop diff --git a/usr.bin/atm/Makefile.inc b/usr.bin/atm/Makefile.inc index 265f86d1ed55a..64fe6e6bd2a30 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.26.1 2008/10/02 02:57:24 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile index 16703bb35bd66..dcd386a886040 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.16.1 2008/10/02 02:57:24 kensmith Exp $ CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index 1d3642b6a8323..839648e10cd1f 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/awk/Makefile,v 1.12.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk .PATH: ${AWKSRC} diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 67d4ba7fecd1d..845574d0a050a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index febfa3d326528..868669fca97b3 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.16.1 2008/10/02 02:57:24 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..218beb766f537 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.15.14.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * banner - prints large signs diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index d647395c83d90..87c941a37822f 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= basename MLINKS= basename.1 dirname.1 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index b4fa8997190ef..6eda2c418581a 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.16.12.1 2008/10/02 02:57:24 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..bfc18b8e4afee 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index 15109434e5afd..60ed47da5b4ce 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= biff diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 9f71fd6018fda..1d6291d4115d5 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.20.12.1 2008/10/02 02:57:24 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..ccb97c95bbcf8 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stat.h> diff --git a/usr.bin/bluetooth/Makefile b/usr.bin/bluetooth/Makefile index 9ef16cc8aae6c..8da4bbeda5d00 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.26.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= \ bthost \ diff --git a/usr.bin/bluetooth/Makefile.inc b/usr.bin/bluetooth/Makefile.inc index c0e05cfa1da6b..ad084f78824c8 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.26.1 2008/10/02 02:57:24 kensmith Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile index fe2c47959353e..4cc5824ad94bf 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= bthost WARNS?= 2 diff --git a/usr.bin/bluetooth/bthost/bthost.1 b/usr.bin/bluetooth/bthost/bthost.1 index e4a4abc45ecb5..038c0e04d8931 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.16.1 2008/10/02 02:57:24 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..41bf607a2a5e4 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <bluetooth.h> diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile index cdec9f7013c6a..8c1d2031d6462 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= btsockstat WARNS?= 2 diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.1 b/usr.bin/bluetooth/btsockstat/btsockstat.1 index ad5063da32c7f..ee5a37db362b4 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.16.1 2008/10/02 02:57:24 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..bea71b346d156 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile index 9018f6e88de60..a9b37787be71a 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.16.1 2008/10/02 02:57:24 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..59ec70d7576bf 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.24.1 2008/10/02 02:57:24 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..a05047d24bb42 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.7.2.4.2.1 2008/10/02 02:57:24 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 314149e29bc03..1da0be0d0fde9 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.6.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/stat.h> diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 2c4859fcd959d..2fb0e3633d514 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.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= brandelf diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 2fc14516d8f75..134a722633f30 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.16.12.1 2008/10/02 02:57:24 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..79756f52e290d 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.16.1 2008/10/02 02:57:24 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..a7591c344554d 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.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= bsdiff bspatch diff --git a/usr.bin/bsdiff/Makefile.inc b/usr.bin/bsdiff/Makefile.inc index 198d906713fde..afe7ebde9ba01 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.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ WARNS?= 6 diff --git a/usr.bin/bsdiff/bsdiff/Makefile b/usr.bin/bsdiff/bsdiff/Makefile index 0e8498f2be73a..834c843709636 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.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ PROG= bsdiff diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.1 b/usr.bin/bsdiff/bsdiff/bsdiff.1 index 304285ec297ca..3c4c8ade87a6c 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.1.2.1.10.1 2008/10/02 02:57:24 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 df9a0580831ea..3fcff117dbffa 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.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/bsdiff/bspatch/Makefile b/usr.bin/bsdiff/bspatch/Makefile index c0ed5219167f9..b72a2a56d6681 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.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ PROG= bspatch diff --git a/usr.bin/bsdiff/bspatch/bspatch.1 b/usr.bin/bsdiff/bspatch/bspatch.1 index a428b84cf8a1f..33b1fbdfb5f13 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.1.2.1.10.1 2008/10/02 02:57:24 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 bf6baa91d18d3..708bbcb75c9ec 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.1.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $"); #include <bzlib.h> #include <stdlib.h> diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 0460fff191420..456bda0eb31c2 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.8.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 7f61946c8db1b..f413da2ac7f2b 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.16.1 2008/10/02 02:57:24 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index 1d9551cc38b64..5a8c262e7b6ed 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= c89 diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 7d1a9d1b16876..a1e93375e3436 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.10.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" " .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index a1dc9b2a62382..e45435597d549 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/c99/Makefile b/usr.bin/c99/Makefile index 580065ff15c69..79cff7fb986f5 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= c99 diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index 615d27703e6b5..799540ddceabc 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. .\" .\" FreeBSD: src/usr.bin/c89/c89.1,v 1.4.2.4 2001/08/02 01:11:13 obrien Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c99/c99.1,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 7, 2002 .Os diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 553099f65cc16..fb6a7a238f272 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 481713ac9931e..bc1c5bc617721 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.30.8.1.8.1 2008/10/02 02:57:24 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..6a90f6a1e9044 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.16.1 2008/10/02 02:57:24 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..f75de870b70e0 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.18.14.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index c9c37cef0bd85..95d96b6d95cb1 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.10.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index b46dcb46f0e43..68da9a66a20bf 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.9.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.australia b/usr.bin/calendar/calendars/calendar.australia index 323e7eeffee14..decd40d67f3b1 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.6.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_australia_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index 96da40cfc563e..c3fcf17b9f5bd 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.31.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index 3365b07f12521..38e25f8a6a1a7 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.9.10.3.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index e8b22b482a198..c30696eba52a7 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.10.10.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index 443122744d3f7..5fd1eeed78a71 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.dutch b/usr.bin/calendar/calendars/calendar.dutch index 502a126e3afde..a71f15314d65e 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.2.4.2.4.1 2008/10/02 02:57:24 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 fcb639bd34119..fb9c7e6bc547f 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.165.2.9.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_freebsd_ diff --git a/usr.bin/calendar/calendars/calendar.french b/usr.bin/calendar/calendars/calendar.french index 18b4d8ae8a949..7d1fc2f5ed9fe 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 635aef1d5735a..7f0e283b5e8b2 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 80b517351432e..f5af96e5bfc5b 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.31.10.5.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index d2dcd5af003d3..f6abb03007036 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.28.8.7.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.hungarian b/usr.bin/calendar/calendars/calendar.hungarian index 1b29dfaf2f46a..01eb954a62487 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_hungarian_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index 33e8033aa72e2..4bb590e077646 100644 --- a/usr.bin/calendar/calendars/calendar.judaic +++ b/usr.bin/calendar/calendars/calendar.judaic @@ -1,7 +1,7 @@ /* * Judaic Calendar. Maintained by Josef Grosch <jgrosch@mooseriver.com>. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.judaic,v 1.12.12.2.4.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/usr.bin/calendar/calendars/calendar.lotr b/usr.bin/calendar/calendars/calendar.lotr index 2450e363400bc..b71c9ebbaa544 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_lotr_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index c7384923eaac2..a10bed419b759 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.17.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.newzealand b/usr.bin/calendar/calendars/calendar.newzealand index be069df8dfeaa..4a8bce4a9d093 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_newzealand_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index 07018766a8325..10868dae42bda 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.southafrica b/usr.bin/calendar/calendars/calendar.southafrica index ae683b0bd358e..4892b58363170 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_southafrica_ diff --git a/usr.bin/calendar/calendars/calendar.ukrainian b/usr.bin/calendar/calendars/calendar.ukrainian index 3cff8c5a60724..df5348577e8e7 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.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_ukrainian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index 8ae0bc019dff5..fa33f4483c235 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.8.12.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index 2b65f1af748f6..fa5a7fa890d74 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.28.1 2008/10/02 02:57:24 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..77abba2dd529a 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.24.1 2008/10/02 02:57:24 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..67fc0044ef2aa 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.32.1 2008/10/02 02:57:24 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..6bc08137ba4fe 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.9.10.3.4.1 2008/10/02 02:57:24 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..4ee0ee2362531 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.12.10.2.4.1 2008/10/02 02:57:24 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..eff41fbe60335 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.32.1 2008/10/02 02:57:24 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..0096b64db267d 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.26.1 2008/10/02 02:57:24 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..250a4a1dd42da 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.12.2.2.4.1 2008/10/02 02:57:24 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..a422a6cd933ae 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.26.1 2008/10/02 02:57:24 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..cc7576beddc6e 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.32.1 2008/10/02 02:57:24 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 7ee3b92b8d0f7..1a3f5d9954256 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.1.16.2.4.1 2008/10/02 02:57:24 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..ffab84e7355ba 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.32.1 2008/10/02 02:57:24 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..e8dfd2be1a95e 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.1.16.2.4.1 2008/10/02 02:57:24 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..288c2ea3c9341 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.32.1 2008/10/02 02:57:24 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..d32f7330c6754 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.32.1 2008/10/02 02:57:24 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..52e01522212d8 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.7.16.1.4.1 2008/10/02 02:57:24 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..f6bd4b011c638 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.24.1 2008/10/02 02:57:24 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..d8618c910a757 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.24.1 2008/10/02 02:57:24 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..ebafa5b73769e 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.24.1 2008/10/02 02:57:24 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..fc77f43ddf82a 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.24.1 2008/10/02 02:57:24 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..d491dc84ab4c0 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.24.1 2008/10/02 02:57:24 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..2b3213d4e324a 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.2.10.3.4.1 2008/10/02 02:57:24 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..292ab873b7de1 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.26.1 2008/10/02 02:57:24 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..d977652d5567d 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.6.16.2.4.1 2008/10/02 02:57:24 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..1f02eacad9c0c 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.32.1 2008/10/02 02:57:24 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..ca665a5857c5a 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.24.1 2008/10/02 02:57:24 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..40002c8b6fef4 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.2.2.4.1 2008/10/02 02:57:24 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..5a499c898bc5a 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.2.2.4.1 2008/10/02 02:57:24 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..340a408924152 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.2.2.4.1 2008/10/02 02:57:24 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..93636876bff3e 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.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_orthodox_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index d3f3c1ec4f29a..49c2376ae7286 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.21.2.4.2.1 2008/10/02 02:57:24 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..ed0a514ceb21a 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.19.14.2.2.1 2008/10/02 02:57:24 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..28afdd78b680d 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.11.14.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index d96ffc2546e0a..448905a090a72 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.7.14.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index cacbd2587acd8..7c46bd93db93a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 408790c6c0257..87cd863f6e244 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.30.1 2008/10/02 02:57:24 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..b581d694bbdea 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.16.1 2008/10/02 02:57:24 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..066d012e28a34 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/catman/Makefile b/usr.bin/catman/Makefile index d80a5fd8ae496..9803b7d9b0b96 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= catman WARNS?= 6 diff --git a/usr.bin/catman/catman.1 b/usr.bin/catman/catman.1 index 8fc77803a7723..21ad61c1fab01 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.5.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 22, 2004 .Dt CATMAN 1 diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c index 6fcd9758d33a4..1955ef016a512 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.13.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 8aa23eb0daf29..8df3c9198e7f2 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.26.1 2008/10/02 02:57:24 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..8e37898dac84d 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.28.1 2008/10/02 02:57:24 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..e41ae559f91b0 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.10.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/checknr/Makefile b/usr.bin/checknr/Makefile index 8a47b5956bef0..c1a20cafd9727 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= checknr diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 713c88cd26ee7..74f8425b77977 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.16.1 2008/10/02 02:57:24 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..d718bceb32c24 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.24.1 2008/10/02 02:57:24 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 f3f5bd69dfcf3..0162b589cb29b 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chkey/Makefile,v 1.10.12.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../newkey diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index a4467c89449ce..c9461266c4d60 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.30.1 2008/10/02 02:57:24 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..14ff1bcbe7497 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index 3ffb0ef765973..d59c497e4a72b 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.30.12.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../lib/libc/gen diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 24b17597bad66..53067527f3c57 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.38.2.1.10.1 2008/10/02 02:57:24 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..897860a53204d 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.27.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index ed1a58649d592..2150186a445ae 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ struct passwd; diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee46447..120266ba8fa40 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.28.1 2008/10/02 02:57:24 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..1f3eafd8c660a 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.24.1 2008/10/02 02:57:24 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..26e9bd22be1c3 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.28.1 2008/10/02 02:57:24 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..a7b6961fab523 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile index 828900ac02735..434b8bc4646a8 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.30.1 2008/10/02 02:57:24 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..836a94c020c06 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.16.1 2008/10/02 02:57:24 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..bb8563021eb6f 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.12.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index d1f42f2f628cf..68f59c5eb692f 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index cadbc17b69bb7..fa8a3d0a07a07 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index f2d75def1eabc..49d3983b8edb0 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.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 1cc27646f21cd..6371d169f9c86 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 406b40e2832fa..2cfc7525bda44 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index c179c6289a2fc..04de1930dbe7c 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index d93f54bc0fd5a..2181236e6182c 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.6.14.1.10.1 2008/10/02 02:57:24 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 22ed9324eb877..4aad0f3b61b0d 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.12.12.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613a..3475f03da93e2 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.16.14.1.10.1 2008/10/02 02:57:24 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..682ac4c171616 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.4.14.1.10.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb573..e0d81dd86622c 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.2.1.10.1 2008/10/02 02:57:24 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..c2c105c253e2e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 7a27f5e470c42..eebded0bff9f8 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.28.1 2008/10/02 02:57:24 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..a16859d4a5291 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 8e3a95948f3f6..219fee2be1445 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4c..ecc9f4d22bda9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 3197c02d5a430..90dfbe4d8693d 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 7dcebff7deac4..66e521f6c853a 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.19.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 87d96cabffa18..206b427c8f989 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= colcrt diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index a4a727e8940b4..eedc17028b871 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.16.1 2008/10/02 02:57:24 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..bab219e0c3e49 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 6cb213f488982..0ad80ca6d1e13 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.30.1 2008/10/02 02:57:24 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..97a84b01d4966 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.16.1 2008/10/02 02:57:24 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..d79d74ed9d8e7 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ #define CHARMAP_SYMBOL_LEN 64 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 375aed8ac3e09..d1bf7389aa0ce 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.16.1 2008/10/02 02:57:24 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..f52689a8dc818 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 12585762f6263..e42203c97bed8 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= colrm diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index ceb04558e6dc6..a875c85f5c149 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.16.1 2008/10/02 02:57:24 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..d44dfadb66831 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 771723ef31f58..566db940e0003 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= column diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 5c5a100fe3b13..da1f5e20a7e11 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 29, 2004 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 329cfa932ee52..787715355d853 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.14.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 13da76fa2ef66..9582059d957cf 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= comm diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 2402ab5a1ceb4..25a473822a5d3 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 26, 2005 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 0e7e029ce7825..275bf26666abc 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 3d4ab15dfcceb..bc76760a420fb 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.11.34.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/com_err diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 45c0814add3f1..dad70d6d64017 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= compress SRCS= compress.c zopen.c diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index 91be154eadd9d..8b519c02a6921 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.20.2.1.10.1 2008/10/02 02:57:24 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..d27e817031b54 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.26.1 2008/10/02 02:57:24 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..81f733b42c8d1 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.30.1 2008/10/02 02:57:24 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..69966ad1a3811 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.28.1 2008/10/02 02:57:24 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..ff2fefb28097a 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.30.1 2008/10/02 02:57:24 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..77f66178afa4a 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.30.1 2008/10/02 02:57:24 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..6bc6942f873fb 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.16.1 2008/10/02 02:57:24 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..930d4c99c6841 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/csplit/Makefile b/usr.bin/csplit/Makefile index 3f370c7c4ad31..8790eac225f55 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= csplit diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 8582887113fd4..1c84bb3b4ae13 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.16.1 2008/10/02 02:57:24 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..40138c4a9a686 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile index b37e26153a945..89415b52ae417 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.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/csup diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index c13e835da3c59..94c1fb800fbb6 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.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index dc639af6e2e86..413dbf5feb754 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.30.1 2008/10/02 02:57:24 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..0dc92c2d8fa9e 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt CTAGS 1 diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index 2d9e3f36ed011..966745215580e 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.19.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index ce4484f2f6bc6..235de4ab04864 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.30.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index ef6c45fee258b..d32ec604dc5c7 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.12.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 3ac47df76ee56..a1c9cbbadf9e4 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index a31ff931f7f2e..104921045b3ac 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index 6c42f32c79a87..6c4a74b998f6a 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.11.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index e0e0daba6687f..035837fc9b28e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 5be029a3d9d15..98789c873cb30 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= cut diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 13056a2dc3d94..47a915c360612 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.31.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 28, 2004 .Dt CUT 1 diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index a370e600ef0a2..19ba01e12097c 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 0f19499f7249d..4e0a60b93871f 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dig/Makefile,v 1.11.2.1.10.1 2008/10/02 02:57:24 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..2acf9e166e6c4 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= dirname NO_MAN= diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 3018f2f6f00c7..235eb9b240ede 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 12e80b9da3d15..b90016259ae6d 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= du WARNS?= 6 diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index cb4d45839aff3..5071af75d022b 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.30.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 6, 2006 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 00c1f5e728d0a..263dea4a76888 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.38.2.1.6.1 2008/10/02 02:57:24 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..ffca8dab703b3 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.30.1 2008/10/02 02:57:24 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..139265218a90e 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.30.1 2008/10/02 02:57:24 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..d28c48a9a224f 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.18.2.1.10.1 2008/10/02 02:57:24 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..417d58bf6ac49 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.32.2.1.8.1 2008/10/02 02:57:24 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..9271ef6aa2bd8 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.30.1 2008/10/02 02:57:24 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..56c959e6ea301 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.30.1 2008/10/02 02:57:24 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..64937924187c2 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.32.1 2008/10/02 02:57:24 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..11424578c4c63 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.32.1 2008/10/02 02:57:24 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..fce59a251b85d 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.32.1 2008/10/02 02:57:24 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..a6bb9372da681 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.16.1 2008/10/02 02:57:24 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..521d062dfef5c 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.32.1 2008/10/02 02:57:24 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..655e77c4d70af 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.32.1 2008/10/02 02:57:24 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index 92bb65980d064..d003ca4ac5296 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= elf2aout NO_MAN= diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index f4e6560e95f1f..79a118c889659 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.9.12.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/elf64.h> diff --git a/usr.bin/elfdump/Makefile b/usr.bin/elfdump/Makefile index 95ce514b3ace0..72e354d0f8ce5 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.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= elfdump WARNS?= 5 diff --git a/usr.bin/elfdump/elfdump.1 b/usr.bin/elfdump/elfdump.1 index 1902e41820c8b..a2a0d3db341e6 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.16.1 2008/10/02 02:57:24 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..f9a0b347e73fc 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.12.8.2.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/elf32.h> diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index 32a670b07eca8..852839c7afa90 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= enigma diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index a66ad0a9a8af9..ab7bd4e07dd03 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.11.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" " .Dd May 14, 2004 .Os diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 25bb4568a20b3..cb994fdd88fce 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.8.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index bc1eea49153a7..bbd19588708a8 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= env SRCS= env.c envopts.c diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index a1696d3c2cf74..5136827b0cd7c 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 20, 2005 .Dt ENV 1 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 815976fe5f7af..9a9b7196f9e02 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.16.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index f8214305cc60a..80979763c4ec1 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.2.2.1.10.1 2008/10/02 02:57:24 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..06ab451c94fc9 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.18.1 2008/10/02 02:57:24 kensmith Exp $ */ void search_paths(char *path, char **argv); diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc20..53952aa1fdab3 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.30.1 2008/10/02 02:57:24 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..9ed8fe2817556 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.14.2.1.6.1 2008/10/02 02:57:24 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..9e5e512b59b14 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ffae97dc061fc..8b3463d71ce04 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a3759..7f8b255ecc9d2 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.30.1 2008/10/02 02:57:24 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..7d930947e4535 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); int main(void) diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 68115a7fdcb43..68a37755364c3 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.17.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fetch CSTD?= c99 diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 3922db5819303..ad4216e7bd34b 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.66.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 11, 2003 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 3dc276aaf719a..714573e77dd78 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.75.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 0aec031c98cc1..bfd89d54d9f12 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.16.1 2008/10/02 02:57:24 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 65e4a6a59ad9a..54dd39ec5be38 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.9.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <osreldate.h> diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index c945f48dd63dd..8e07e8e99835e 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.36.2.1.2.1 2008/10/02 02:57:24 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..48e07fdd10b40 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.23.2.1.2.1 2008/10/02 02:57:24 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..b0441edcf30c3 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= file2c WARNS?= 6 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 80bbb2eea606c..5f208cf788c54 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.11.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 14, 2005 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index 8e16bbb8b383d..0fd6d4735e345 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.9.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b20dc0346f559..24d28ccbf3a93 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.16.1 2008/10/02 02:57:24 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..fd613ce1a7425 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.22.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index 723048da39463..7ed3fd2738335 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.73.2.3.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 15, 2006 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index cc2d797a541db..872c9b325ae6a 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.17.8.1.6.1 2008/10/02 02:57:24 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..8fd89e83092e8 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.17.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 5f5cd1a59b046..3212eea90f7e1 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.53.2.4.6.1 2008/10/02 02:57:24 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 b4b15c444e57f..0676ff9e5c815 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.3.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e45938cc6d3..b0978ea386bdb 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.24.1 2008/10/02 02:57:24 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..9bcf4013f9759 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.26.1 2008/10/02 02:57:24 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..5c8638ac7d9f4 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.16.1 2008/10/02 02:57:24 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..a01b3bee1f2b8 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index c1c59ea090a84..03557e4066ff1 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.23.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 983392b7a1e05..a83f6633f940e 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.30.1 2008/10/02 02:57:24 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..e97315c51b3b2 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.9.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _EXTERN_H_ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 7a9cf55ab4135..dfb2f5e0274ae 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.30.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2004 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index b2787520c4867..b1acfdec67951 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.35.2.3.4.1 2008/10/02 02:57:24 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..409269381641e 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.16.1 2008/10/02 02:57:24 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..6f4c6a87dc1ee 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _FINGER_H_ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 848bbeeeb3243..67686363a56cf 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.24.1 2008/10/02 02:57:24 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..7652837f44d6f 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.23.8.1.4.1 2008/10/02 02:57:24 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..774701f8d8178 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef PATHNAMES_H diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index 51a19190b01f6..2dcff84e507ee 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.22.24.1 2008/10/02 02:57:24 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..fab507a1ae064 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.21.12.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index b15d254d39368..4d1bbf81f4768 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fmt diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 162bcab0f9d2a..07a1081ecd221 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.24.1 2008/10/02 02:57:24 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..0d5f581e7b050 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index d73d0a7cee437..6e113059982ea 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fold diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 3928b88adf52d..6c6a9500ba75c 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.12.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 2, 2004 .Dt FOLD 1 diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 59d8fc59adfdd..1dcace79e613c 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index 57b966353fdc1..12bd2f59056ff 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 2052623a69337..19c41cc7029e5 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.15.12.1 2008/10/02 02:57:24 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..84183f338d0d7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8ca57b992bc82..deb7b3cc750cb 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fstat SRCS= cd9660.c fstat.c msdosfs.c diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1c26e8d854a89..c4acf7b52f04f 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.16.1 2008/10/02 02:57:24 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..48295e5f7919b 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 27, 2002 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index 666c9c9696dc3..35cd5078e93db 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.60.2.5.2.1 2008/10/02 02:57:24 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 dda8bbf7906b9..e0f68c57102b8 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 5bae63e4b5eb0..8e922c540d491 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index 42aa6ddec6658..05abf53fe1703 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= fsync diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 0cc41d3ceb05a..ad6a41dd6c5a2 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.16.1 2008/10/02 02:57:24 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..be43d9f0f6643 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 25d30d476e995..dbe2258dcc3d6 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ftp/Makefile,v 1.17.20.1 2008/10/02 02:57:24 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..189a39c96ec35 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index 5ab51cf5c7eb6..8cb78e59c6525 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gcore SRCS= elfcore.c gcore.c diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 00b32862708f2..99b20546daa47 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.17.8.1.4.1 2008/10/02 02:57:24 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..2b44d7218b4b6 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ struct dumpers { diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index 981e0be3b346a..3479a7e3abce6 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.24.1 2008/10/02 02:57:24 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..2273798791db2 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Originally written by Eric Cooper in Fall 1981. diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index a6c9991bb5b90..bfee55d2bc033 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= gencat WARNS?= 6 diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index eed6764284877..fcbe27ca89f05 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.16.1 2008/10/02 02:57:24 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..fa4df220b02fe 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #define _NLS_PRIVATE diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index eaaf628aad374..769f02c2014b2 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= getconf diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf index c629987e5caf8..7edfc4d460f9b 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/fake-gperf.awk b/usr.bin/getconf/fake-gperf.awk index 96fcd3c9977c2..17010cb2126a7 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.26.1 2008/10/02 02:57:24 kensmith Exp $ BEGIN { state = 0; struct_seen = ""; diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index c3baed94b1fa0..39b443dc7db15 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.16.1 2008/10/02 02:57:24 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..509ec6a1f2074 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.9.10.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h index 266a0ff3b0512..ca93591b9881e 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifdef STABLE diff --git a/usr.bin/getconf/limits.gperf b/usr.bin/getconf/limits.gperf index 68e0d65e78ff5..f10c46b128dc8 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf index e8b83659d80f4..fe9cb61cbb171 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index 40ce16a160690..c36884c6e765b 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf index ae88464a0b742..35a203c19792e 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.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getent/Makefile b/usr.bin/getent/Makefile index 6cc3d56cfd1e7..a37beb4515f8e 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.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ PROG= getent WARNS?= 3 diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1 index d06d6144dd679..57b2e8c080964 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.1.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 24, 2005 .Dt GETENT 1 diff --git a/usr.bin/getent/getent.c b/usr.bin/getent/getent.c index 0694fdc751f71..5aeee0cd359a1 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.2.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/socket.h> #include <sys/param.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 01dfa87e2935f..02068ae7cfc19 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.30.1 2008/10/02 02:57:24 kensmith Exp $ # PROG = getopt diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 771a2e73645f0..da178030825fe 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.16.1 2008/10/02 02:57:24 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..3eb609d8d95da 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.14.1.2.1 2008/10/02 02:57:24 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..450b15b882310 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.24.1 2008/10/02 02:57:24 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/alpha.h b/usr.bin/gprof/alpha.h index 823d6562d105b..958ebb1056b1d 100644 --- a/usr.bin/gprof/alpha.h +++ b/usr.bin/gprof/alpha.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/alpha.h,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 823d6562d105b..4f1f30878df0e 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 2ccf818f42e01..5cb8bc0c9b38f 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <netinet/in.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 3be00dffbc6aa..4c607edef0554 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 823d6562d105b..85b395827511f 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 0e23a87a22bfe..7cdac86eeeef3 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index b0af431dc5a16..7828a07ebcefc 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.30.1 2008/10/02 02:57:24 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 035e14674b3aa..f7619865e56c9 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.28.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 20, 2004 .Dt GPROF 1 diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index cfb9fab2cc9bd..bcf9633283cbd 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index aba2dea0018bc..f8e6cb1827e6a 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.24.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index cf8a3ae68523d..d619fe70e2b4c 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 823d6562d105b..3df21e0506a51 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/ia64.h b/usr.bin/gprof/ia64.h index 823d6562d105b..e12e0c2d93498 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index dc456f5f97a96..2dbc83502e403 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.16.1 2008/10/02 02:57:24 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..a1897264c4beb 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "gprof.h" diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 0dcd78c6af47f..083ca6b0b56c2 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 4ca539588c736..fd07fe2decf5c 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.12.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index ed68bcc0d3136..aa9d41f8e0901 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 823d6562d105b..54a754b5dbea1 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile index f157a7aa5c7db..10618d97bf242 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.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/gzip/gzexe b/usr.bin/gzip/gzexe index 5f5424e71039e..d5327ee58d7f5 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.2.1.4.1 2008/10/02 02:57:24 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..2aed56c5d2643 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.2.1.4.1 2008/10/02 02:57:24 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 e6c61a74cf6ca..5a01825f0da27 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.1.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $ .Dd June 30, 2008 .Dt GZIP 1 .Os diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 9fe52b8ba71a5..3eb37eee2e920 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.2.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/gzip/unbzip2.c b/usr.bin/gzip/unbzip2.c index e8990d7b984f8..7081d8f0c946b 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.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/gzip/zdiff b/usr.bin/gzip/zdiff index 34caf2bdfb839..d0e4ef1524175 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.2.1.4.1 2008/10/02 02:57:24 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..0158e67b6f65d 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.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .Dd January 26, 2007 .Dt ZDIFF 1 .Os diff --git a/usr.bin/gzip/zforce b/usr.bin/gzip/zforce index 3b7324c6ef5a4..567c2bed65481 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.2.1.4.1 2008/10/02 02:57:24 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..aff6bf3e72307 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.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .Dd January 26, 2007 .Dt ZFORCE 1 .Os diff --git a/usr.bin/gzip/zmore b/usr.bin/gzip/zmore index 46a4eb482bda6..2cc2ca2f45c79 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.2.1.4.1 2008/10/02 02:57:24 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..5a670b3f98647 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.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .Dd January 26, 2007 .Dt ZMORE 1 .Os diff --git a/usr.bin/gzip/znew b/usr.bin/gzip/znew index 27bed94274a62..ec8bb8d5e22e4 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.2.2.2.1 2008/10/02 02:57:24 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..18ae5a04abdc2 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.2.1.4.1 2008/10/02 02:57:24 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 82b7a475be88f..0e93a10bd0cc4 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.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile index 002b3f385b3ea..6850f06b4b9d7 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.1.1.1.46.1.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= head WARNS= 6 diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 81346182e650d..553ef95861a29 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.16.1 2008/10/02 02:57:24 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..7e315c19d8136 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.18.14.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hesinfo/Makefile b/usr.bin/hesinfo/Makefile index 870db2887d7b6..437feb4b2648a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= hesinfo diff --git a/usr.bin/hesinfo/hesinfo.1 b/usr.bin/hesinfo/hesinfo.1 index 7ab2d35d4a301..82031a5533acf 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.16.1 2008/10/02 02:57:24 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..3e3d8a1fef67a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 3252fc9af1479..89e663aa9c040 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.24.1 2008/10/02 02:57:24 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..ff8ed54f5778b 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.8.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index db04c49aade5a..d24dac622c773 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.24.1 2008/10/02 02:57:24 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 4d8c2daefecc9..7c665f14bcb20 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 10, 2004 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 2ed7c4b9df490..d4bbe1ad60ad3 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.30.1 2008/10/02 02:57:24 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..2187e30c363e1 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <wchar.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 4d21611f6a3fa..e8099bdeaddf2 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index 647fca030bd00..c6425dbfab5f8 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.19.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 11, 2004 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index e0f9283bbc220..338e4c7865f7b 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index ef19278b486ad..789dfb542e8ca 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.13.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 998a496c7b37e..5123f69a19110 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/host/Makefile,v 1.11.2.1.10.1 2008/10/02 02:57:24 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 8d68da992de33..939a13e4e3470 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.11.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ PROG= id WARNS?= 6 diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 0654f41f3fc99..b92b3958eb8da 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.9.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index 00dc314375bd7..549d84008032d 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.15.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 5, 2006 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index b697d1b526a92..4e748c8fe1027 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.26.2.6.4.1 2008/10/02 02:57:24 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..764583b65d0f3 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/indent/README b/usr.bin/indent/README index 03d5d3d8d39e8..d028e75f2e247 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.30.1 2008/10/02 02:57:24 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 f139de5884041..49aef8041436d 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.16.1 2008/10/02 02:57:24 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 f04e13d5f4263..2e70e80f19b68 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.26.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 29, 2004 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index f91043f7d3b1c..3f0a4565885e1 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.23.20.1 2008/10/02 02:57:24 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..8753cedd98f07 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.30.1 2008/10/02 02:57:24 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..67e792eb07ae4 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 010b3a3d67947..6e7a526c9daa4 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.10.20.1 2008/10/02 02:57:24 kensmith Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 45eb6c2d5f3ba..c96d79d5b07d5 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.14.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index 60fc1aee9eea3..2391f054e2224 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.18.8.1.8.1 2008/10/02 02:57:24 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..b7dcb23f3bcb7 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.26.1 2008/10/02 02:57:24 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..b3d0b73e6b8aa 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 47e4ccc8e285e..ed4919cfd11a9 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.14.1.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipcrm SRCS= ipcrm.c ipc.c diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 9c8f7e5071ee2..110d24ec1174e 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.13.8.1.2.1 2008/10/02 02:57:24 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..6b2bbd786d505 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.14.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #define _KERNEL diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 8ee1d4324e5d5..b994cc64d29ce 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.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ipcs SRCS= ipcs.c ipc.c diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index c52021d2e54f1..79976ef778dc2 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.4.2.2.1 2008/10/02 02:57:24 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..781781dee9e22 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* Part of struct nlist symbols[] */ diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 7d231342d68be..10b545c4e0d7b 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 24, 2004 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index eb50ed689f29d..a9e47b33185fd 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.27.2.2.2.1 2008/10/02 02:57:24 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 b42ea5abcac81..5635b79f37824 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.20.12.1 2008/10/02 02:57:24 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..869198e5e4f6f 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index 662600eef0a8f..de235d2d73af9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= jot diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 77cebb403a5ad..30334a5991344 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.17.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 6, 2006 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 2e58968865866..95b29b29f5954 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.26.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * jot - print sequential or random data diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 060081c2899eb..535b273fd96c7 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.11.26.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../ktrace diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index 97ea07dd08295..ce62db3590f5d 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.12.2.2.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 14, 2006 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 77b0ddc7ae9f2..89f1e5e36b158 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.26.2.6.4.1 2008/10/02 02:57:24 kensmith Exp $"); #define _KERNEL extern int errno; diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 8073a4668eafa..d0204c3e60745 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,6 +1,6 @@ set -e -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mkioctls,v 1.37.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $ if [ "x$1" = "x-s" ]; then use_switch=1 diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index bf279eb25b22b..c7cda11c75a41 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.50.1 2008/10/02 02:57:24 kensmith Exp $ PROG= keylogin diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1 index 8a3927dfb65a5..2e74bf8b7e961 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.24.1 2008/10/02 02:57:24 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..bc3856d48403a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index 1f5feec6e9d0d..dc1cc41b4bc45 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 6d643c90d1ad0..a8520c43271ee 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.30.1 2008/10/02 02:57:24 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..3a4dae8f9d4a6 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * unset the secret key on local machine diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile index ff772a800aecf..dda1534ec2368 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= killall diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index bfac13f7e7e1e..be52d0a263a1e 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.14.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 26, 2004 .Os diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 10537e624c1a3..5cf9cabf7dfd2 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.22.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/jail.h> diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index c00bb7510459b..54221790677e1 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.50.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 0260b1ea2af1e..d33d58fb5167c 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.17.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 6, 2006 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 84f10ee44723b..c560f1af46d02 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.20.12.1.8.1 2008/10/02 02:57:24 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 058fbd7e01ba6..0805aed539c5e 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.30.1 2008/10/02 02:57:24 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 01d7b43a3fcb1..0f3307247603f 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/ktrdump/Makefile b/usr.bin/ktrdump/Makefile index 6b5ff127165f0..d0c31d6cdf9ee 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ktrdump DPADD= ${LIBKVM} diff --git a/usr.bin/ktrdump/ktrdump.8 b/usr.bin/ktrdump/ktrdump.8 index 1e0e8c94208eb..c1921b70ec5be 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 8, 2005 .Dt KTRDUMP 8 diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index 7e468905e3f6b..1ef93d506ac7a 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.11.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/ktr.h> diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 08b73286dfc48..f8320832f2069 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lam diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 67dee0799738c..30c7b375a4cd9 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.13.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 12, 2004 .Dt LAM 1 diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 40cd9453610fb..42665301b1da8 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.13.20.1 2008/10/02 02:57:24 kensmith Exp $"); /* * lam - laminate files diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index f7e88115e9b1f..09197d6789d92 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= last diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index f838c4aab8a27..f8da81a4b7655 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.16.1 2008/10/02 02:57:24 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..a398a07e93d07 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index 13f0fe6df6540..533b9c8d985b9 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.3.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lastcomm diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 8ce6c8ac63c33..311d5dad4e16d 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.13.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 4, 2007 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index c513aeca5f409..2661f7e451dd8 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.20.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index 357f9f37c7704..8db1c007640b2 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.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG?= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/extern.h b/usr.bin/ldd/extern.h index 4df6759b971db..10fc84f41e2f3 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ extern void dump_file(const char *); diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 9dd7902fae030..80958cdb01a31 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.23.12.3.2.1 2008/10/02 02:57:24 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..77286cbeea726 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.14.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/wait.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index e6de90fcae384..61492771d0fbb 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 859c11cbf8453..a86cc44d02602 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= leave diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 6c33367b85ab7..80a9fbb3fc79e 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.28.1 2008/10/02 02:57:24 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..1799ecffd28db 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 663ee26a6cca3..79036b568e5e7 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index fcc6ccfa1ce3c..487a75491c68b 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.26.1 2008/10/02 02:57:24 kensmith Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index bc1b7173f0c16..40917f8228a62 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.5.8.3.2.1 2008/10/02 02:57:24 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..99ab1babc1f89 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.2.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $ case "$1" in *.Z) diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index b947b819f2c04..4f979a23605a3 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.18.1 2008/10/02 02:57:24 kensmith Exp $ # export LESSOPEN="|/usr/bin/lesspipe.sh %s" diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index bb8d1a68c5dcd..cf58c87a860a1 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lessecho/Makefile,v 1.3.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lessecho SRCS= lessecho.c version.c diff --git a/usr.bin/lesskey/Makefile b/usr.bin/lesskey/Makefile index b10bf6d5fa2bf..a8432a339c359 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.30.1 2008/10/02 02:57:24 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..8e44025fc29f3 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.24.1 2008/10/02 02:57:24 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..2593cf68c08e8 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.24.1 2008/10/02 02:57:24 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..73f2d17e80089 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index 2e0b5b43747bb..a7bd6eeaa1633 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.50.1 2008/10/02 02:57:24 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..610e29c0c7fc2 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index d647142f4054f..c66e65d3bee2f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 602095095fb27..516efb31793f8 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #if defined(__FreeBSD__) diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index 03651ea965b8e..f14e8364c793a 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.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index 7ccf4da84a802..e0cc07d4a35ea 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index a7316ba920371..1868eb2b1ee44 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.30.1 2008/10/02 02:57:24 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "flexdef.h" diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index b41de37986a20..f49153fd21ebd 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.24.1 2008/10/02 02:57:24 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 51d71b6402d91..39715bcb172bd 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.9.12.1 2008/10/02 02:57:24 kensmith Exp $ LIB= ln SRCS= libmain.c libyywrap.c diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 426eb98985d4e..97d42883432a3 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.50.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 75c669c6ae947..a882043e67ef8 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.50.1 2008/10/02 02:57:24 kensmith Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index f6adaa7c41c19..0a45f8a534fb6 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 3eda5793650c6..8fa81e68f83b6 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 4b81284ff2ec1..cf722b5a01c64 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index dc71379b3ee24..53196f95a6f00 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.50.1 2008/10/02 02:57:24 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..7dc5153b07cbf 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.50.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 077015b78578e..d11d3aa1651fd 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 89973f08ba87b..83818f0693b53 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 5dbdf94b67656..eebd02b0e207a 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.50.1 2008/10/02 02:57:24 kensmith Exp $ */ #define FLEX_VERSION "2.5.4" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index e90c5d4fee0ac..bbad885f1d585 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index 5999cdbe060c1..79902b93103f5 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= limits DPADD= ${LIBUTIL} diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index 62efb85fe57ac..8ba8eb3ad7777 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 18, 2002 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index e976f369e2ca5..0cd3836b3b418 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.14.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile index d7f67e1aca814..0bb7ca370728d 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.26.1 2008/10/02 02:57:24 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 f9cfc343d4bf4..6b01ec4e578fe 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.7.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 20, 2003 .Dt LOCALE 1 diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index a4b6b40018399..3f0d71556e68c 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 6cf24a5c04ea1..b18b6a2a1c540 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.6.34.1.6.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848b..f6e32f09fe18a 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.50.1 2008/10/02 02:57:24 kensmith Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index eb39dd16b51d4..c219bc6957759 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.16.1 2008/10/02 02:57:24 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..f333e0db9a298 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 20eef8c492128..8f1e5aa2b0512 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.16.1 2008/10/02 02:57:24 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..83e8322d39b92 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa7..bc7d8bb046042 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.30.1 2008/10/02 02:57:24 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..fe34aac7c47fa 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.50.1 2008/10/02 02:57:24 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 e132dbd53e59b..f193977160e29 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.13.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index dca91bb141c10..c2cd0287391a0 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.30.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 23, 2004 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 64ce7f95d472e..d372f1cc86a0d 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.15.14.2.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002bed..0361f7b46c3d5 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.50.1 2008/10/02 02:57:24 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 dee3a07d1158c..bab266998d068 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.8.34.1.10.1 2008/10/02 02:57:24 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..e2e81410c5e02 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.16.1 2008/10/02 02:57:24 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..ed6321c8f55b9 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.30.1 2008/10/02 02:57:24 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 45de7e685fc42..a327a3363db4c 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.18.14.1.10.1 2008/10/02 02:57:24 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..959a713cd04d8 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index dc09a87b1b9cb..26b65b07010f9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lock BINOWN= root diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 7c9c65025cf2e..5e41d760e95f8 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.16.1 2008/10/02 02:57:24 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..6b8183f9d3149 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.24.1 2008/10/02 02:57:24 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..f563a0b39f832 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lockf diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 406b1a65f57d0..31fce1066c9a0 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.16.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 7, 1998 .Os diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 368eed0ee4cd3..698fb81e0b069 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.11.8.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 48c52513500de..64d458705934b 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.3.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= logger CFLAGS+=-DINET6 diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index 836ad1c5b702c..60b7cfad7fc5c 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.16.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 2, 2006 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index b706f0d470925..83dc196dfa7a4 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.14.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 0fb14e1222899..6fe924c2e4167 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.48.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= login SRCS= login.c login_fbtab.c diff --git a/usr.bin/login/README b/usr.bin/login/README index 192534da4a3fe..b714b2bf9a39f 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.4.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 75166fd1c07f0..0d02de1b399ba 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.28.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 16, 2004 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 7827ea1da7d21..8d1bacafb0e69 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.99.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * login [ name ] diff --git a/usr.bin/login/login.h b/usr.bin/login/login.h index 48ef31bb59207..b88bfd0045a74 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.4.14.3.4.1 2008/10/02 02:57:24 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..a3fed8ace29dd 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.1.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 684cf6131696c..2cb4884389063 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.16.14.1.4.1 2008/10/02 02:57:24 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..c1aee1c878dbd 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.5.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/logins/Makefile b/usr.bin/logins/Makefile index 42840fb28b9ce..2d4be24328f03 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= logins WARNS?= 6 diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1 index fcd12b309b0d5..0a801504f70eb 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.24.1 2008/10/02 02:57:24 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..034f2361c5474 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logins/logins.c,v 1.1.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <grp.h> diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 4e910ce73297c..021c89b35b25d 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= logname WARNS?= 6 diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index 99ebee510b33b..3079854312d97 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.9.12.1 2008/10/02 02:57:24 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..a38549e95d497 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <unistd.h> diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index ecc19a62cd249..8afb61f8042b0 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2004 .Dt LOOK 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 68d6755f64b2b..a475ba19ce463 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.17.20.1 2008/10/02 02:57:24 kensmith Exp $"); /* * look -- find lines in a sorted list. diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 61996824ef93b..e2d1814104b16 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.8.26.1 2008/10/02 02:57:24 kensmith Exp $ SCRIPTS=lorder.sh MAN= lorder.1 diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 6cced8f8de2c7..d50f5fbd9ae62 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.7.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 28, 1995 .Dt LORDER 1 diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 958e95da31e5b..e46cc2819944a 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.6.10.1.8.1 2008/10/02 02:57:24 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..86cb0ab345c6d 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= lsvfs WARNS?= 6 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index ed4b44eb2b89d..a9eb4d2ff3139 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.16.1 2008/10/02 02:57:24 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 d7618d27d27e9..a82ab2af0e8e0 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.17.14.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 702b3f3d24442..eae50953bb277 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.16.1 2008/10/02 02:57:24 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..590de99b8be48 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.24.1 2008/10/02 02:57:24 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..4fda2a1468e7a 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 2c0284b1a784d..2b8d32fce45da 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.24.1 2008/10/02 02:57:24 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..f1e9798ac2636 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index 8940bb820f775..649383234ccc3 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.9.20.1 2008/10/02 02:57:24 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..4faa1a2cba958 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * look.c diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 0c492a98ca3cb..6d12178f19518 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.16.1 2008/10/02 02:57:24 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..35363f6223152 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * main.c diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index e3e48e2720011..9e03b6d2de044 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define MACRTYPE 1 diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index b5632e820fef6..50ad6344d461c 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.30.1 2008/10/02 02:57:24 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..a956f49e2d1bd 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 34939854b97f9..7218b65230fc5 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index a42aea0442712..3dba5eb6f398e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 491d06f97c50b..5e6f535d7ea79 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.30.1 2008/10/02 02:57:24 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..24d21f6f7c455 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.1.1.1.46.1.10.1 2008/10/02 02:57:24 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..1ccda475d8de7 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .bp .sh 1 "Additional features" diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index fa820b4a94bd6..90b602b9f2f42 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index 5ec6d7a69e7a2..694ba2a652a70 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 15cf04a47b82d..085be0a55a856 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.30.1 2008/10/02 02:57:24 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..a9ef903182883 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index b350ccef746e8..2ffcd0f68421a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c148..e4f9e0ecc8c82 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 3ef4ed0866d16..4519d6240138e 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f7..bc9d6ffdf64a5 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 7f02a88c2f7f1..e9c968ba2f25b 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.24.1 2008/10/02 02:57:24 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..da96919f3fc7f 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.30.1 2008/10/02 02:57:24 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..a212e8bcd343b 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <pwd.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 5f1812a5af620..4b6a371df8c15 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 90db9621075bd..087d83f8f38b7 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 7eb11231334ed..40bcea7e2d675 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <errno.h> diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index abff92a928c9c..37c63dd96b05d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <ctype.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8f8ce40973358..1bad974f3fd23 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.45.8.3.4.1 2008/10/02 02:57:24 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..0707a91bf8254 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.14.8.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index fc0acdc851ea7..6835d2a7cdf19 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 57a2a0c005951..3cc82ebab31f3 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define _PATH_EX "/usr/bin/ex" diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index b6dc30a39ac5f..9840c7233c13e 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.30.1 2008/10/02 02:57:24 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..88ff61dbd6c45 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 44bb25ef36943..4035d5687c454 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 35b4c729522ac..53ac144041c86 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index d3a816fb081d0..f4306447068be 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 0d7424e94dafa..1cf4608247a53 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 6948d042488d9..134fdf2aa6e40 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 34f9d800aad7c..1b7c1f230d683 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index ab171c159e1e8..f000c39d44708 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681e..234087828a889 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.30.1 2008/10/02 02:57:24 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 382da550d2003..2c0be1dd55deb 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.4.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef GNode_h_39503bf2 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index ba0d20e86d015..5dbfe1428d2a5 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.61.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= make CFLAGS+=-I${.CURDIR} diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 0a485e1db01f5..698ba21a5c5cf 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.16.1 2008/10/02 02:57:24 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..5707a15a5191f 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.32.2 2008/10/02 02:57:24 kensmith Exp $ .\" .de Ix .. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 320d5dfc3c4b9..a86beaef58591 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.30.2 2008/10/02 02:57:24 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..187bfe835f2d4 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * arch.c -- diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index 3c28b2fcdb985..a4192ce3fd49a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef arch_h_488adf7a diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 6453abf5f8fa0..e66fcbb6a49e7 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /* * buf.c diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 106f348848975..c17a8424df064 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef buf_h_a61a6812 diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 6e7a094517784..6477616a2c17a 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.16.1 2008/10/02 02:57:24 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..edcd6fd947862 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef cond_h_6e96ad7c diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 06b0f8e91a026..7c390191d625d 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef config_h_efe0765e diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c66b2bf4bc97c..3b6a68cf32454 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * dir.c -- diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 03481b869790a..6c1b01c29667e 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef dir_h_6002e3b8 diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 15372b648e95c..c645bd4fbcd2e 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * for.c -- diff --git a/usr.bin/make/for.h b/usr.bin/make/for.h index 0e43c4a4194c0..73cb7e85af7bf 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef for_h_9d770f33 diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index 4982a9f817f9e..20bc0868d420c 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.10.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef globals_h_1c1edb96 diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index b5ea6bcb8aebf..a9628fc8b1e91 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /* hash.c -- * diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 80dd74ddb19e2..8c8a67995a1b3 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef hash_h_f6312f46 diff --git a/usr.bin/make/hash_tables.c b/usr.bin/make/hash_tables.c index 54363266fede6..c81647f62ac1d 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.2.12.1 2008/10/02 02:57:24 kensmith Exp $ * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.100 2005/04/29 15:15:28 harti Exp * DO NOT EDIT */ diff --git a/usr.bin/make/hash_tables.h b/usr.bin/make/hash_tables.h index 8fa43a5808da0..d02fd8972fe35 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.16.1 2008/10/02 02:57:24 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 e9cf8607b1a69..19a552c1cac6a 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.122.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef OLD_JOKE #define OLD_JOKE 0 diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 1ef4b669084a2..87c1b895582df 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.45.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef job_h_4678dfd1 diff --git a/usr.bin/make/lst.c b/usr.bin/make/lst.c index a5b7f06c5254e..02ed6d4158570 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ /*- diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 497d59c597802..df905fcdf4366 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lst_h_38f3ead1 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index aeed7345190c2..4536515644a25 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.155.12.1 2008/10/02 02:57:24 kensmith Exp $"); /* * main.c diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 451fe584a5879..fc74492d52f00 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.89.2.5.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 14, 2005 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index 9a39a9ebf6677..06a93f13c9d89 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.38.12.1 2008/10/02 02:57:24 kensmith Exp $"); /* * make.c diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index e8d56608d07ce..51bf106c8a95c 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.34.12.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef make_h_a91074b9 diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 3491448d4dbaa..6395ba25fa7b6 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.108.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * parse.c -- diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h index 6ee15f963def7..2d8ac02c9da22 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef parse_h_470eeb9a diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 5fb4ceb8400b4..126fcee5f5abb 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef pathnames_h_235b888a diff --git a/usr.bin/make/proc.c b/usr.bin/make/proc.c index 711f605a48462..497ef58a27962 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <unistd.h> #include <errno.h> diff --git a/usr.bin/make/proc.h b/usr.bin/make/proc.h index a4ce6d31f37a1..6fe7fff4e3d30 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef proc_h_458845848 diff --git a/usr.bin/make/shell.c b/usr.bin/make/shell.c index c1f82d1cb05f3..55a1e31d119ac 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.16.1 2008/10/02 02:57:24 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..124c8afd28b17 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef shell_h_6002e3b8 diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 81bb7a3756174..4faad9f2fadef 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.45.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <stdlib.h> diff --git a/usr.bin/make/str.h b/usr.bin/make/str.h index e8cf10cc648d6..b79be41950e1a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef str_h_44db59e6 diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 7aa96f62a1c4f..a2881a74dbe53 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * suff.c -- diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h index 9982ab46321ce..b119bb4cccf3a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef suff_h_2d5a821c diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index fab3189e83300..2ba9f995409f9 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.41.12.1 2008/10/02 02:57:24 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..10e685fe6da50 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef targ_h_6ded1830 diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 3a27b0a4110aa..6fbd8e1cd02d0 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /*- * util.c -- diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h index 9a1dedf6c7d56..82ee500ce4c4c 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef util_h_b7020fdb diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 9d9218f5dd1e1..53168165bcca6 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.159.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); /** * var.c -- diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index 618cf7af84624..5e6b72eba7b99 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef var_h_9cccafce diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 4da90ef0f73f9..912a30e70ff04 100644 --- a/usr.bin/makewhatis/Makefile +++ b/usr.bin/makewhatis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/makewhatis/Makefile,v 1.3.32.1 2008/10/02 02:57:24 kensmith Exp $ PROG= makewhatis DPADD= ${LIBZ} diff --git a/usr.bin/makewhatis/makewhatis.1 b/usr.bin/makewhatis/makewhatis.1 index 4e20cebf8d932..e94c54fa1433c 100644 --- a/usr.bin/makewhatis/makewhatis.1 +++ b/usr.bin/makewhatis/makewhatis.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/makewhatis/makewhatis.1,v 1.4.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 12, 2002 .Dt MAKEWHATIS 1 diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c index e4b1b5c8a3159..c6d27a6eed9f2 100644 --- a/usr.bin/makewhatis/makewhatis.c +++ b/usr.bin/makewhatis/makewhatis.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/makewhatis/makewhatis.c,v 1.9.16.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/makewhatis/makewhatis.local.8 b/usr.bin/makewhatis/makewhatis.local.8 index dfe252fdd9617..c7f82f4e15f03 100644 --- a/usr.bin/makewhatis/makewhatis.local.8 +++ b/usr.bin/makewhatis/makewhatis.local.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/makewhatis/makewhatis.local.8,v 1.15.24.1 2008/10/02 02:57:24 kensmith Exp $ .Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os diff --git a/usr.bin/makewhatis/makewhatis.local.sh b/usr.bin/makewhatis/makewhatis.local.sh index 8be25300b75dd..d7413e5f4cdad 100644 --- a/usr.bin/makewhatis/makewhatis.local.sh +++ b/usr.bin/makewhatis/makewhatis.local.sh @@ -33,7 +33,7 @@ # # PS: this wrapper works also for catman(1) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/makewhatis/makewhatis.local.sh,v 1.7.44.1 2008/10/02 02:57:24 kensmith Exp $ PATH=/bin:/usr/bin:$PATH; export PATH opt= dirs= localdirs= diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index 47f5a85fccfe7..9109461ed3155 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mesg diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index b596f75cf7d2b..bd6f22aecdd12 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.16.1 2008/10/02 02:57:24 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..570004513f9eb 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index 226ba76179850..90d06cd438120 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG= minigzip LDADD= -lz diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index ddd2b957a6b11..8a645926a1dfe 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.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 3, 2002 .Dt MINIGZIP 1 diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 463466ca840a5..58923bd8e0f35 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.30.1 2008/10/02 02:57:24 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..17fadbe3b4f7c 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.16.1 2008/10/02 02:57:24 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..31304a1506c21 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.50.1 2008/10/02 02:57:24 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..5b242adfc7e8a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mkfifo WARNS?= 6 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index 3fd31765c478e..9b4bf2b4bd650 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.14.12.1 2008/10/02 02:57:24 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..023fa3071beea 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 9873d4e32fc3d..abe4f588fa940 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mklocale WARNS?= 6 diff --git a/usr.bin/mklocale/extern.h b/usr.bin/mklocale/extern.h index a52c6b5b90154..43e587f20437f 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ int yylex(void); diff --git a/usr.bin/mklocale/ldef.h b/usr.bin/mklocale/ldef.h index f35506b3483bd..346fc4edeb734 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index eeed535db2c60..c746227f7c780 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index 249249c485a2f..13c9a7a448399 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 17, 2004 .Dt MKLOCALE 1 diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index a41d02ed3d1a6..09bdb081cabf4 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.25.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <arpa/inet.h> diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index 805c013d4a972..030a7e22ab588 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mkstr diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 1b83cc0ebf5da..2279b2a91d2ba 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.12.22.1 2008/10/02 02:57:24 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..6c7c2db9a9ae2 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index 76ebee6f360b5..72f1e19d69370 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mktemp diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 7d65aaa8c0ae8..4ffb3e40de1d1 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.19.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 20, 1996 .Dt MKTEMP 1 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index b58ac4b9d055d..c52b48e05a4c6 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ static void usage(void); diff --git a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile index 11ed0831f14cb..05029b9a9d9cf 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mkuzip MAN= mkuzip.8 diff --git a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8 index 35bd2e808da7c..edc8e99fa4c13 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.5.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 10, 2004 .Dt MKUZIP 8 diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index 2f770ffec37b3..79cb205b6ae3d 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.4.12.1 2008/10/02 02:57:24 kensmith Exp $ * */ diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 9f59c6a598cc4..53957dbc67799 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= msgs WARNS?= 6 diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 147f8c9e42329..b64be7d109e51 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.24.1 2008/10/02 02:57:24 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..925bc638fe268 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /* * msgs - a user bulletin board program diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 25b4af5b897f5..9470225b27c1e 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= mt diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index e061704b5e19d..98460eabe67d3 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.42.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 95ef836c6cad2..ee8a15c17a657 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.36.20.1 2008/10/02 02:57:24 kensmith Exp $"); /* * mt -- diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile index a4400bcddc906..80769e54ebc0d 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.18.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/netcat diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 4ec897371b2be..d824ad43f807a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ncal diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 61c44e04c3e72..652d332ed46ff 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.18.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd November 23, 2004 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index 7e0d5eed09cca..301f9ef49fbf3 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.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <calendar.h> diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile index 8e6d18991a4fe..151e9f6ec3ae1 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.50.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ncplist diff --git a/usr.bin/ncplist/ncplist.1 b/usr.bin/ncplist/ncplist.1 index 0f37429fe53f9..fe198bd0d91fc 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.9.26.1 2008/10/02 02:57:24 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 e91f2312e4add..c51ee7678c05b 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.2.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/ncplogin/Makefile b/usr.bin/ncplogin/Makefile index 8795f29f3ad18..101e5bdba3798 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ncplogin MAN= ncplogin.1 ncplogout.1 diff --git a/usr.bin/ncplogin/ncplogin.1 b/usr.bin/ncplogin/ncplogin.1 index f44852687c2a9..c83b6a2d015b3 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.12.26.1 2008/10/02 02:57:24 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 7bc2f66267adb..d151fe75fd270 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.4.26.1 2008/10/02 02:57:24 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 c228de79d22e9..049316d02b6ea 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.10.20.1 2008/10/02 02:57:24 kensmith Exp $ .Dd September 15, 1999 .Dt NCPLOGOUT 1 .Os diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index ed8479172b255..acc9b3ad6af5f 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.26.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ PROG= netstat SRCS= bpf.c if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \ diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 7c19c561d5f4d..59d060a5708c6 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.24.8.2.4.1 2008/10/02 02:57:24 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 050c66ac4f299..48af5b550a23b 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.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/netstat/bpf.c,v 1.5.2.4.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c index 35eb743d7c7e1..0bb7f614ddcb6 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.58.8.7.4.1 2008/10/02 02:57:24 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 451184f4b6885..bd22973420278 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.70.2.5.2.1 2008/10/02 02:57:24 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 8be1864210a8a..f651785fcc15f 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.25.8.4.2.1 2008/10/02 02:57:24 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index c0692c815a053..b058144f96ac0 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.12.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $KAME: ipsec.c,v 1.33 2003/07/25 09:54:32 itojun Exp $ */ /* @@ -96,7 +96,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.12.8.3.4.1 2008/10/02 02:57:24 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 dad5ae88db0bd..79187f016831b 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.23.2.3.4.1 2008/10/02 02:57:24 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 a03426f2083fa..362871aa2030f 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.72.2.10.4.1 2008/10/02 02:57:24 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 7e09a1e5bc768..8c780adcd09ad 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.42.8.8.4.1 2008/10/02 02:57:24 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 68b16e782fbd6..2d545940db118 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.2.8.2.4.1 2008/10/02 02:57:24 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 732e433ddb09a..f20eaa8555319 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.22.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index e931243506e5a..eabe583cafdd8 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.15.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index 8ca9e5cd7e315..912e106445c92 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.10.8.3.4.1 2008/10/02 02:57:24 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 82b7fe5f4ff6e..bc0ea6f162be0 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.50.8.3.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 19, 2005 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index b8c7b23d3d03a..8df81940829d5 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.41.2.8.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 12d864efda681..e2d0c2b63ba30 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.1.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ /* $NetBSD: inet.c,v 1.35.2.1 1999/04/29 14:57:08 perry Exp $ */ /* $KAME: ipsec.c,v 1.25 2001/03/12 09:04:39 itojun Exp $ */ @@ -70,7 +70,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; */ static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.1.2.3.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 942fcb6b87a6d..495f36d1ff722 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.76.2.7.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 03bef85b7f7a7..78a1a0603657c 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.18.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); /* * Display protocol blocks in the unix domain. diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile index 8195348bf3f8a..0bec72f170997 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= newgrp DPADD= ${LIBCRYPT} ${LIBUTIL} diff --git a/usr.bin/newgrp/newgrp.1 b/usr.bin/newgrp/newgrp.1 index 44ab9fd565839..b9dd1a79a4620 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 23, 2002 .Dt NEWGRP 1 diff --git a/usr.bin/newgrp/newgrp.c b/usr.bin/newgrp/newgrp.c index 62d552fa05d3a..12438d501721f 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index 670aa3c01d6f7..1c65a03845e0d 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newkey/Makefile,v 1.13.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG= newkey SRCS= newkey.c generic.c update.c diff --git a/usr.bin/newkey/extern.h b/usr.bin/newkey/extern.h index 7a5fb422d4f08..6468fa436517f 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.16.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifdef YP diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 3572df92f7275..ca1ef8a27ea87 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/file.h> diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index 09b00e9f47d37..3a35c86440120 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.30.1 2008/10/02 02:57:24 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..22446bc7fb362 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.16.1 2008/10/02 02:57:24 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..ea72a19688986 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index ce4c7c6136fbe..5505b29dfa0de 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nfsstat CFLAGS+=-DNFS diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index eedf20e059da2..a3e8cf4f000c5 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.13.8.1.4.1 2008/10/02 02:57:24 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..d7f0cfddd0efb 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.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index 0d2733a6d10e6..5554133b8deb8 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nice diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index eb804bd7d3c78..2ebb8faf325ea 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.16.1 2008/10/02 02:57:24 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..b520f38b960fd 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile index 9b1f292dfbee4..3c560ada59b0a 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.32.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nl diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index f21ce93a3be96..1dffa138609ee 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.16.2.1.4.1 2008/10/02 02:57:24 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 f557185003d14..2b538820d9e79 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.10.12.1 2008/10/02 02:57:24 kensmith Exp $"); #endif #include <sys/types.h> diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index cd635cefa526e..842f0f8aa985c 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= nohup WARNS?= 4 diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index bf74dd65bf39f..a11058bcc244d 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.16.1 2008/10/02 02:57:24 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..974dcc7a15fb2 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile index 2a4e8c654d522..9feebc4297ad4 100644 --- a/usr.bin/nslookup/Makefile +++ b/usr.bin/nslookup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nslookup/Makefile,v 1.4.2.2.4.1 2008/10/02 02:57:24 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 26efd146dcba5..90663e8952ea7 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nsupdate/Makefile,v 1.4.2.2.4.1 2008/10/02 02:57:24 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 714cb48240c78..37cd3039c038f 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.18.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= objformat diff --git a/usr.bin/objformat/objformat.1 b/usr.bin/objformat/objformat.1 index bdaa8266709a1..c76ab6d4d857f 100644 --- a/usr.bin/objformat/objformat.1 +++ b/usr.bin/objformat/objformat.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/objformat/objformat.1,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 17, 2002 .Os diff --git a/usr.bin/objformat/objformat.c b/usr.bin/objformat/objformat.c index f2e9595ddba85..ac142e8389145 100644 --- a/usr.bin/objformat/objformat.c +++ b/usr.bin/objformat/objformat.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/objformat/objformat.c,v 1.9.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <unistd.h> diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 0375111dbfba0..fb052680f64e4 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.16.1 2008/10/02 02:57:24 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 215c86b4511e6..7b2dcabf9d912 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.30.1 2008/10/02 02:57:24 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 0d75a2113dc1f..9e11db15521dd 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.16.1 2008/10/02 02:57:24 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 6ca205d32252e..35351ab3bf1ee 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.30.1 2008/10/02 02:57:24 kensmith Exp $ SCRIPTS=pagesize.sh MAN= pagesize.1 diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index e4287e18cb0e2..5a5ff5bbc0abe 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.30.1 2008/10/02 02:57:24 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..6f51a9e9a807e 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.50.1 2008/10/02 02:57:24 kensmith Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index ef68ba6e7b4fa..d181032cc0633 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.46.12.1 2008/10/02 02:57:24 kensmith Exp $ PROG = passwd BINOWN = root diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 3c6e2aaa447d1..c6604a3fe5702 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.30.2.1.10.1 2008/10/02 02:57:24 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..0b61af635c383 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 6b8ed0de12bd8..dc5fe65838b75 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 25, 2004 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 683b12001eb79..c5d7c5697a9e1 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.14.20.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile index b5bea85270aa1..18214839222ce 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.32.1 2008/10/02 02:57:24 kensmith Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index e8639559cf47d..95fb83c868237 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.16.1 2008/10/02 02:57:24 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..b62b96292d3ea 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/pkill/Makefile b/usr.bin/pkill/Makefile index 51ddc8d499cdd..79e695f947ee9 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.5.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ BINDIR= /bin diff --git a/usr.bin/pkill/pkill.1 b/usr.bin/pkill/pkill.1 index 725f27eff8494..7ab606f99ab55 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.16.2.2.4.1 2008/10/02 02:57:24 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 2547744a5489d..51379dfb9da35 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.26.2.2.4.1 2008/10/02 02:57:24 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..a5547c1c5ccf4 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index da552c03e8e88..e48b8e4486508 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int eoptind; diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 035958e26bf58..2610c64ad2925 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 3, 2004 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index 947404217bdcf..596a7a9c7d8f3 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.18.20.1 2008/10/02 02:57:24 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..c23999cd8708a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index bcb5952eb9eed..6e54d26aa65fc 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.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= printenv diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index c30d81cd948fb..716c983f758da 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.19.12.1 2008/10/02 02:57:24 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..6b57a7173fc69 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 78cdd0d130191..f8eb1cf51696a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= printf WARNS?= 6 diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 4a30851de01e4..f5760a53f220a 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 14, 2005 .Dt PRINTF 1 diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index b527c42a0e7d1..72d7a8f5668a8 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.36.12.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index 666a3baeaa3a5..7339ffce8179e 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.5.22.1 2008/10/02 02:57:24 kensmith Exp $ PROG= quota BINOWN= root diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index cf16941eb0ce8..1909c5260557b 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.16.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 8, 2002 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index d2c597118eabe..b530696a04568 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.24.2.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/renice/Makefile b/usr.bin/renice/Makefile index d5471379fe1ed..6edfd732478a8 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= renice MAN= renice.8 diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 4420d8efa7582..219e3d2b9f884 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.28.1 2008/10/02 02:57:24 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..354e86e7273a8 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index 27137ffb4d156..cf100e23a15f5 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rev diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 68b00bf89c53f..4bc765c52fec4 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index 67080fbb0845e..4919392d5f307 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.8.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 195bffbb0b152..62b519ea639ab 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rlogin diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 9a29f66147083..410b2acf68726 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 26, 2003 .Dt RLOGIN 1 diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index ab99b777c3625..a09fe7f03fa62 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.38.12.1 2008/10/02 02:57:24 kensmith Exp $"); /* * rlogin - remote login diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index d01e863af93fc..c658edb2f032b 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.7.26.1 2008/10/02 02:57:24 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 1e328761ebc30..704efca2a9f18 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.9.12.1 2008/10/02 02:57:24 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 f1b288ac99083..3e3a9f38ac6f5 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.11.12.1 2008/10/02 02:57:24 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 223a2d64efa07..304453b02177a 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.10.2.1.6.1 2008/10/02 02:57:24 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 97a8acd8ed4e2..886b997b753cb 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.25.2.1.6.1 2008/10/02 02:57:24 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 a87e8a91a170e..73919253d1986 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.11.12.1 2008/10/02 02:57:24 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 4f3547bc5f80c..0332b41c5eeeb 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.5.26.1 2008/10/02 02:57:24 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 b960cd681c145..44413a6a395c1 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.6.26.1 2008/10/02 02:57:24 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 bea0773a261ce..532b2e3da18b0 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.9.12.1 2008/10/02 02:57:24 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 1b887b091f537..bce8475ea6c07 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.5.26.1 2008/10/02 02:57:24 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 5b5c0507f5848..07658126455c7 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.16.2.1.6.1 2008/10/02 02:57:24 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 aaa71c912dd6f..e167b7efbb684 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.9.12.1 2008/10/02 02:57:24 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 0d3fdaf70cb9f..1f2defe8e6bf6 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.9.12.1 2008/10/02 02:57:24 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 73438272a38e2..a58326faa1888 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.6.26.1 2008/10/02 02:57:24 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 0c7139b82d4fc..6f4d709facda0 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.22.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" Copyright 1985-1993 Sun Microsystems, Inc. .\" .Dd March 28, 1993 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index e7283a4f53567..76a1899016945 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.6.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rpcinfo SRCS= rpcinfo.c rpc_generic.c diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index f4c7fc79868c1..d2341df1bf087 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.30.1 2008/10/02 02:57:24 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..21bbd2b638267 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * rpcinfo: ping a particular rpc program diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 4aa338202f020..9ebf206ebf8c8 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.11.8.1.4.1 2008/10/02 02:57:24 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..230eb20af5058 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index cf052f71efa71..9926b07da85ab 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.16.1 2008/10/02 02:57:24 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..40ad181163a04 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.20.2.1.10.1 2008/10/02 02:57:24 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..d7294395adb26 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b7111..49a735db770aa 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index 76be6fcea5b6a..5408f848cea4f 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.19.20.1 2008/10/02 02:57:24 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..8e8a891c772a1 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.18.2.1.8.1 2008/10/02 02:57:24 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..213e0a2d697ed 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 1, 2003 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 045a1257f7875..f59282f39e807 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.17.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 21d0ce24a7068..eac65a9751d02 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG = rusers WARNS?= 6 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index f528bb87e4e44..31882e8effb82 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.24.1 2008/10/02 02:57:24 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..d23364869f308 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 4e448dbd2ca76..43d7a065b2213 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.24.1 2008/10/02 02:57:24 kensmith Exp $ PROG = rwall diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 2de83d4c27110..f84f2e30c32c0 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.24.1 2008/10/02 02:57:24 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..a18233a7b54f7 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.16.1 2008/10/02 02:57:24 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..503e6d44da8a2 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.10.2.1.10.1 2008/10/02 02:57:24 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..ef347d5a1c489 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af6..d6e1f9114ca41 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= script LDADD= -lutil diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 1c93b3e48a15e..2e0f4ce0166a2 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.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 22, 2004 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index ad706dcdd350a..126f4396054c3 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 9d9886f3688cd..eca6975265d02 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.30.1 2008/10/02 02:57:24 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..343082159c197 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.1.1.1.46.1.4.1 2008/10/02 02:57:24 kensmith Exp $ Comments on the IEEE P1003.2 Draft 12 Part 2: Shell and Utilities diff --git a/usr.bin/sed/TEST/hanoi.sed b/usr.bin/sed/TEST/hanoi.sed index 6a45deaa94c7b..60f2d75045d11 100644 --- a/usr.bin/sed/TEST/hanoi.sed +++ b/usr.bin/sed/TEST/hanoi.sed @@ -1,7 +1,7 @@ # Towers of Hanoi in sed. # # @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/hanoi.sed,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $ # # # Ex: diff --git a/usr.bin/sed/TEST/math.sed b/usr.bin/sed/TEST/math.sed index cdd18d6d532b4..2730684e75229 100644 --- a/usr.bin/sed/TEST/math.sed +++ b/usr.bin/sed/TEST/math.sed @@ -1,6 +1,6 @@ # This is ksb's infamous sed calculator. (ksb@sa.fedex.com) # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/math.sed,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $ # # $Id: math.sed,v 2.5 1998/08/02 13:23:34 ksb Exp ksb $ # expr ::= (expr) | expr! | diff --git a/usr.bin/sed/TEST/sed.test b/usr.bin/sed/TEST/sed.test index 801e392561b35..28118f6049561 100644 --- a/usr.bin/sed/TEST/sed.test +++ b/usr.bin/sed/TEST/sed.test @@ -30,7 +30,7 @@ # # @(#)sed.test 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/TEST/sed.test,v 1.4.20.1 2008/10/02 02:57:24 kensmith Exp $ # # sed Regression Tests diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index 14ef81b681ee8..3fa0d749a76d1 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.27.2.1.10.1 2008/10/02 02:57:24 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 495fb07a1b301..951d33bb197e7 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.5.20.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index 9d4b5bdb0cfed..6160043469666 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.13.20.1 2008/10/02 02:57:24 kensmith Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 1b78f800a9bb1..3d46cc99b37b0 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.36.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b513784a6ea..07bde6b93941a 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.24.1 2008/10/02 02:57:24 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 44c75f6b1b62f..fcc1008c227fe 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.39.2.5.4.1 2008/10/02 02:57:24 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 f6a86d520d356..5a279ccb352e4 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.43.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 10, 2005 .Dt SED 1 diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 9970eb5c3cef5..ffdd1cab1eff3 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.30.1 2008/10/02 02:57:24 kensmith Exp $ SCRIPTS=shar.sh MAN= shar.1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 1143f9cd3b7b8..cd5ffd817e24a 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.16.1 2008/10/02 02:57:24 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..d24c7f0534996 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.38.2.2.1 2008/10/02 02:57:24 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..79890dbce707a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index fe53d88dc822b..16d4623ce9f0e 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.16.1 2008/10/02 02:57:24 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..8683c1255955b 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.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/smbutil/Makefile b/usr.bin/smbutil/Makefile index 13b5078e0411b..c1e2c45dd0209 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.16.1 2008/10/02 02:57:24 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..c1075b26f903d 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= sockstat WARNS?= 4 diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 9d3a83e373a2c..f7fa9c7464cd8 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.20.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 25, 2004 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index 9b63a1ca2fbdf..8748fd1256a6d 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.13.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index d176fdd7d4570..0f86ba159cef7 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 14fc7c7e3378a..2fd880c012ec4 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.15.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd August 9, 2006 .Dt SPLIT 1 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index ca3847c5c965d..4b0b485401b4b 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.15.20.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index 808c41e9b0cb5..e773d318f9df9 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= stat WARNS?= 2 diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 8c260e25c124f..a025a4dece107 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.8.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 27, 2007 .Dt STAT 1 diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index b67627e947160..f325e74042d32 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #if HAVE_CONFIG_H #include "config.h" diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 80a91893316ce..fa1f2aa227e2f 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.40.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index b8c14ca498aa6..656ae6ba5149a 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.36.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 1, 2008 .Dt SU 1 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 97e27f9648e40..64a5eea6e1829 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.76.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 3cd09f4b50a40..c243e739722d5 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.15.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= systat SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \ diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index b15286b580c53..99f2d190c7be7 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.28.1 2008/10/02 02:57:24 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..8229efca97b02 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.9.10.1.4.1 2008/10/02 02:57:24 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..46d159a384154 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.3.8.3.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/convtbl.h b/usr.bin/systat/convtbl.h index 051e1cd4f08a6..454058f309966 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.2.8.2.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _CONVTBL_H_ diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index d37cf2d5ad984..7cefb1bc257ce 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.26.1 2008/10/02 02:57:24 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..42b8fc3d8cf53 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.30.1 2008/10/02 02:57:24 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..b352821e8b865 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 1a22bbeb171f3..595819c0c058c 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.30.1 2008/10/02 02:57:24 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..6d8dbf7f2ca59 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.3.14.1.4.1 2008/10/02 02:57:24 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..ec8828e4d7b50 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.1.12.1.4.1 2008/10/02 02:57:24 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..af857715b98b7 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.2.8.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "systat.h" diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c index 62773e9fd09c6..b5ce8d4f0dc81 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.2.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 1ac8d5b667adf..fcb260b3ac8b5 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.21.10.1.4.1 2008/10/02 02:57:24 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..be2dd7c386001 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.5.14.1.4.1 2008/10/02 02:57:24 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..60b2cee6c3826 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.1.12.1.4.1 2008/10/02 02:57:24 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 b563266be97f3..da5eef095903a 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.30.1 2008/10/02 02:57:24 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 980e06480fde1..af54b4861233e 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.18.8.1.4.1 2008/10/02 02:57:24 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 1ee2bb3f736ec..b5fd61c884efa 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.18.2.1.4.1 2008/10/02 02:57:24 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..d60618929d975 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index 9fc0feae96d50..aa451b954a269 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index c78f6feac7d76..c583b398a6bb8 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.30.1 2008/10/02 02:57:24 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 22ef864c4e707..8f369fb799316 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.23.2.1.4.1 2008/10/02 02:57:24 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 d6c939b9cae04..8210650650f8f 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.20.2.2.4.1 2008/10/02 02:57:24 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..85769797e98e7 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.21.12.1.4.1 2008/10/02 02:57:24 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..7d41a3c5b9d3b 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.44.2.3.4.1 2008/10/02 02:57:24 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..ff67f52bd3720 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.6.14.1.4.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index 0086b9c5f21ee..1231dd197062e 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.9.8.2.4.1 2008/10/02 02:57:24 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 5aa28c15b7cde..da7fc37c1c082 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.60.2.4.4.1 2008/10/02 02:57:24 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..e07c634151e6d 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tabs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index 9075de5fa7ff7..f4b7e60e2e2f7 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.16.1 2008/10/02 02:57:24 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..1fc8a0750ac58 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/tty.h> diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index c8166936983d5..ffa7bba52e1aa 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.16.1 2008/10/02 02:57:24 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 d9566807a529b..bc84ee59cf85d 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.9.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index c79c4382de045..b075b1caba62c 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.38.2.3.4.1 2008/10/02 02:57:24 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 584e3d103eab3..f6e15f1717ebf 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.16.1 2008/10/02 02:57:24 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 85d4d6ec51a74..c6b8022e11fd4 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.2.2.2.1 2008/10/02 02:57:24 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 f0a52aa8bcc51..49b32d75e17ce 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.16.1 2008/10/02 02:57:24 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 12dadc48499c7..9d047d3fc18be 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.12.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 6, 2006 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 2292c5fb8f21c..59f959c2c6fb7 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.21.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 94795d775bb37..1348bd2752316 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.30.1 2008/10/02 02:57:24 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..5aee6b8e8a562 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.16.1 2008/10/02 02:57:24 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..b919601dedec6 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.30.1 2008/10/02 02:57:24 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..3c721b3121076 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.26.1 2008/10/02 02:57:24 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..2da23f956b537 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.30.1 2008/10/02 02:57:24 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..de1436e5c4f4d 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); /* * From: diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index ad6b8235eec19..9ea37fda2175a 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.24.1 2008/10/02 02:57:24 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..0df7ea9193647 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.24.1 2008/10/02 02:57:24 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..76693e6fc81fd 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.28.1 2008/10/02 02:57:24 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..a98a89fb9a41d 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.24.1 2008/10/02 02:57:24 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..f911f0e672bad 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.16.1 2008/10/02 02:57:24 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..e626bfad2c0a7 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.30.1 2008/10/02 02:57:24 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..137e6b060f939 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.16.1 2008/10/02 02:57:24 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..4f2f8ded21a53 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.30.1 2008/10/02 02:57:24 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..4c21e437736b2 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING index 9a88a80911059..1c4e7d3076b7a 100644 --- a/usr.bin/tar/COPYING +++ b/usr.bin/tar/COPYING @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/COPYING,v 1.1.8.3.2.1 2008/10/02 02:57:24 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 b71772fad714b..7f18d226fc695 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tar/Makefile,v 1.24.2.12.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG= bsdtar BSDTAR_VERSION_STRING= 1.9.255 diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 02b301de3b83f..9a177ae724110 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.29.2.15.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 15, 2008 .Dt BSDTAR 1 diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index a88f8d9ec0dd2..7c694769c8d69 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.63.2.26.2.1 2008/10/02 02:57:24 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..cd831fcf7afa1 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.23.2.13.2.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "bsdtar_platform.h" diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index 52d160e9c0f79..07867ca755ff2 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.15.2.12.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h index cbbe2a52a1f61..d269ab86be930 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.2.6.2.1 2008/10/02 02:57:24 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..e3864b8966614 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.4.2.4.2.1 2008/10/02 02:57:24 kensmith Exp $"); #endif #include <ctype.h> diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c index 2e146fed917c2..ee810e1a382ad 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.9.2.6.2.1 2008/10/02 02:57:24 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..7dc23224c7e99 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.23.2.15.2.1 2008/10/02 02:57:24 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..2663567f95881 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.4.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <errno.h> #include <signal.h> diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c index b6571dfc06ba3..d799cb2ff94fe 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.4.4.2.1 2008/10/02 02:57:24 kensmith Exp $"); #if HAVE_REGEX_H #include "bsdtar.h" diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile index 1cf5d5f9f5ebc..35f7d103892ad 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.3.2.3.2.1 2008/10/02 02:57:24 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..1f50e8244bead 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.4.2.3.2.1 2008/10/02 02:57:24 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..2be5ded08ba1b 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.4.2.3.2.1 2008/10/02 02:57:24 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..78770c1460428 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.4.1.2.1 2008/10/02 02:57:24 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..052101ab680f5 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); static void diff --git a/usr.bin/tar/test/test_copy.c b/usr.bin/tar/test/test_copy.c index 6618a0e53f075..e39356c5923cf 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.3.2.3.2.1 2008/10/02 02:57:24 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..76f17c9a3ce8e 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.4.1.2.1 2008/10/02 02:57:24 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..e58add37f5c25 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.4.1.2.1 2008/10/02 02:57:24 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..4cf4b9554c625 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.3.2.3.2.1 2008/10/02 02:57:24 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..f22fc5452ae03 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.4.1.2.1 2008/10/02 02:57:24 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..0e5e4b0efddc9 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.6.2.2.2.1 2008/10/02 02:57:24 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..f8517c222378f 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.4.1.2.1 2008/10/02 02:57:24 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..9e8211a4ef07d 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.4.1.2.1 2008/10/02 02:57:24 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..29e433480aa8d 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); DEFINE_TEST(test_stdio) { diff --git a/usr.bin/tar/test/test_version.c b/usr.bin/tar/test/test_version.c index 6f2f6a0b5a0c9..5a90924c1d04d 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.4.1.2.1 2008/10/02 02:57:24 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..47685fecddb1e 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.2.2.4.2.1 2008/10/02 02:57:24 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..a991239b70561 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.2.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ */ /*- diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 33281aae035ea..d81310b499251 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.13.2.10.2.1 2008/10/02 02:57:24 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 6d7e8bb1ad5d3..edb65ba279a5a 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.41.2.23.2.1 2008/10/02 02:57:24 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..7c5c50fc040a5 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tcopy diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 498e12d427e10..82edf1f336a8f 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.17.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 17, 1994 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 540ac06af7380..498df59afe573 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 920dd66059170..b9da13f63c9f0 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tee diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index 0f492c0981af3..bf8752f346691 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.14.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 123a2de69ab55..c1c189194dc3f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index e364934b06354..649dd0730589a 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/Makefile,v 1.28.12.1 2008/10/02 02:57:24 kensmith Exp $ TELNETDIR= ${.CURDIR}/../../contrib/telnet .PATH: ${TELNETDIR}/telnet diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index a51afed997450..700da494e43dd 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tftp SRCS= main.c tftp.c tftpsubs.c diff --git a/usr.bin/tftp/extern.h b/usr.bin/tftp/extern.h index 3956aca95ecc8..b9c14ae2b66c6 100644 --- a/usr.bin/tftp/extern.h +++ b/usr.bin/tftp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tftp/extern.h,v 1.3.30.1 2008/10/02 02:57:24 kensmith Exp $ */ void recvfile(int, char *, char *); diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index 08a7f1355dcd5..fdb1c5a210512 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.21.22.1 2008/10/02 02:57:24 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..ea5ba7dc34d98 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.14.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd October 1, 2003 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index c7c2c7e0fdf9a..35997e67d9b0c 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.11.14.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); /* Many bug fixes are from Jim Guyton <guyton@rand-unix> */ diff --git a/usr.bin/tftp/tftpsubs.c b/usr.bin/tftp/tftpsubs.c index a7911cf70a89b..9622a5be4d308 100644 --- a/usr.bin/tftp/tftpsubs.c +++ b/usr.bin/tftp/tftpsubs.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tftp/tftpsubs.c,v 1.6.16.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char sccsid[] = "@(#)tftpsubs.c 8.1 (Berkeley) 6/6/93"; diff --git a/usr.bin/tftp/tftpsubs.h b/usr.bin/tftp/tftpsubs.h index 0c3b42ea991a3..91b70bc04b808 100644 --- a/usr.bin/tftp/tftpsubs.h +++ b/usr.bin/tftp/tftpsubs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tftpsubs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/tftp/tftpsubs.h,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 199b2a85e84bc..81c866ebe784b 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.24.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index 137267b270ccf..695fc9e1d6da9 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.27.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 532431d13cae4..2b4cd5e6d6532 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.30.1 2008/10/02 02:57:24 kensmith Exp $ SUBDIR=tip diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc index 265f86d1ed55a..d18e13f675c85 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/tip/README b/usr.bin/tip/README index fb9af15741198..eb85ce8672f38 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.30.1 2008/10/02 02:57:24 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..0b1c92f57ba90 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.30.1 2008/10/02 02:57:24 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 2794ba7105a91..b0afc9343176e 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz22.c,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index 44b8a62e74c8b..639386218dd5d 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz31.c,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index 598dbab86021c..e610c16753b8b 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/courier.c,v 1.6.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index 7d11271491331..ee67988e9194e 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/df.c,v 1.3.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index ea78cce4aad90..63c03bcf55534 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/dn11.c,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index 7784f29368358..fe00d65f9cd2e 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/hayes.c,v 1.4.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index ec9c3d4f9f813..d8f3b91dceeff 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/t3000.c,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index df850a5364b3b..014104e1762b5 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v3451.c,v 1.2.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index 5a6268e7aef4a..5a0499869e5ad 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v831.c,v 1.3.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index c3b87ae98a07e..058f82003b2d3 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/ventel.c,v 1.4.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index 232a79a7136ea..a733e5e7d1da5 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.9 2001/09/23 06:15:30 pvalchev Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/tip/Makefile,v 1.18.26.1 2008/10/02 02:57:24 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 88d88b96fc6e6..739ba4265ca10 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acu.c,v 1.7.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 33601c2fcc98f..4af5f22f9bd83 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acutab.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 5bfd65f34d8c4..eb104668a2340 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmds.c,v 1.16.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 272d70a320a00..b907ecdefafcb 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmdtab.c,v 1.5.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index b2d7e86605fea..b8567f43bffdb 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cu.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 7396466e446ef..15f40ac7779e4 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/hunt.c,v 1.6.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 2385810d98c28..8c49e93ae395e 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/log.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index bfdb17d8ca1a1..13a7dc1cf52c7 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/partab.c,v 1.4.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index c885ea73a7d62..7bca0f5bb7ead 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -1,6 +1,6 @@ /* $OpenBSD: pathnames.h,v 1.2 1996/06/26 05:40:45 deraadt 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.5.26.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index 1a5d560e9421f..61ff591082c3c 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/remote.c,v 1.5.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static char copyright[] = diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index f1383175ee769..f6ece629af65c 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/tip.1,v 1.22.10.2.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 9, 2001 .Dt TIP 1 diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index d1ea1ae10ca95..3c6addab51964 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tip.c,v 1.16.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static char copyright[] = diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index f240f156434e6..e14fdcb53d78f 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -1,6 +1,6 @@ /* $OpenBSD: tip.h,v 1.11 2001/09/09 19:30:49 millert 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.10.20.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index e8e380e400bb3..e7463f1bf139d 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tipout.c,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index 84312884e4001..5d3af7ca36527 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/uucplock.c,v 1.6.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index 4554c5a2dae8e..242190fb65939 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/value.c,v 1.9.20.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index 9e2d7f669f2c3..71692c6df7b17 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/vars.c,v 1.6.20.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 08343da66f8ba..070655be0c8bd 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= top TOPDIR= ${.CURDIR}/../../contrib/top diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 9dc6fcf2ae8a1..3fdd193a03103 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.74.2.3.2.2 2008/10/27 18:00:39 jhb Exp $ */ #include <sys/param.h> diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index 75489b7c8291a..b39cdc25bba10 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.3.22.1 2008/10/02 02:57:24 kensmith Exp $ .SH "FreeBSD NOTES" .SH DISPLAY OF THREADS diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile index e44f4f2cfdcc3..1f012d884da49 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= touch diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 8eb7f40262005..1e4ee029c5497 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.14.2.1.4.1 2008/10/02 02:57:24 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..02bbfc4f30f5b 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.20.14.2.4.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e1353..80db962e409fd 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tput DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 33950a766bf58..89596da825468 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.16.1 2008/10/02 02:57:24 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..9a4a6768b5c17 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.15.14.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 00bdd8d5bb7aa..e092193e24705 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.24.1 2008/10/02 02:57:24 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..0ff74ad899c0f 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/usr.bin/tr/cmap.h b/usr.bin/tr/cmap.h index 9a81e134678fd..28a045800638a 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef CMAP_H diff --git a/usr.bin/tr/cset.c b/usr.bin/tr/cset.c index 1b4212949b6cf..36b26a93ebe3a 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <assert.h> #include <stdbool.h> diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h index ab3eabd3e4390..7ea4ae159a357 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef CSET_H diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 2fdbdf33438cf..1084a7db7a26c 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <limits.h> diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index c023fea66a24c..e3f421e6dbefe 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.24.12.1 2008/10/02 02:57:24 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..dca2d714b20fc 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.33.2.1.6.1 2008/10/02 02:57:24 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..cc218d332e04e 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index 028a6ca75c9fb..7522dc823d50e 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= true diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 58d3a0236878c..b1b4cffd6b8ac 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.30.1 2008/10/02 02:57:24 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..2e4655c32b321 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.28.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e25..2885b355027c9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= truncate diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1 index 53ab9165c0d2f..f0c98b2a51afe 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.12.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 23, 2006 .Dt TRUNCATE 1 diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c index ed5b6bfc24ee7..57d5886a29c29 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.9.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif #include <sys/stat.h> diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index cf242d37a2978..2e026aa16c7b7 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/Makefile,v 1.21.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ WARNS?= 2 NO_WERROR= diff --git a/usr.bin/truss/alpha-fbsd.c b/usr.bin/truss/alpha-fbsd.c index 7afcaa817062f..e24225d03a917 100644 --- a/usr.bin/truss/alpha-fbsd.c +++ b/usr.bin/truss/alpha-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/alpha-fbsd.c,v 1.18.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-fbsd.c b/usr.bin/truss/amd64-fbsd.c index 7c7a82e22b390..36fe142b375d1 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.3.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-fbsd32.c b/usr.bin/truss/amd64-fbsd32.c index 508b8432b3ba8..035b67b955d51 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-linux32.c b/usr.bin/truss/amd64-linux32.c index d87224c2074fd..14b4c6cd03b3a 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64linux32.conf b/usr.bin/truss/amd64linux32.conf index 7f5e8bd268fef..0e14cfa6751fc 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.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $ sysnames="linux32_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index 063fe1e98eea7..7a32692bd1a7b 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.10.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int setup_and_wait(char **); diff --git a/usr.bin/truss/fbsd32.conf b/usr.bin/truss/fbsd32.conf index 3323f115ee18c..12dd64de52ef9 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.4.1.2.1 2008/10/02 02:57:24 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 ed98a5b85937a..1e7c2e9dd7014 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.23.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index 42b49ec7d4f5d..14f8b160d2eed 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.23.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/ia64-fbsd.c b/usr.bin/truss/ia64-fbsd.c index e233505ec951f..061b203ade749 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.7.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index ee7d2bc440f58..29483a49d2dbb 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.40.2.3.2.1 2008/10/02 02:57:24 kensmith Exp $"); /* * The main module for truss. Suprisingly simple, but, then, the other diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index a80a54711d65e..b0544f591a39b 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.21.2.2.2.1 2008/10/02 02:57:24 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 ff5073d8148bb..106380a430c01 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.7.8.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index e7f6c3ff43f58..f74eb085f4a99 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.15.8.2.6.1 2008/10/02 02:57:24 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 33a1c0b935f45..74ada212b9da7 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.49.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index 3efa65f7ae0a2..6394e56af0440 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.18.2.2.6.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 3, 2004 .Dt TRUSS 1 diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h index 575260b193d22..3bc9d8567e559 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.5.14.2.6.1 2008/10/02 02:57:24 kensmith Exp $ */ #define FOLLOWFORKS 0x00000001 diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index f02d0c50bd56c..af18e15649fbf 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <termcap.h> diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index d3db6b67e707f..a157760cc83b0 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.16.1 2008/10/02 02:57:24 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..77fbb77094730 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.30.1 2008/10/02 02:57:24 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..1895638e93d1d 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.30.1 2008/10/02 02:57:24 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..446a675d5897c 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.30.1 2008/10/02 02:57:24 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..a5f6da76a626f 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.16.1 2008/10/02 02:57:24 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..556d35eb8b4bc 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index 9d149183e2f22..586f72958e22b 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.30.1 2008/10/02 02:57:24 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..bca1133974987 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tsort diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 9af1a344f4a6d..f420d2fc01921 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.12.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 3, 2004 .Dt TSORT 1 diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index a01a86c3700c0..c7f3601610c61 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 4dcab3343e44a..b46756cba84b9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= tty diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 4c91919f0b45f..639bfb764a2c8 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.8.12.1 2008/10/02 02:57:24 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..f6e062f311455 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/uac/Makefile b/usr.bin/uac/Makefile index eb46c1d10402f..8d24b1c1ac253 100644 --- a/usr.bin/uac/Makefile +++ b/usr.bin/uac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uac/Makefile,v 1.1.46.1 2008/10/02 02:57:24 kensmith Exp $ PROG= uac diff --git a/usr.bin/uac/uac.1 b/usr.bin/uac/uac.1 index 987cdff81f75b..3025bd86b9fb8 100644 --- a/usr.bin/uac/uac.1 +++ b/usr.bin/uac/uac.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/uac/uac.1,v 1.12.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 18, 2000 .Dt UAC 1 diff --git a/usr.bin/uac/uac.c b/usr.bin/uac/uac.c index a2cd1b2b876fa..1cb983d5142d2 100644 --- a/usr.bin/uac/uac.c +++ b/usr.bin/uac/uac.c @@ -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/uac/uac.c,v 1.3.20.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index 9aaf7754de527..f8691412ab558 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ul diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 242fb7e3ba179..51e84d489021c 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.18.12.1 2008/10/02 02:57:24 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..8e2cd60773509 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.16.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 2a28464efa235..c17f11f457476 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 2, 2003 .Dt UNAME 1 diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index 81aef452a74eb..8def650cc2001 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index 14014facb7b02..cb65a60d6a30b 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= unexpand NO_MAN= diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index d59cd4ef8c7a1..ff33364193d65 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.14.8.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b31709aa6e62f..e084b083a97c9 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.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= unifdef SCRIPTS=unifdefall.sh diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 12a5438553f83..ced5bb12d4605 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: things/unifdef.1,v 1.51 2005/03/08 12:39:01 fanf2 Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.24.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 24, 2002 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index dd2f23e08ff33..745b48c64fb3e 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -46,7 +46,7 @@ __IDSTRING(dotat, "$dotat: things/unifdef.c,v 1.171 2005/03/08 12:38:48 fanf2 Ex #endif #endif /* not lint */ #ifdef __FBSDID -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.20.16.1 2008/10/02 02:57:24 kensmith Exp $"); #endif /* diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index bcba08c9712b4..dd732ae4e5a23 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -3,7 +3,7 @@ # remove all the #if's from a source file # # $dotat: things/unifdefall.sh,v 1.9 2002/09/24 19:43:57 fanf2 Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/unifdefall.sh,v 1.2.30.1 2008/10/02 02:57:24 kensmith Exp $ set -e diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 2bcf18e53703a..171b46379e0dc 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= uniq diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index a12ad3a6ef1fd..8fb4206cb7b57 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.19.2.1.4.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 3, 2004 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index 63f490a619251..b1bb01e7513bd 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.26.2.1.2.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index cb783ab95bb23..c8e7f84b9a60b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= units FILES= units.lib diff --git a/usr.bin/units/README b/usr.bin/units/README index 974cbe9fee3f0..51f4483ccd928 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.50.1 2008/10/02 02:57:24 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..22b017a123afc 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.50.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 96b84d6efa30c..5120c2f8f47dd 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.16.1 2008/10/02 02:57:24 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..7ce401b6bd686 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index c3b3627876eef..e17fbc6c4f216 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.8.1.2.1 2008/10/02 02:57:24 kensmith Exp $ / primitive units diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index 27fea4bad2a36..47a98b3d5432a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= unvis diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index 658bfa323f006..d9bc0701b6d2b 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.30.1 2008/10/02 02:57:24 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..f13e6075097e5 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 6c2f7a6b8496c..5012f04c0ecc4 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.16.1 2008/10/02 02:57:24 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 4c0f6a36574e9..cd7ec6c6b081e 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.3.24.1 2008/10/02 02:57:24 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 e1f67b00b4db0..1cade56081981 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.4.20.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 2000, 2002 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 3738b506cea25..283866cee4c79 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= usbhidctl SRCS= usbhid.c diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index a6c3351e5fac7..6e899e5b35670 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.9.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index beb6fa3c0b3b8..45d90490cb136 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.5.12.1 2008/10/02 02:57:24 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..76573d84deb9b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= users diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index c3454c6784d0b..f972b5aa12331 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.30.1 2008/10/02 02:57:24 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..5d578357d4e3f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile index 37005f3ded523..c1554ccdeed64 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= uudecode WARNS?= 4 diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 093af7d2d4748..a3175ac402620 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); /* * uudecode [file ...] diff --git a/usr.bin/uuencode/Makefile b/usr.bin/uuencode/Makefile index c795753a10bca..deb5fe2602967 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= uuencode WARNS?= 4 diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 7d61188471838..3d7b68f2d1eb5 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.27.2.1.10.1 2008/10/02 02:57:24 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..3bffc4372d413 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); /* * uuencode [input] output diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 34879d1f68cbb..096490d1c26ea 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd January 12, 1994 .Dt UUENCODE 5 diff --git a/usr.bin/uuidgen/Makefile b/usr.bin/uuidgen/Makefile index 370241d3ebdd5..ef800d6d176d2 100644 --- a/usr.bin/uuidgen/Makefile +++ b/usr.bin/uuidgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/uuidgen/Makefile,v 1.2.20.1 2008/10/02 02:57:24 kensmith Exp $ PROG= uuidgen WARNS?= 6 diff --git a/usr.bin/uuidgen/uuidgen.1 b/usr.bin/uuidgen/uuidgen.1 index 58dff699cecb4..e10357e82f811 100644 --- a/usr.bin/uuidgen/uuidgen.1 +++ b/usr.bin/uuidgen/uuidgen.1 @@ -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/uuidgen/uuidgen.1,v 1.6.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd September 7, 2005 .Dt UUIDGEN 1 diff --git a/usr.bin/uuidgen/uuidgen.c b/usr.bin/uuidgen/uuidgen.c index d5dac4bcacfb3..4c2deffeff12f 100644 --- a/usr.bin/uuidgen/uuidgen.c +++ b/usr.bin/uuidgen/uuidgen.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/uuidgen/uuidgen.c,v 1.3.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 63ba3abec8174..c3d66d948763d 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.16.1 2008/10/02 02:57:24 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..6538993efb36a 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.16.1 2008/10/02 02:57:24 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..a7eceefd34593 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.16.1 2008/10/02 02:57:24 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..de43300be3178 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ typedef int boolean; diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 199f3c6c119d7..2e5a99f1a763f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/tmac.vgrind b/usr.bin/vgrind/tmac.vgrind index 4b906eac7f539..8ee4515e605ae 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.2.14.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .am vS .. .am vE diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index d1bb4d98ea158..d319f78046b60 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.26.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index b5d5a89d4274f..18e1c51ec39e8 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.14.2.1.6.1 2008/10/02 02:57:24 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..dfe1af2a58f22 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.26.1 2008/10/02 02:57:24 kensmith Exp $ # voptions="" diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 88189406764d8..ffacfac000b24 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.16.1 2008/10/02 02:57:24 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..5607402b22e1f 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.30.1 2008/10/02 02:57:24 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..c30e59ce25980 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.16.1 2008/10/02 02:57:24 kensmith Exp $ # SRCDIR= ${.CURDIR}/../../contrib/nvi diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81d..c05cb1bbcec6e 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.30.1 2008/10/02 02:57:24 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..3100b4901705e 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.28.1 2008/10/02 02:57:24 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..42f65ece3c348 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.30.1 2008/10/02 02:57:24 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..d0a2f9f9fea7c 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int foldit(char *, int, int); diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6ad82c2dc2f4d..a8e358605ea6a 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.30.1 2008/10/02 02:57:24 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 5c2bf1066eb1d..59c9bed73daaa 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.12.12.1 2008/10/02 02:57:24 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..d8c9f6b281285 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 6e87a6a6f8e5e..7dfb3cccc07ab 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.11.8.2.2.1 2008/10/02 02:57:24 kensmith Exp $ PROG= vmstat MAN= vmstat.8 diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index 21a4568ff43b1..3479a19f288ea 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.32.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 11, 2005 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 904cef953f3b1..046bfe48d0334 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.86.2.7.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1515a875ae7e0..a8b87baf38aeb 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.30.1 2008/10/02 02:57:24 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 070d055b06167..07d127dfece9a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 5ac060de4bcc4..d7071799e8948 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.30.1 2008/10/02 02:57:24 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..aa2ddae1034e0 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.24.1 2008/10/02 02:57:24 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..bf1636bfd0194 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index e8dbbf4b560b9..7b0be48a45888 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.20.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index 72559ba9b71fa..313f88be19db2 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.58.12.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index 131cf2c403cdb..e7fd6e7ec1a73 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.11.26.1 2008/10/02 02:57:24 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..da3e3a7646011 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.32.1 2008/10/02 02:57:24 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..3e42b4c0d03f0 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.24.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index 35d6463cdd913..29a5e140594c8 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.23.24.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index edce9c1412c85..7403e29fe175c 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= wc WARNS?= 6 diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index b95ad6aca0250..4cfb939d2a9e3 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.23.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 23, 2005 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index 090ff7766a25c..9531c991988d7 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index 8114290f968dd..3585bff4ddc76 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= what diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index d57ef8b9462ac..101415180101d 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.19.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 12, 2005 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 8e994e9a650f4..d57b4a01f6054 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index d48b30d11782a..36a6754cb0b2d 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= whereis WARNS?= 5 diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index 09084aefa83f7..7d7339374c786 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.30.1 2008/10/02 02:57:24 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..74ac3010cdbd3 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.24.1 2008/10/02 02:57:24 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..17ebbca1f0fcc 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.2.2.2.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/stat.h> #include <sys/sysctl.h> diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index fdc121bb98205..6a8238ede26e9 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= which diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index c00a14ab9fd16..ccb2b96320b26 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.25.12.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd June 21, 2002 .Dt WHICH 1 diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 3b8224da43d62..2c94aa9fdbf3b 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.16.1 2008/10/02 02:57:24 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..386eac97478c3 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 8, 2002 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index 27b68960c2bc8..ad0679dbb8688 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.21.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index e6f82fd8f276c..46a6cf2c87651 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.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= whois diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index fbbf74031844c..37b5275ccd17e 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.34.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 11, 2004 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 9c4a03e2c0665..7c4bc572596b0 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.43.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index 8d0daa4d8ad8e..aa1477be2b5fd 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.30.1 2008/10/02 02:57:24 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..ca00bb7492b3c 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define alias var diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index cd9a6ebc89071..3ef10ce7d3812 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h index c4b957c6f84e9..b1ed5e45251a4 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 698930ea44512..de94dbf8ff507 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 049171d3bbd59..c94430a9e5d6f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 9633b7386de7c..f8b2e5da49ccb 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index 27a3173bd018b..c76e588210041 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index 82ed1bd7d5e64..b6fc13a0b03a2 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 60b0244d8622f..2101c0f8219bf 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index 63689aa77c365..74e28dbb804fc 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 1039f2617464e..bfdc792197d1a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 6294b936f4987..012fa930e3734 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index 78cf892743c40..47350ec90fd89 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.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h index df82b2707aed9..d13b439ef5c35 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <stdio.h> diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h index 6601e5d955008..aff5fb986f897 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "ww.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 7e759c14d0479..4f7525328e12f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 85a54899b6251..fd4039df4935c 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h index 6c58e2d547197..1d65aa9288db6 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.30.1 2008/10/02 02:57:24 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..2b7d2957cb759 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index a9972a9dfc963..f671e168f9f6b 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.24.1 2008/10/02 02:57:24 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..ae40b2f0a4dff 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 844ca7609d789..f56f4ac784c35 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.26.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index 70d41dd79ad88..25a833500da72 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.30.1 2008/10/02 02:57:24 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..c7e5e6a9fd5fa 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.32.1 2008/10/02 02:57:24 kensmith Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h index 30a45037c483b..8c14d92b5ab5b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include "value.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index ac9f9d358fb51..e2d7d97b1005e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 75552de9d015f..fd2bf55d626a7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index bd36d41a47138..2a0c748db9378 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 338bdfb981214..e1042f5db747d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index ddc81366c5c8c..f2695872b50b0 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 785d0a343fa4b..2b84a1bec3557 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 557c0beb878cb..add202dc0e288 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 57b5fa101b8ae..96c4e6d9c5ebc 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.24.1 2008/10/02 02:57:24 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..339b15539ed03 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #define token (cx.x_token) diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h index 53fe7b3efa4a6..920a3a8db1078 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index 53f177b002cbf..c53dfa083368f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index ba84e849694e5..4a26c4bed0be6 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index e1dab1ecaa2f9..96799d49c5bdf 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 54229b5ad334c..856608881e1ab 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 17b5961168df7..d35cbf520f0c1 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 1be0fa056fd19..96e22fa366034 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index 5cc82e641ff73..1150b3e7d96bd 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.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 86e0d5ae4f383..4abe5707a8b46 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 5e023bac263dc..5f7d4b3cfb83f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index 37e0194b56f08..22a9861aa5ad8 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 2fd6fb97d84b5..979736ef453cd 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 0e80711a34601..cee5b836d08a3 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h index b55e210b6ba5a..f0a4f3cfd49a5 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ struct value { diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index 8ef317591ac7d..ccdcc016b0764 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.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h index 645d2da4b10d4..ad267689f2e0a 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ struct var { diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index c5f0e451725ce..463788a06f8c1 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 307ae2e92592a..9375ddf99ced8 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.16.1 2008/10/02 02:57:24 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..99e00a272edce 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index 0a78f0605faed..485c95dbc6dbc 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index e02d4e5fa75eb..503ed8834e4c4 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 2d63b173982d3..aadcf1269f344 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 3ff46ece40598..ddc77e79337b7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index ea58edcaa47fd..42cd6b70d5798 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index bc0055eda7f5b..0e8633f9cd92e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 1b8452bf1d1bd..3004f093b2072 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 5b804c2a25175..6cab1f5f19b3b 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 54062c20e45f2..e5a6f3b4d2a22 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index ba25cb00d3e90..9f53207e3331b 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index ef2912b16995e..0db6895c09ec7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index dbeb12cd1dd9f..86d046c987026 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 7988492de4a23..1e3a81dc4468a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index e8d62ab857b0b..9108b86d04d32 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index f60f7fa0a436a..f7445898e9ab8 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 9282b87bcf7e2..d4b7ac6a14936 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 414cc4bec8a41..31f09798e87b7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index 5cdd7779c5a03..625b86a93a185 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index c0a14ea8fffb1..59c19441b4559 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.5.26.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 4803672920817..258a7787b4d76 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index a9a8c277eece3..38187b2f9acc5 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 60e8b054d7203..29d743a612231 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index 7803557c16b64..19b3b899af31d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 50ecf85791613..99b0793e02d35 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index 945dca4e037d1..482d934c8b84a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index 5db6caecf4ecc..b40145068e14d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index c6f906d8b7520..7b28bc3c7d83e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 1c74981aa775a..a1e2c3ddaed11 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.28.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index d26280baf4c06..aa13d4cbd714b 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 8d0780e443d4c..c0430c121b9cd 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index dbc2960c00c93..cd003201ad33f 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 66ac69c509621..2e2b164a2f064 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index bdc2f7092ebc5..4135df395ce17 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 3332273be4594..245e690a7909c 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index d0641a1e69c7c..d8d33aa9ee384 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 443d1f31c5a6e..232aab8a34cec 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 477f920a286c0..87889eea76ab1 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index ad3db5aa11067..e3db3a4465f67 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index 0be6590aeaff7..98eba0319c59b 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #ifdef TERMINFO diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index 94de13cfbc1c4..124df67600322 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 7fd6507046ccb..d47501297e83d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index 3c1ade7263e02..a70d18195f574 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 29b3b73fb54bf..895d6c7545a0d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 82dcb33bd17ff..97a2e3d43dc70 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h index e49b85ededbbb..dc16d50c66139 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ struct xx { diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index a6f9bed489314..d53e747bd5a0d 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index e7b24a14d8ab3..66196703c0578 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index b0e0a1f91b8db..0ac9faee2a976 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.14.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 16162a1641e90..1d6ddbec41fa2 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.28.1 2008/10/02 02:57:24 kensmith Exp $ PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index 82868ffc3d825..9c9dcf3b3dc7d 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.7.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <err.h> #include <stdlib.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 928a11223d4df..a7781cc6bf829 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.34.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $ .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd August 2, 2004 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 5a97ed3c85d88..d40016c5107cb 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.57.2.1.8.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/wait.h> diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 594f1dcfbf794..26b2365f23be1 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.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 9e2c2cbd6979e..eb6272e601788 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.32.2.1.10.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd May 7, 2001 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 58cdcca9fde80..2b56ed574a362 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.66.12.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 68264f4a7f756..c8f6e05ce08fb 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.26.1 2008/10/02 02:57:24 kensmith Exp $ .if ${LINT} == "lint" _llib= llib diff --git a/usr.bin/xlint/Makefile.inc b/usr.bin/xlint/Makefile.inc index 0c1b97a5cdfa3..cb37d0aea8f9d 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.24.1 2008/10/02 02:57:24 kensmith Exp $ WARNS?= 0 diff --git a/usr.bin/xlint/arch/ia64/targparam.h b/usr.bin/xlint/arch/ia64/targparam.h index 7ec1038156f70..304f8b06f4491 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.26.1 2008/10/02 02:57:24 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..88bbab59272b0 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.24.1 2008/10/02 02:57:24 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..1d787feb39a16 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.26.1 2008/10/02 02:57:24 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..286518260dbfe 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.28.1 2008/10/02 02:57:24 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 3e2bfc6c88ebf..855d8755b1714 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.2.26.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c index e62549c63c05b..a438bf75cf700 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c index 5c56638d06371..4ddbdb36bae79 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.30.1 2008/10/02 02:57:24 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..be51ee5d68eab 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.30.1 2008/10/02 02:57:24 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..2645fea599a8f 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h index 4594f185dd268..b11191fd89575 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.28.1 2008/10/02 02:57:24 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 80d548264c9b4..1c4c84668318e 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.3.26.1 2008/10/02 02:57:24 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..4b9663c5bb844 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.30.1 2008/10/02 02:57:24 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 7a13e7e2afd49..559003d5a5405 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.9.26.1 2008/10/02 02:57:24 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..26ee74cd97a32 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.24.1 2008/10/02 02:57:24 kensmith Exp $ */ /* diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index ea5a2c57bdcd4..96836d03dd192 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.28.1 2008/10/02 02:57:24 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..f6fdf93868f3a 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.28.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index eaee12413cf2f..84816ae07deaa 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.16.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c index a05ddf4cb74b3..f898fb6f67733 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.28.1 2008/10/02 02:57:24 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 ebc4d139e0925..3e2064021b133 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.7.26.1 2008/10/02 02:57:24 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 46958283074eb..6322389c331e5 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.9.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 9f1e3c1568ed5..f812a3f746b0f 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.30.1 2008/10/02 02:57:24 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..1b57d75408d52 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.30.1 2008/10/02 02:57:24 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..ff4c4cffee992 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ /* LINTLIBRARY */ diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index 5dfdfb314a715..7cd79ac4f2274 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 13ffce10dbc86..7a1b01d3d3385 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.16.1 2008/10/02 02:57:24 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..b55e760200cc2 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.30.1 2008/10/02 02:57:24 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 9dc8df612912a..163a13e97c937 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.26.22.1 2008/10/02 02:57:24 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 befdcab380c49..2b4028359a33d 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.14.1 2008/10/02 02:57:24 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..f0a5123270804 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index e8b1024e82bb5..c3654fc2ef752 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.30.1 2008/10/02 02:57:24 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..700ed1589fd6c 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index cb8b083bff411..af9dd63850a6b 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.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <assert.h> diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 9940dbc050c50..0c6815479cb7a 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 95d87de2dc1e7..aca0142897c31 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index cd8d1a1e624ec..96409937b0d11 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 474de0b19157a..2bb9fc655d9a0 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <paths.h> #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 1dde4dda5b0b1..727d542a7a117 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index b0b520a7e30dd..84654a20224a2 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 7c1132d494d91..fed698c51987e 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 8ff7c8a122f18..7257e12b00c59 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.12.1.2.1 2008/10/02 02:57:24 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.12.1.2.1 2008/10/02 02:57:24 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..b78781f9101d7 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 282eaa3499a9e..d108c21dfebeb 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 46d934dd758d5..9084742c87407 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.30.1 2008/10/02 02:57:24 kensmith Exp $"); #include "defs.h" diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 56bacbbda7b39..b67fab0a2301e 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.16.1 2008/10/02 02:57:24 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..bca610ed12737 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile index e3e98dac215e1..0d4dd7c9ea600 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= yes diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 9b4b37712a6c7..b86ac26ea1c89 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.30.1 2008/10/02 02:57:24 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..e38971f60b3a8 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.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 58ee6907f07f9..f1a380b07ebcb 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 8a2565200354b..772c8eab172d7 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 55390433597ab..a8fd2c84d6c71 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index 22e62996937e4..d3a8ff7846f18 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 5f4a4cab278df..b2825b29aa195 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.30.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index d0904c51de905..18ae6d38aab1f 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index f28f864ab0970..d82e78e8622bd 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.30.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ypwhich diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index 25eeb08fb0e37..1eebb6ae9efa5 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.9.20.1 2008/10/02 02:57:24 kensmith Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 8bfca24ed1325..a7ab1a784b0e8 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.24.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> |