diff options
Diffstat (limited to 'usr.bin')
1269 files changed, 1272 insertions, 1272 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 7068f74455f3..31b9e3610939 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.324.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/Makefile.inc b/usr.bin/Makefile.inc index 2ee98c34aab5..7c49fae88a39 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ BINDIR?= /usr/bin diff --git a/usr.bin/alias/Makefile b/usr.bin/alias/Makefile index 53df717f66cf..6f08d325bb8c 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS=generic.sh SCRIPTSNAME=alias diff --git a/usr.bin/alias/generic.sh b/usr.bin/alias/generic.sh index d9c3127e43d6..cfbcf4e15494 100644 --- a/usr.bin/alias/generic.sh +++ b/usr.bin/alias/generic.sh @@ -1,4 +1,4 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/alias/generic.sh,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 0355588b3c39..3dacd5510088 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= apply WARNS?= 4 diff --git a/usr.bin/apply/apply.1 b/usr.bin/apply/apply.1 index 60ba84f7270a..3a8e3fd585e5 100644 --- a/usr.bin/apply/apply.1 +++ b/usr.bin/apply/apply.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)apply.1 8.2 (Berkeley) 4/4/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/apply/apply.1,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 13, 2006 .Dt APPLY 1 diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c index 25ba374d97e9..75a8f7a05d18 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index 533f9317d02f..d5dbe081880c 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ar/Makefile,v 1.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ar SRCS= ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h diff --git a/usr.bin/ar/acplex.l b/usr.bin/ar/acplex.l index 3186d170ced2..c6ace4d6b933 100644 --- a/usr.bin/ar/acplex.l +++ b/usr.bin/ar/acplex.l @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/acplex.l,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y index bc25b628c68f..906029b992d6 100644 --- a/usr.bin/ar/acpyacc.y +++ b/usr.bin/ar/acpyacc.y @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/acpyacc.y,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/mman.h> #include <sys/param.h> diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1 index cb9414e4b7b2..aba93f5f9a7b 100644 --- a/usr.bin/ar/ar.1 +++ b/usr.bin/ar/ar.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/ar/ar.1,v 1.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 31, 2007 .Os diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c index 35a0380e3653..8312efe60c8d 100644 --- a/usr.bin/ar/ar.c +++ b/usr.bin/ar/ar.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/ar.c,v 1.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/usr.bin/ar/ar.h b/usr.bin/ar/ar.h index 111f944a83e3..af99738a8100 100644 --- a/usr.bin/ar/ar.h +++ b/usr.bin/ar/ar.h @@ -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/ar/ar.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define BSDAR_VERSION "1.1.0" diff --git a/usr.bin/ar/read.c b/usr.bin/ar/read.c index a9e2ed103193..ca9f26b9c584 100644 --- a/usr.bin/ar/read.c +++ b/usr.bin/ar/read.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/read.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> #include <sys/stat.h> diff --git a/usr.bin/ar/util.c b/usr.bin/ar/util.c index e1230e330134..a2deb473f160 100644 --- a/usr.bin/ar/util.c +++ b/usr.bin/ar/util.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/util.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> #include <sys/types.h> diff --git a/usr.bin/ar/write.c b/usr.bin/ar/write.c index 3d4f93d9abc5..1fdf83ec861a 100644 --- a/usr.bin/ar/write.c +++ b/usr.bin/ar/write.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ar/write.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/endian.h> #include <sys/mman.h> diff --git a/usr.bin/asa/Makefile b/usr.bin/asa/Makefile index c2a221ae027b..21f6cca26749 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= asa diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 5f5c236a67e8..fe837314bfc3 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 9, 2002 .Dt ASA 1 diff --git a/usr.bin/asa/asa.c b/usr.bin/asa/asa.c index 692b83757d4f..85916c1e5c23 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 47d2574e7f5c..425323f0f478 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 71d8e607f9c9..bda9d34b371d 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/at.c,v 1.30.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define _USE_BSD 1 diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd4..ada70fb9a090 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int fcreated; diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index bca1051793f5..f0cde3004443 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.22.1.4.1 2010/06/14 02:09:06 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 ef5265b4c1d2..c9f1fe6d43bd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 832de83a7d98..b2dfb064f187 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 195a38d21df6..f21e548ef83a 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/parsetime.c,v 1.27.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 91176b471249..c3effde2602a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.h b/usr.bin/at/perm.h index b55b5fb786a7..60ace9504692 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ int check_permission(void); diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 50dd6b108af4..89563e077ffc 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _PRIVS_H diff --git a/usr.bin/atm/Makefile b/usr.bin/atm/Makefile index 9ed46ef7a16d..ce6a5a5c8848 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= sscop diff --git a/usr.bin/atm/Makefile.inc b/usr.bin/atm/Makefile.inc index 265f86d1ed55..e1b4e3b5b6d7 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/atm/sscop/Makefile b/usr.bin/atm/sscop/Makefile index 16703bb35bd6..5cd3d5f83bb1 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ CONTRIB= ${.CURDIR}/../../../contrib/ngatm/sscop diff --git a/usr.bin/awk/Makefile b/usr.bin/awk/Makefile index 65386365b180..ec9dc9c32b29 100644 --- a/usr.bin/awk/Makefile +++ b/usr.bin/awk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/awk/Makefile,v 1.17.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ AWKSRC= ${.CURDIR}/../../contrib/one-true-awk .PATH: ${AWKSRC} diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile index 67d4ba7fecd1..4af5ec63555c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= banner MAN= banner.6 diff --git a/usr.bin/banner/banner.6 b/usr.bin/banner/banner.6 index febfa3d32652..9fbd4fd080fa 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 26, 2005 .Dt BANNER 6 diff --git a/usr.bin/banner/banner.c b/usr.bin/banner/banner.c index eb96a152f95c..d55d210c29fb 100644 --- a/usr.bin/banner/banner.c +++ b/usr.bin/banner/banner.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/banner/banner.c,v 1.16.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * banner - prints large signs diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index d647395c83d9..7a0fd264e58e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= basename MLINKS= basename.1 dirname.1 diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 05900fa82b2b..70a8c86e1af1 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.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 18, 1994 .Dt BASENAME 1 diff --git a/usr.bin/basename/basename.c b/usr.bin/basename/basename.c index d94ee67a3a1d..1ea75ad775d8 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index 15109434e5af..99cc776e6409 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= biff diff --git a/usr.bin/biff/biff.1 b/usr.bin/biff/biff.1 index 45d0fad483db..d0767d2e5bd2 100644 --- a/usr.bin/biff/biff.1 +++ b/usr.bin/biff/biff.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)biff.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/biff/biff.1,v 1.21.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 20, 2010 .Dt BIFF 1 diff --git a/usr.bin/biff/biff.c b/usr.bin/biff/biff.c index c04c8d39f9fa..292ba69d6706 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> diff --git a/usr.bin/bluetooth/Makefile b/usr.bin/bluetooth/Makefile index 9ef16cc8aae6..b6cfa9e39d93 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= \ bthost \ diff --git a/usr.bin/bluetooth/Makefile.inc b/usr.bin/bluetooth/Makefile.inc index c0e05cfa1da6..52b77cf7c2d3 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "${.CURDIR}/../../Makefile.inc" diff --git a/usr.bin/bluetooth/bthost/Makefile b/usr.bin/bluetooth/bthost/Makefile index fe2c47959353..9c6743ab57f9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= bthost WARNS?= 2 diff --git a/usr.bin/bluetooth/bthost/bthost.1 b/usr.bin/bluetooth/bthost/bthost.1 index e4a4abc45ecb..b05b283e9959 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.22.1.4.1 2010/06/14 02:09:06 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 2dd56359fbaf..6b0a6fb46124 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <bluetooth.h> diff --git a/usr.bin/bluetooth/btsockstat/Makefile b/usr.bin/bluetooth/btsockstat/Makefile index cdec9f7013c6..9799963754d4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= btsockstat WARNS?= 2 diff --git a/usr.bin/bluetooth/btsockstat/btsockstat.1 b/usr.bin/bluetooth/btsockstat/btsockstat.1 index ad5063da32c7..e2832510cb5d 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.22.1.4.1 2010/06/14 02:09:06 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 f63ee1fe5f7a..e16a3d289c6c 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile index 9018f6e88de6..c1172abd0b0d 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.22.1.4.1 2010/06/14 02:09:06 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 587307153333..1e7264e6b01e 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.30.1.4.1 2010/06/14 02:09:06 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 92c7d4545ab3..ecf74a8c1fef 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.11.2.1.4.1 2010/06/14 02:09:06 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 4e0d04bdc097..644ef69dd78b 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.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/stat.h> diff --git a/usr.bin/brandelf/Makefile b/usr.bin/brandelf/Makefile index 2c4859fcd959..2f59d4f9b399 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= brandelf diff --git a/usr.bin/brandelf/brandelf.1 b/usr.bin/brandelf/brandelf.1 index 9c7439e1e3b2..5394948918f8 100644 --- a/usr.bin/brandelf/brandelf.1 +++ b/usr.bin/brandelf/brandelf.1 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/brandelf/brandelf.1,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 6, 1997 .Dt BRANDELF 1 diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 9cd391eb5ee2..83ff8792f4c9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/elf_common.h> diff --git a/usr.bin/bsdiff/Makefile b/usr.bin/bsdiff/Makefile index 8a8bc3120b58..7de42b5e034c 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= bsdiff bspatch diff --git a/usr.bin/bsdiff/Makefile.inc b/usr.bin/bsdiff/Makefile.inc index 198d906713fd..b286a54e1e98 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS?= 6 diff --git a/usr.bin/bsdiff/bsdiff/Makefile b/usr.bin/bsdiff/bsdiff/Makefile index 0e8498f2be73..7bb072dab09e 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= bsdiff diff --git a/usr.bin/bsdiff/bsdiff/bsdiff.1 b/usr.bin/bsdiff/bsdiff/bsdiff.1 index 5c608b44c426..13c471281b53 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.1 +++ b/usr.bin/bsdiff/bsdiff/bsdiff.1 @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.1,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 005ad4d16610..91df986962d2 100644 --- a/usr.bin/bsdiff/bsdiff/bsdiff.c +++ b/usr.bin/bsdiff/bsdiff/bsdiff.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/bsdiff/bspatch/Makefile b/usr.bin/bsdiff/bspatch/Makefile index c0ed5219167f..a68639b3e4f1 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= bspatch diff --git a/usr.bin/bsdiff/bspatch/bspatch.1 b/usr.bin/bsdiff/bspatch/bspatch.1 index 894bc5075225..3d8d5ab71a19 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.1 +++ b/usr.bin/bsdiff/bspatch/bspatch.1 @@ -23,7 +23,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.1,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 d2af3ca869a2..bd5f8f7a6c60 100644 --- a/usr.bin/bsdiff/bspatch/bspatch.c +++ b/usr.bin/bsdiff/bspatch/bspatch.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/bsdiff/bspatch/bspatch.c,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <bzlib.h> #include <stdlib.h> diff --git a/usr.bin/bzip2/Makefile b/usr.bin/bzip2/Makefile index 0460fff19142..11acba4d82ec 100644 --- a/usr.bin/bzip2/Makefile +++ b/usr.bin/bzip2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/bzip2/Makefile,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/bzip2recover/Makefile b/usr.bin/bzip2recover/Makefile index 7f61946c8db1..4895ebfe0a44 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ BZ2DIR= ${.CURDIR}/../../contrib/bzip2 .PATH: ${BZ2DIR} diff --git a/usr.bin/c89/Makefile b/usr.bin/c89/Makefile index 1d9551cc38b6..af6bae90158a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= c89 diff --git a/usr.bin/c89/c89.1 b/usr.bin/c89/c89.1 index 302aa321dad7..d47ec0663322 100644 --- a/usr.bin/c89/c89.1 +++ b/usr.bin/c89/c89.1 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c89/c89.1,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 17, 1997 .Os diff --git a/usr.bin/c89/c89.c b/usr.bin/c89/c89.c index a1dc9b2a6238..a710723eb720 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/c99/Makefile b/usr.bin/c99/Makefile index 580065ff15c6..582c59a45df2 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= c99 diff --git a/usr.bin/c99/c99.1 b/usr.bin/c99/c99.1 index c56e5856e354..027f563cc455 100644 --- a/usr.bin/c99/c99.1 +++ b/usr.bin/c99/c99.1 @@ -24,7 +24,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" From FreeBSD: src/usr.bin/c89/c89.1,v 1.11 2007/03/10 07:10:01 ru Exp -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/c99/c99.1,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 7, 2002 .Os diff --git a/usr.bin/c99/c99.c b/usr.bin/c99/c99.c index 553099f65cc1..ab008c4a1fa7 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/calendar/Makefile b/usr.bin/calendar/Makefile index 481713ac9931..38ce5889ab26 100644 --- a/usr.bin/calendar/Makefile +++ b/usr.bin/calendar/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/calendar/Makefile,v 1.31.10.1.4.1 2010/06/14 02:09:06 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 404f44c4adec..2607fc93eeae 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 13, 2002 .Dt CALENDAR 1 diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c index d1bb74516d98..1daad874ae1a 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.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h index ff67ca6289f5..d21bebf9e2f8 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/calendar/calendars/calendar.all b/usr.bin/calendar/calendars/calendar.all index 545c0e4e868e..58c8f7f2668e 100644 --- a/usr.bin/calendar/calendars/calendar.all +++ b/usr.bin/calendar/calendars/calendar.all @@ -1,7 +1,7 @@ /* * International and national calendar files * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.all,v 1.10.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_all_ diff --git a/usr.bin/calendar/calendars/calendar.australia b/usr.bin/calendar/calendars/calendar.australia index 323e7eeffee1..3d6b151bb517 100644 --- a/usr.bin/calendar/calendars/calendar.australia +++ b/usr.bin/calendar/calendars/calendar.australia @@ -1,7 +1,7 @@ /* * Australian holidays * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.australia,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_australia_ diff --git a/usr.bin/calendar/calendars/calendar.birthday b/usr.bin/calendar/calendars/calendar.birthday index e8749bf84455..7a8d9261477a 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.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_birthday_ diff --git a/usr.bin/calendar/calendars/calendar.christian b/usr.bin/calendar/calendars/calendar.christian index 3365b07f1252..5cdf3d0700b5 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_christian_ diff --git a/usr.bin/calendar/calendars/calendar.computer b/usr.bin/calendar/calendars/calendar.computer index e8b22b482a19..95c40899d844 100644 --- a/usr.bin/calendar/calendars/calendar.computer +++ b/usr.bin/calendar/calendars/calendar.computer @@ -1,7 +1,7 @@ /* * Computer * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.computer,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_computer_ diff --git a/usr.bin/calendar/calendars/calendar.croatian b/usr.bin/calendar/calendars/calendar.croatian index 443122744d3f..46a435246000 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_croatian_ diff --git a/usr.bin/calendar/calendars/calendar.dutch b/usr.bin/calendar/calendars/calendar.dutch index 47b1bf520a4e..4834748f01bc 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.4.2.2.2.1 2010/06/14 02:09:06 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 cbb16963cdd6..c8671ec857f1 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.251.2.6.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_freebsd_ diff --git a/usr.bin/calendar/calendars/calendar.french b/usr.bin/calendar/calendars/calendar.french index 18b4d8ae8a94..a23b2d7075ff 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_french_ diff --git a/usr.bin/calendar/calendars/calendar.german b/usr.bin/calendar/calendars/calendar.german index 635aef1d5735..f139dc9c3c72 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_german_ diff --git a/usr.bin/calendar/calendars/calendar.history b/usr.bin/calendar/calendars/calendar.history index 4f87c7c2ad72..eac2bbe67441 100644 --- a/usr.bin/calendar/calendars/calendar.history +++ b/usr.bin/calendar/calendars/calendar.history @@ -1,7 +1,7 @@ /* * History * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.history,v 1.35.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_history_ diff --git a/usr.bin/calendar/calendars/calendar.holiday b/usr.bin/calendar/calendars/calendar.holiday index d2dcd5af003d..9ee750b4dd79 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_holiday_ diff --git a/usr.bin/calendar/calendars/calendar.hungarian b/usr.bin/calendar/calendars/calendar.hungarian index 1b29dfaf2f46..e5d79d5ca44c 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_hungarian_ diff --git a/usr.bin/calendar/calendars/calendar.judaic b/usr.bin/calendar/calendars/calendar.judaic index 33e8033aa72e..1e2ff9aada02 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.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/usr.bin/calendar/calendars/calendar.lotr b/usr.bin/calendar/calendars/calendar.lotr index 2450e363400b..2b323dd22a8c 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_lotr_ diff --git a/usr.bin/calendar/calendars/calendar.music b/usr.bin/calendar/calendars/calendar.music index 557e63bdc35f..59ae47e41242 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_music_ diff --git a/usr.bin/calendar/calendars/calendar.newzealand b/usr.bin/calendar/calendars/calendar.newzealand index be069df8dfea..14f2e3d5e86e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_newzealand_ diff --git a/usr.bin/calendar/calendars/calendar.russian b/usr.bin/calendar/calendars/calendar.russian index 07018766a832..88aa302004fa 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_russian_ diff --git a/usr.bin/calendar/calendars/calendar.southafrica b/usr.bin/calendar/calendars/calendar.southafrica index ae683b0bd358..684ce56e0d33 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_southafrica_ diff --git a/usr.bin/calendar/calendars/calendar.ukrainian b/usr.bin/calendar/calendars/calendar.ukrainian index 3cff8c5a6072..4850193197fa 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_ukrainian_ diff --git a/usr.bin/calendar/calendars/calendar.usholiday b/usr.bin/calendar/calendars/calendar.usholiday index 8ae0bc019dff..c06f3ed11edc 100644 --- a/usr.bin/calendar/calendars/calendar.usholiday +++ b/usr.bin/calendar/calendars/calendar.usholiday @@ -1,7 +1,7 @@ /* * USA holiday * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/calendar.usholiday,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _calendar_usholiday_ diff --git a/usr.bin/calendar/calendars/calendar.world b/usr.bin/calendar/calendars/calendar.world index 2b65f1af748f..94e70068728b 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.34.1.4.1 2010/06/14 02:09:06 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 751c001982ca..1a797d7819e7 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.30.1.4.1 2010/06/14 02:09:06 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 f2a33cc563b2..766b325ec55f 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.38.1.4.1 2010/06/14 02:09:06 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 f966c0d085be..2888479b6f8e 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag @@ -1,7 +1,7 @@ /* * Feiertage * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.feiertag,v 1.14.10.1.4.1 2010/06/14 02:09:06 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 4ca78bb6abd8..4b27c8758b9f 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte @@ -13,7 +13,7 @@ * * ISBN 3-924521-59-X * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte,v 1.13.10.1.4.1 2010/06/14 02:09:06 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 02640b115bfb..0365d9efb3af 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.38.1.4.1 2010/06/14 02:09:06 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 bfa33e66168e..35c20ac722df 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.32.1.4.1 2010/06/14 02:09:06 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 318969cfe87c..2e892415a3f3 100644 --- a/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik +++ b/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik @@ -1,7 +1,7 @@ /* * Musik * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.musik,v 1.13.10.1.4.1 2010/06/14 02:09:06 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 2c7639217df5..4f85dca418af 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.32.1.4.1 2010/06/14 02:09:06 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 785512e543d3..9cad7bcd68ad 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.38.1.4.1 2010/06/14 02:09:06 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 7ee3b92b8d0f..d41bdb7305b9 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes @@ -1,7 +1,7 @@ /* * Fêtes à souhaiter * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.fetes,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 18b4d8ae8a94..f0a63b81cb0d 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.38.1.4.1 2010/06/14 02:09:06 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 48867ac42dc1..eef3c04b945f 100644 --- a/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies +++ b/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies @@ -1,7 +1,7 @@ /* * Jours fériés * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/fr_FR.ISO8859-1/calendar.jferies,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 5a9f0eaf13aa..ae2a06d099e2 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.38.1.4.1 2010/06/14 02:09:06 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 326571a2ae37..caacf8f76bc1 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.38.1.4.1 2010/06/14 02:09:06 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 a1e93fbf059d..fa17504f73a4 100644 --- a/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici +++ b/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici @@ -1,7 +1,7 @@ /* * hrvatski praznici * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici,v 1.8.10.1.4.1 2010/06/14 02:09:06 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 5084dc7295b6..2b00c806d483 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.30.1.4.1 2010/06/14 02:09:06 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 f85c0840d910..496c82657079 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.30.1.4.1 2010/06/14 02:09:06 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 dab8ead76abf..7657eafa3a9f 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.30.1.4.1 2010/06/14 02:09:06 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 b2de01ee8e58..1f5b979f0b17 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.30.1.4.1 2010/06/14 02:09:06 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 ae9db453885e..5944662dd654 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.14.2.1.4.1 2010/06/14 02:09:06 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 c062b5764c4f..eb3082325618 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday @@ -1,7 +1,7 @@ /* * òÏÓÓÉÊÓËÉÅ ÐÒÁÚÄÎÉËÉ (ÎÅÒÁÂÏÞÉÅ "ËÒÁÓÎÙÅ" ÄÎÉ) * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.holiday,v 1.3.10.1.4.1 2010/06/14 02:09:06 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 1b4e9c8880f8..67cf5d7f7964 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.32.1.4.1 2010/06/14 02:09:06 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 5e279859b7ff..3544f80f4dab 100644 --- a/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk +++ b/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk @@ -1,7 +1,7 @@ /* * ðÅÒÅ×ÏÄ ÞÁÓÏ× ÄÌÑ ÍÏÓËÏ×ÓËÏÊ ×ÒÅÍÅÎÎÏÊ ÚÏÎÙ * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 ac38458d4a68..33ff6e345319 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.38.1.4.1 2010/06/14 02:09:06 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 2fb6bc072692..080f4854e198 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.30.1.4.1 2010/06/14 02:09:06 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 1dfa26220475..07f3308518c7 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.14.1.4.1 2010/06/14 02:09:06 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 08559d89bc2d..001a14bd5006 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.14.1.4.1 2010/06/14 02:09:06 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 b49769d104ac..207f443ba920 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.14.1.4.1 2010/06/14 02:09:06 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 797c8c184f10..23352a6ffcc5 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _uk_UA_KOI8_U_orthodox_ diff --git a/usr.bin/calendar/day.c b/usr.bin/calendar/day.c index d3f3c1ec4f29..4d42b038e295 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.28.2.1.4.1 2010/06/14 02:09:06 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 92df7be2582d..34461b5995e7 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.26.2.1.4.1 2010/06/14 02:09:06 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 76e593327a39..3293c09de676 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/paskha.c b/usr.bin/calendar/paskha.c index d96ffc2546e0..dfdab6c35848 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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/calendar/pathnames.h b/usr.bin/calendar/pathnames.h index cacbd2587acd..1870fd6757b3 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 408790c6c025..69a205aed2f1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= cap_mkdb diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 2ac09e35bc84..e1e913b2ae54 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.22.1.4.1 2010/06/14 02:09:06 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 32413c88b4b6..f7ba89557430 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/catman/Makefile b/usr.bin/catman/Makefile index d80a5fd8ae49..792e65707aa8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= catman WARNS?= 6 diff --git a/usr.bin/catman/catman.1 b/usr.bin/catman/catman.1 index fe855872fd54..4739c2366d6d 100644 --- a/usr.bin/catman/catman.1 +++ b/usr.bin/catman/catman.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/catman/catman.1,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 3, 2005 .Dt CATMAN 1 diff --git a/usr.bin/catman/catman.c b/usr.bin/catman/catman.c index c17a091593cb..2ac21d441413 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.16.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 8aa23eb0daf2..8577cc54f2a3 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.32.1.4.1 2010/06/14 02:09:06 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 ecc733d1ce7b..be88a3dd8bd3 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.34.1.4.1 2010/06/14 02:09:06 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 056af3749f9d..9e8e56019bc1 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/checknr/Makefile b/usr.bin/checknr/Makefile index 8a47b5956bef..9329fdd8d4d4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= checknr diff --git a/usr.bin/checknr/checknr.1 b/usr.bin/checknr/checknr.1 index 713c88cd26ee..bad5aa8b50ad 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 26, 2005 .Dt CHECKNR 1 diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c index dd4c726220b1..c709cf12eb5f 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.10.2.1.4.1 2010/06/14 02:09:06 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 2813ca1a45f0..289b81931117 100644 --- a/usr.bin/chkey/Makefile +++ b/usr.bin/chkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/chkey/Makefile,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1 index a4467c89449c..560cb9db1cc0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 5, 1989 .Dt CHKEY 1 diff --git a/usr.bin/chkey/chkey.c b/usr.bin/chkey/chkey.c index db0b743fd583..9d0d0437f26a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile index e9589562186a..9a0989a629e1 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.32.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 24b17597bad6..c7feba4932d5 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/chpass/chpass.1,v 1.39.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 30, 1993 .Dt CHPASS 1 diff --git a/usr.bin/chpass/chpass.c b/usr.bin/chpass/chpass.c index 2504e68ec17d..e82a4a33873b 100644 --- a/usr.bin/chpass/chpass.c +++ b/usr.bin/chpass/chpass.c @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)chpass.c 8.4 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/chpass/chpass.c,v 1.28.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/chpass/chpass.h b/usr.bin/chpass/chpass.h index ed1a58649d59..7889f62a26e8 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct passwd; diff --git a/usr.bin/chpass/edit.c b/usr.bin/chpass/edit.c index ce82f8ee4644..af20337ffb9e 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.34.1.4.1 2010/06/14 02:09:06 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 eac5561a8dc2..c87e79131f54 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.30.1.4.1 2010/06/14 02:09:06 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 19f1a99062d8..5e43fc77fd55 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/chpass/util.c b/usr.bin/chpass/util.c index 07d96e227a96..4aa83afdc147 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/Makefile b/usr.bin/cksum/Makefile index 828900ac0273..ae51f403f48f 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.36.1.4.1 2010/06/14 02:09:06 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 d4a0ee7d3ed2..5f1217b32f13 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 diff --git a/usr.bin/cksum/cksum.c b/usr.bin/cksum/cksum.c index 67253c112333..b90d640213f6 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.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc.c b/usr.bin/cksum/crc.c index d1f42f2f628c..8dcd95c18547 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/crc32.c b/usr.bin/cksum/crc32.c index cadbc17b69bb..87056f172c3a 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/extern.h b/usr.bin/cksum/extern.h index f2d75def1eab..01759df3cd09 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/cksum/print.c b/usr.bin/cksum/print.c index 1cc27646f21c..b612fb8b1285 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index 406b40e2832f..9ca9e0d7ad42 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cksum/sum2.c b/usr.bin/cksum/sum2.c index c179c6289a2f..18c354acde83 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile index d93f54bc0fd5..7f72a6b31250 100644 --- a/usr.bin/cmp/Makefile +++ b/usr.bin/cmp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cmp/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 29088aae1128..b1726b8ea356 100644 --- a/usr.bin/cmp/cmp.1 +++ b/usr.bin/cmp/cmp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cmp.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cmp/cmp.1,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 19, 2006 .Dt CMP 1 diff --git a/usr.bin/cmp/cmp.c b/usr.bin/cmp/cmp.c index 304aa7de4613..d654a45e79e4 100644 --- a/usr.bin/cmp/cmp.c +++ b/usr.bin/cmp/cmp.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)cmp.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cmp/cmp.c,v 1.17.10.1.4.1 2010/06/14 02:09:06 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 1dd1c820e2fb..3e64ec23b5f8 100644 --- a/usr.bin/cmp/extern.h +++ b/usr.bin/cmp/extern.h @@ -32,7 +32,7 @@ * * @(#)extern.h 8.3 (Berkeley) 4/2/94 * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/cmp/extern.h,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/usr.bin/cmp/link.c b/usr.bin/cmp/link.c index fe45def9fb57..f61a56350f4f 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.14.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/cmp/misc.c b/usr.bin/cmp/misc.c index 53c6a9bf6dd3..783c7c1baa90 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/cmp/regular.c b/usr.bin/cmp/regular.c index 814d9333b938..9380e592e696 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.19.2.1.4.1 2010/06/14 02:09:06 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 bbe3cb10fa81..c1f6e6e9488d 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/col/Makefile b/usr.bin/col/Makefile index 8e3a95948f3f..8db0b8f1e55f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= col diff --git a/usr.bin/col/README b/usr.bin/col/README index 116a044a38f4..a645d87acd8a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ col - filter out reverse line feeds. diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 3197c02d5a43..d85a98209420 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COL 1 diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 8b45ba697202..6c41aa1c9e30 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)col.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/col/col.c,v 1.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colcrt/Makefile b/usr.bin/colcrt/Makefile index 87d96cabffa1..0eef5701513c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= colcrt diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index a4a727e8940b..bd18669bf945 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 31, 2004 .Dt COLCRT 1 diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 2ba4f39bbdae..c2b5bc3dd527 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <locale.h> diff --git a/usr.bin/colldef/Makefile b/usr.bin/colldef/Makefile index 6cb213f48898..e18c46b4247d 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.36.1.4.1 2010/06/14 02:09:06 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 fafa74db460d..feb980850ec3 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 27, 1995 .Dt COLLDEF 1 diff --git a/usr.bin/colldef/common.h b/usr.bin/colldef/common.h index 316490d4eb8d..eedaca3732f2 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define CHARMAP_SYMBOL_LEN 64 diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y index 9f8f8a80b11b..ee861fab1b9e 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.36.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <arpa/inet.h> diff --git a/usr.bin/colldef/scan.l b/usr.bin/colldef/scan.l index b396ed0ff724..3c62eae3720c 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.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 12585762f626..169d14f5e957 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= colrm diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1 index ceb04558e6dc..1d62450f02d0 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 4, 2004 .Dt COLRM 1 diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 52dda90086dd..8d2e9f015960 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <err.h> diff --git a/usr.bin/column/Makefile b/usr.bin/column/Makefile index 771723ef31f5..7595ad436d36 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= column diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 5c5a100fe3b1..f46664136287 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 29, 2004 .Os diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 329cfa932ee5..744f6c106099 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)column.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/column/column.c,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/usr.bin/comm/Makefile b/usr.bin/comm/Makefile index 13da76fa2ef6..0b47b0af76fd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= comm diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 02b508cf6264..f4e74e53fda1 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 12, 2009 .Os diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index ea9267311354..077d6910cca7 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 3d4ab15dfcce..fef4a68849e4 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/compile_et/Makefile,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/com_err diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 45c0814add3f..4de4189bc9e8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= compress SRCS= compress.c zopen.c diff --git a/usr.bin/compress/compress.1 b/usr.bin/compress/compress.1 index c37562fb0402..fe9ebd1cf951 100644 --- a/usr.bin/compress/compress.1 +++ b/usr.bin/compress/compress.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)compress.1 8.2 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/compress/compress.1,v 1.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 17, 2002 .Dt COMPRESS 1 diff --git a/usr.bin/compress/compress.c b/usr.bin/compress/compress.c index 584f283ffb88..704e2892472b 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.32.1.4.1 2010/06/14 02:09:06 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 d400c9b485ca..05573781e4fc 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.36.1.4.1 2010/06/14 02:09:06 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 2b5f6ba98b23..4105a2e6403b 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.34.1.4.1 2010/06/14 02:09:06 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 57e0337eef7d..be48741775ff 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.36.1.4.1 2010/06/14 02:09:06 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 a1ffbf75d20d..77864205c92a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt ZOPEN 3 diff --git a/usr.bin/compress/zopen.c b/usr.bin/compress/zopen.c index f0ec8871cd81..1f435770da13 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.22.1.4.1 2010/06/14 02:09:06 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 a27a4f9b98aa..a008ac26ca8a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _ZOPEN_H_ diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index f2fe632f3d3a..34098ec242fc 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cpio/Makefile,v 1.9.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/cpio/bsdcpio.1 b/usr.bin/cpio/bsdcpio.1 index 81b34626bbd0..74b21d9844e9 100644 --- a/usr.bin/cpio/bsdcpio.1 +++ b/usr.bin/cpio/bsdcpio.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/cpio/bsdcpio.1,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 21, 2007 .Dt BSDCPIO 1 diff --git a/usr.bin/cpio/cmdline.c b/usr.bin/cpio/cmdline.c index 9b6172854033..26d4ae5f0f1c 100644 --- a/usr.bin/cpio/cmdline.c +++ b/usr.bin/cpio/cmdline.c @@ -26,7 +26,7 @@ #include "cpio_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/cmdline.c,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/usr.bin/cpio/config_freebsd.h b/usr.bin/cpio/config_freebsd.h index df376ff2d30a..ffa11bc30190 100644 --- a/usr.bin/cpio/config_freebsd.h +++ b/usr.bin/cpio/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/cpio/config_freebsd.h,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* A default configuration for FreeBSD, used if there is no config.h. */ diff --git a/usr.bin/cpio/cpio.c b/usr.bin/cpio/cpio.c index 3b626f7f5405..98858f5421aa 100644 --- a/usr.bin/cpio/cpio.c +++ b/usr.bin/cpio/cpio.c @@ -26,7 +26,7 @@ #include "cpio_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/cpio.c,v 1.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <archive.h> diff --git a/usr.bin/cpio/cpio.h b/usr.bin/cpio/cpio.h index 8493299263a7..073df4eab527 100644 --- a/usr.bin/cpio/cpio.h +++ b/usr.bin/cpio/cpio.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/cpio/cpio.h,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef CPIO_H_INCLUDED diff --git a/usr.bin/cpio/cpio_platform.h b/usr.bin/cpio/cpio_platform.h index 037376a8c6d8..58621288583e 100644 --- a/usr.bin/cpio/cpio_platform.h +++ b/usr.bin/cpio/cpio_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/cpio/cpio_platform.h,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/cpio/err.c b/usr.bin/cpio/err.c index ad9c0e193e17..210625dadd79 100644 --- a/usr.bin/cpio/err.c +++ b/usr.bin/cpio/err.c @@ -26,7 +26,7 @@ #include "cpio_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/err.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_STDARG_H #include <stdarg.h> diff --git a/usr.bin/cpio/matching.c b/usr.bin/cpio/matching.c index 8d1798fd50ff..c1213dac1f0e 100644 --- a/usr.bin/cpio/matching.c +++ b/usr.bin/cpio/matching.c @@ -24,7 +24,7 @@ */ #include "cpio_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/matching.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/usr.bin/cpio/matching.h b/usr.bin/cpio/matching.h index a66bc86bc73d..01cb4bc2d452 100644 --- a/usr.bin/cpio/matching.h +++ b/usr.bin/cpio/matching.h @@ -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/cpio/matching.h,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef MATCHING_H diff --git a/usr.bin/cpio/pathmatch.c b/usr.bin/cpio/pathmatch.c index 40fa836041b0..b5e14fe83d45 100644 --- a/usr.bin/cpio/pathmatch.c +++ b/usr.bin/cpio/pathmatch.c @@ -25,7 +25,7 @@ */ #include "cpio_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/pathmatch.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_STRING_H #include <string.h> diff --git a/usr.bin/cpio/pathmatch.h b/usr.bin/cpio/pathmatch.h index fd2c2575cc0a..b7822b1a84a9 100644 --- a/usr.bin/cpio/pathmatch.h +++ b/usr.bin/cpio/pathmatch.h @@ -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/cpio/pathmatch.h,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef PATHMATCH_H diff --git a/usr.bin/cpio/test/Makefile b/usr.bin/cpio/test/Makefile index 7da5a606226a..4ff8b0fddb37 100644 --- a/usr.bin/cpio/test/Makefile +++ b/usr.bin/cpio/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cpio/test/Makefile,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # Where to find the cpio sources (for the internal unit tests) CPIO_SRCDIR=${.CURDIR}/.. diff --git a/usr.bin/cpio/test/main.c b/usr.bin/cpio/test/main.c index 5a5175256bb0..c2e4bc291973 100644 --- a/usr.bin/cpio/test/main.c +++ b/usr.bin/cpio/test/main.c @@ -45,7 +45,7 @@ /* How to generate extra version info. */ #define EXTRA_VERSION (systemf("%s --version", testprog) ? "" : "") #define KNOWNREF "test_option_f.cpio.uu" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/test/main.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * "list.h" is simply created by "grep DEFINE_TEST"; it has diff --git a/usr.bin/cpio/test/test.h b/usr.bin/cpio/test/test.h index be28dd40760d..20242cca1cd0 100644 --- a/usr.bin/cpio/test/test.h +++ b/usr.bin/cpio/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/cpio/test/test.h,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Every test program should #include "test.h" as the first thing. */ diff --git a/usr.bin/cpio/test/test_0.c b/usr.bin/cpio/test/test_0.c index d224daaeacc2..956c62c10456 100644 --- a/usr.bin/cpio/test/test_0.c +++ b/usr.bin/cpio/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/cpio/test/test_0.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * This first test does basic sanity checks on the environment. For diff --git a/usr.bin/cpio/test/test_basic.c b/usr.bin/cpio/test/test_basic.c index a4eb60fa63d6..5597cbdbe0ea 100644 --- a/usr.bin/cpio/test/test_basic.c +++ b/usr.bin/cpio/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/cpio/test/test_basic.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static void verify_files(const char *target) diff --git a/usr.bin/cpio/test/test_format_newc.c b/usr.bin/cpio/test/test_format_newc.c index 816f074a6d38..e4799906d4e2 100644 --- a/usr.bin/cpio/test/test_format_newc.c +++ b/usr.bin/cpio/test/test_format_newc.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/cpio/test/test_format_newc.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static int is_hex(const char *p, size_t l) diff --git a/usr.bin/cpio/test/test_gcpio_compat.c b/usr.bin/cpio/test/test_gcpio_compat.c index 767719bb6bca..03d830a3f27f 100644 --- a/usr.bin/cpio/test/test_gcpio_compat.c +++ b/usr.bin/cpio/test/test_gcpio_compat.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/cpio/test/test_gcpio_compat.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static void unpack_test(const char *from, const char *options, const char *se) diff --git a/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu b/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu index 745d8ab7851a..4875327b8539 100644 --- a/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu +++ b/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_gcpio_compat_ref.bin.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_gcpio_compat_ref.bin MQW%9`*IWI('H`^@#`@````U'=YD%````"@!F:6QE```Q,C,T-38W.#D*QW%9 M`*IWI('H`^@#`@````U'=YD)````"@!L:6YK9FEL90``,3(S-#4V-S@Y"L=Q diff --git a/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu b/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu index df8dde05bd82..efa431e94dbc 100644 --- a/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu +++ b/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_gcpio_compat_ref.crc.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_gcpio_compat_ref.crc M,#<P-S`R,#`S,S<W86$P,#`P.#%A-#`P,#`P,V4X,#`P,#`S93@P,#`P,#`P M,C0W,&0Y.3<W,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#4Y,#`P,#`P,#`P,#`P diff --git a/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu b/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu index 1e29ba907bb4..18531db82448 100644 --- a/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu +++ b/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_gcpio_compat_ref.newc.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_gcpio_compat_ref.newc M,#<P-S`Q,#`S,S<W86$P,#`P.#%A-#`P,#`P,V4X,#`P,#`S93@P,#`P,#`P M,C0W,&0Y.3<W,#`P,#`P,#`P,#`P,#`P,#`P,#`P,#4Y,#`P,#`P,#`P,#`P diff --git a/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu b/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu index 77989f4aed06..b38d76861edd 100644 --- a/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu +++ b/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_gcpio_compat_ref.ustar.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_gcpio_compat_ref.ustar M9FEL90`````````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/usr.bin/cpio/test/test_option_B.c b/usr.bin/cpio/test/test_option_B.c index 80838823f9d6..f096fe96169d 100644 --- a/usr.bin/cpio/test/test_option_B.c +++ b/usr.bin/cpio/test/test_option_B.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/cpio/test/test_option_B.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_B) diff --git a/usr.bin/cpio/test/test_option_L.c b/usr.bin/cpio/test/test_option_L.c index 79e2adb74a4e..84e2685ba3d4 100644 --- a/usr.bin/cpio/test/test_option_L.c +++ b/usr.bin/cpio/test/test_option_L.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/cpio/test/test_option_L.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_L) { diff --git a/usr.bin/cpio/test/test_option_a.c b/usr.bin/cpio/test/test_option_a.c index e7698367f6da..4b6c967244fe 100644 --- a/usr.bin/cpio/test/test_option_a.c +++ b/usr.bin/cpio/test/test_option_a.c @@ -28,7 +28,7 @@ #else #include <utime.h> #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/test/test_option_a.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static struct { const char *name; diff --git a/usr.bin/cpio/test/test_option_c.c b/usr.bin/cpio/test/test_option_c.c index 2f4e3bc586f2..f746a6848b48 100644 --- a/usr.bin/cpio/test/test_option_c.c +++ b/usr.bin/cpio/test/test_option_c.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/cpio/test/test_option_c.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static int is_octal(const char *p, size_t l) diff --git a/usr.bin/cpio/test/test_option_d.c b/usr.bin/cpio/test/test_option_d.c index cb422aea2fa8..9f967a90c35e 100644 --- a/usr.bin/cpio/test/test_option_d.c +++ b/usr.bin/cpio/test/test_option_d.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/cpio/test/test_option_d.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_d) diff --git a/usr.bin/cpio/test/test_option_ell.c b/usr.bin/cpio/test/test_option_ell.c index 36bb0acc350b..b76003327a78 100644 --- a/usr.bin/cpio/test/test_option_ell.c +++ b/usr.bin/cpio/test/test_option_ell.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/cpio/test/test_option_ell.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * This is called "test_option_ell" instead of "test_option_l" to diff --git a/usr.bin/cpio/test/test_option_f.c b/usr.bin/cpio/test/test_option_f.c index 54e07ac6da9c..5404adff944e 100644 --- a/usr.bin/cpio/test/test_option_f.c +++ b/usr.bin/cpio/test/test_option_f.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/cpio/test/test_option_f.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Unpack the archive in a new dir. diff --git a/usr.bin/cpio/test/test_option_f.cpio.uu b/usr.bin/cpio/test/test_option_f.cpio.uu index 42c63c39685e..7e54f6445907 100644 --- a/usr.bin/cpio/test/test_option_f.cpio.uu +++ b/usr.bin/cpio/test/test_option_f.cpio.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_option_f.cpio.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_option_f.cpio M,#<P-S`W,#`P,3,Q-C(Q-38Q,3`P-C0T,#`Q-S4P,#`Q-S4P,#`P,#`Q,#`P M,#`P,3`W,S4Q,3(U,C8P,#`P,#4P,#`P,#`P,#`P,&$Q,C,`,#<P-S`W,#`P diff --git a/usr.bin/cpio/test/test_option_help.c b/usr.bin/cpio/test/test_option_help.c index b9433a43a68b..0de8d44a7d30 100644 --- a/usr.bin/cpio/test/test_option_help.c +++ b/usr.bin/cpio/test/test_option_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/cpio/test/test_option_help.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Test that "--help", "-h", and "-W help" options all work and diff --git a/usr.bin/cpio/test/test_option_m.c b/usr.bin/cpio/test/test_option_m.c index 7f8e9019d82e..011011b5f885 100644 --- a/usr.bin/cpio/test/test_option_m.c +++ b/usr.bin/cpio/test/test_option_m.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/cpio/test/test_option_m.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_m) diff --git a/usr.bin/cpio/test/test_option_m.cpio.uu b/usr.bin/cpio/test/test_option_m.cpio.uu index 3d2002355e55..9128817c04a9 100644 --- a/usr.bin/cpio/test/test_option_m.cpio.uu +++ b/usr.bin/cpio/test/test_option_m.cpio.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_option_m.cpio.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_option_m.cpio M,#<P-S`W,#`P,3,Q-#4P,#8T,3`P-C0T,#`Q-S4P,#`Q-S4P,#`P,#`Q,#`P M,#`P,#`P,#`P,#`P,#$P,#`P,#4P,#`P,#`P,#`P,&9I;&4`,#<P-S`W,#`P diff --git a/usr.bin/cpio/test/test_option_t.c b/usr.bin/cpio/test/test_option_t.c index 1c9af1921b6b..b82c2260ec6d 100644 --- a/usr.bin/cpio/test/test_option_t.c +++ b/usr.bin/cpio/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/cpio/test/test_option_t.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_t) diff --git a/usr.bin/cpio/test/test_option_t.cpio.uu b/usr.bin/cpio/test/test_option_t.cpio.uu index 055fe747d06f..700600fe1ac4 100644 --- a/usr.bin/cpio/test/test_option_t.cpio.uu +++ b/usr.bin/cpio/test/test_option_t.cpio.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_option_t.cpio.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_option_t.cpio M,#<P-S`W,#`P,3,Q-#4P,#8T,3`P-C0T,#`Q-S4P,#`Q-S4P,#`P,#`Q,#`P M,#`P,#`P,#`P,#`P,#$P,#`P,#4P,#`P,#`P,#`P,&9I;&4`,#<P-S`W,#`P diff --git a/usr.bin/cpio/test/test_option_t.stdout.uu b/usr.bin/cpio/test/test_option_t.stdout.uu index 2457706eceed..4ab3e2dc7d05 100644 --- a/usr.bin/cpio/test/test_option_t.stdout.uu +++ b/usr.bin/cpio/test/test_option_t.stdout.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_option_t.stdout.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_option_t.stdout %9FEL90H` ` diff --git a/usr.bin/cpio/test/test_option_tv.stdout.uu b/usr.bin/cpio/test/test_option_tv.stdout.uu index 7f1879c80b16..3ec829df7d58 100644 --- a/usr.bin/cpio/test/test_option_tv.stdout.uu +++ b/usr.bin/cpio/test/test_option_tv.stdout.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/cpio/test/test_option_tv.stdout.uu,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_option_tv.stdout M+7)W+7(M+7(M+2`@(#$@=&EM("`@("`@=&EM("`@("`@("`@("`@(#`@1&5C /(#,Q("`Q.38Y(&9I;&4* diff --git a/usr.bin/cpio/test/test_option_u.c b/usr.bin/cpio/test/test_option_u.c index 7d2edfff564f..5dcd6bf41b9a 100644 --- a/usr.bin/cpio/test/test_option_u.c +++ b/usr.bin/cpio/test/test_option_u.c @@ -28,7 +28,7 @@ #else #include <utime.h> #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpio/test/test_option_u.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_u) { diff --git a/usr.bin/cpio/test/test_option_version.c b/usr.bin/cpio/test/test_option_version.c index 8a25248c41ca..47daca0ae698 100644 --- a/usr.bin/cpio/test/test_option_version.c +++ b/usr.bin/cpio/test/test_option_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/cpio/test/test_option_version.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Test that --version option works and generates reasonable output. diff --git a/usr.bin/cpio/test/test_option_y.c b/usr.bin/cpio/test/test_option_y.c index 5cefaedc91cb..626bbc4de61d 100644 --- a/usr.bin/cpio/test/test_option_y.c +++ b/usr.bin/cpio/test/test_option_y.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/cpio/test/test_option_y.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_y) { diff --git a/usr.bin/cpio/test/test_option_z.c b/usr.bin/cpio/test/test_option_z.c index 20579120e785..62290162416a 100644 --- a/usr.bin/cpio/test/test_option_z.c +++ b/usr.bin/cpio/test/test_option_z.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/cpio/test/test_option_z.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_z) { diff --git a/usr.bin/cpio/test/test_owner_parse.c b/usr.bin/cpio/test/test_owner_parse.c index 06fabd980352..854848fd7b4d 100644 --- a/usr.bin/cpio/test/test_owner_parse.c +++ b/usr.bin/cpio/test/test_owner_parse.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/cpio/test/test_owner_parse.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "../cpio.h" #include "err.h" diff --git a/usr.bin/cpio/test/test_passthrough_dotdot.c b/usr.bin/cpio/test/test_passthrough_dotdot.c index bcb5a6ad9dbf..22c3ee77fc64 100644 --- a/usr.bin/cpio/test/test_passthrough_dotdot.c +++ b/usr.bin/cpio/test/test_passthrough_dotdot.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/cpio/test/test_passthrough_dotdot.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Verify that "cpio -p .." works. diff --git a/usr.bin/cpio/test/test_passthrough_reverse.c b/usr.bin/cpio/test/test_passthrough_reverse.c index a7695ed9dba3..a306f3be0fd2 100644 --- a/usr.bin/cpio/test/test_passthrough_reverse.c +++ b/usr.bin/cpio/test/test_passthrough_reverse.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/cpio/test/test_passthrough_reverse.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * As reported by Bernd Walter: Some people are in the habit of diff --git a/usr.bin/cpio/test/test_pathmatch.c b/usr.bin/cpio/test/test_pathmatch.c index a596eda1daec..d8defe545b93 100644 --- a/usr.bin/cpio/test/test_pathmatch.c +++ b/usr.bin/cpio/test/test_pathmatch.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/cpio/test/test_pathmatch.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "../pathmatch.h" diff --git a/usr.bin/cpuset/Makefile b/usr.bin/cpuset/Makefile index 85a51485a47c..80427028df87 100644 --- a/usr.bin/cpuset/Makefile +++ b/usr.bin/cpuset/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/cpuset/Makefile,v 1.2.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= cpuset WARNS?= 6 diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1 index 88e8c9897dd7..ef1e6e48f2d1 100644 --- a/usr.bin/cpuset/cpuset.1 +++ b/usr.bin/cpuset/cpuset.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/cpuset/cpuset.1,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 29, 2008 .Dt CPUSET 1 diff --git a/usr.bin/cpuset/cpuset.c b/usr.bin/cpuset/cpuset.c index 35b13afa0a4e..ba57dbf5f1c1 100644 --- a/usr.bin/cpuset/cpuset.c +++ b/usr.bin/cpuset/cpuset.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/cpuset/cpuset.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/csplit/Makefile b/usr.bin/csplit/Makefile index 3f370c7c4ad3..f3476b268f5f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= csplit diff --git a/usr.bin/csplit/csplit.1 b/usr.bin/csplit/csplit.1 index 58e58d85e133..d3b38e1d71b7 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 24, 2008 .Dt CSPLIT 1 diff --git a/usr.bin/csplit/csplit.c b/usr.bin/csplit/csplit.c index 2dff81fa8a45..713330875997 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile index 37536fa9a457..04097db0e05d 100644 --- a/usr.bin/csup/Makefile +++ b/usr.bin/csup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/csup/Makefile,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/csup diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c index a55895f769ef..10b7957a8b4f 100644 --- a/usr.bin/ctags/C.c +++ b/usr.bin/ctags/C.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/C.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/Makefile b/usr.bin/ctags/Makefile index dc639af6e2e8..f23fb31f9c2e 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.36.1.4.1 2010/06/14 02:09:06 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 d1f0d5a61632..ae422ffb95c3 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt CTAGS 1 diff --git a/usr.bin/ctags/ctags.c b/usr.bin/ctags/ctags.c index eda4145291f9..27ad5fe3ae2e 100644 --- a/usr.bin/ctags/ctags.c +++ b/usr.bin/ctags/ctags.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)ctags.c 8.4 (Berkeley) 2/7/95"; #include <sys/cdefs.h> #include <sys/types.h> #include <sys/wait.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/ctags.c,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/ctags.h b/usr.bin/ctags/ctags.h index ce4484f2f6bc..d768f7a4b3ad 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/usr.bin/ctags/fortran.c b/usr.bin/ctags/fortran.c index 3761615f10eb..8149d7100eec 100644 --- a/usr.bin/ctags/fortran.c +++ b/usr.bin/ctags/fortran.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)fortran.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/fortran.c,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c index 3ac47df76ee5..e5d5d87e30ac 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/ctags/print.c b/usr.bin/ctags/print.c index a31ff931f7f2..1aa7951de5a4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c index bd65c5a88f3c..ba0296a57f2a 100644 --- a/usr.bin/ctags/tree.c +++ b/usr.bin/ctags/tree.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ctags/tree.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/ctags/yacc.c b/usr.bin/ctags/yacc.c index e0e0daba6687..3dedd97a9275 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <limits.h> diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 5be029a3d9d1..5cf9cdac0d18 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= cut diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 780b5375c5ef..a1d85bf72f47 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.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 21, 2006 .Dt CUT 1 diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c index a370e600ef0a..434f69e2f02e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/dig/Makefile b/usr.bin/dig/Makefile index 585e3794b193..775ccc886330 100644 --- a/usr.bin/dig/Makefile +++ b/usr.bin/dig/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/dig/Makefile,v 1.14.2.1.4.1 2010/06/14 02:09:06 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 770389799411..96d80f2049f7 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= dirname NO_MAN= diff --git a/usr.bin/dirname/dirname.c b/usr.bin/dirname/dirname.c index 93b135de2167..762bec621c24 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <libgen.h> diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 12e80b9da3d1..d831edeea354 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= du WARNS?= 6 diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index af2ff8475a20..ec0f54ee53e9 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.34.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 6, 2008 .Dt DU 1 diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 63677f5f94ce..b86b4c59c472 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.50.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/ee/Makefile b/usr.bin/ee/Makefile index 6ce39cf6e353..f86cbd9f1351 100644 --- a/usr.bin/ee/Makefile +++ b/usr.bin/ee/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ee/Makefile,v 1.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/ee 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 73aa620183c3..5b926e181252 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.10.2.1.4.1 2010/06/14 02:09:06 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 31bfe6ebc39b..d0d3bd7029fd 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg b/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg index ca6253e9235e..6a8dac53c7e0 100644 --- a/usr.bin/ee/nls/hu_HU.ISO8859-2/ee.msg +++ b/usr.bin/ee/nls/hu_HU.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/hu_HU.ISO8859-2/ee.msg,v 1.1.2.1.4.1 2010/06/14 02:09:06 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 94a1eabc414b..5cedc2b676aa 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.7.2.1.4.1 2010/06/14 02:09:06 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 9067d2943481..07a2b2567ab2 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.2.2.1.4.1 2010/06/14 02:09:06 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 a9d7fcf1a962..84196831a60e 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.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ $ $ $set 1 diff --git a/usr.bin/elf2aout/Makefile b/usr.bin/elf2aout/Makefile index 4ba44e7e3dc1..f0190b05f1f5 100644 --- a/usr.bin/elf2aout/Makefile +++ b/usr.bin/elf2aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/elf2aout/Makefile,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= elf2aout diff --git a/usr.bin/elf2aout/elf2aout.1 b/usr.bin/elf2aout/elf2aout.1 index 7b153e9b2432..3808f91469ae 100644 --- a/usr.bin/elf2aout/elf2aout.1 +++ b/usr.bin/elf2aout/elf2aout.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/elf2aout/elf2aout.1,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 23, 2008 .Dt ELF2AOUT 1 diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index 4168f4e60560..a8a86db5195c 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/elf2aout/elf2aout.c,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/elf64.h> diff --git a/usr.bin/elfdump/Makefile b/usr.bin/elfdump/Makefile index 95ce514b3ace..b579828c2ce0 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= elfdump WARNS?= 5 diff --git a/usr.bin/elfdump/elfdump.1 b/usr.bin/elfdump/elfdump.1 index 1902e41820c8..c9fc3059435b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 15, 2003 .Dt ELFDUMP 1 diff --git a/usr.bin/elfdump/elfdump.c b/usr.bin/elfdump/elfdump.c index 2ddfc857c46f..422c0e0b7485 100644 --- a/usr.bin/elfdump/elfdump.c +++ b/usr.bin/elfdump/elfdump.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/elfdump/elfdump.c,v 1.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/elf32.h> diff --git a/usr.bin/enigma/Makefile b/usr.bin/enigma/Makefile index 32a670b07eca..e087aacd6344 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= enigma diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index 4fc0b206fe9b..8fd122939283 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -4,7 +4,7 @@ .\" Since enigma itself is distributed in the Public Domain, this file .\" is also. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/enigma/enigma.1,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" " .Dd May 14, 2004 .Os diff --git a/usr.bin/enigma/enigma.c b/usr.bin/enigma/enigma.c index 68fd29ddfbc0..6165798d749a 100644 --- a/usr.bin/enigma/enigma.c +++ b/usr.bin/enigma/enigma.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/enigma/enigma.c,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index bc1eea49153a..3535eed96693 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= env SRCS= env.c envopts.c diff --git a/usr.bin/env/env.1 b/usr.bin/env/env.1 index 70955c047a77..6cd95c25bb14 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 17, 2008 .Dt ENV 1 diff --git a/usr.bin/env/env.c b/usr.bin/env/env.c index 34f1e7370e5e..6ddbb411bb7b 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/env/envopts.c b/usr.bin/env/envopts.c index f8214305cc60..e642fda26fad 100644 --- a/usr.bin/env/envopts.c +++ b/usr.bin/env/envopts.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/env/envopts.c,v 1.4.12.1.4.1 2010/06/14 02:09:06 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 1f15c6917a80..efa21e6b83e9 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.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ void search_paths(char *path, char **argv); diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc2..68a175ca1cef 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= expand MLINKS= expand.1 unexpand.1 diff --git a/usr.bin/expand/expand.1 b/usr.bin/expand/expand.1 index 0ca6dcb38d75..e53476067fcc 100644 --- a/usr.bin/expand/expand.1 +++ b/usr.bin/expand/expand.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)expand.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/expand/expand.1,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 13, 2006 .Dt EXPAND 1 diff --git a/usr.bin/expand/expand.c b/usr.bin/expand/expand.c index 6c99db806856..4ce0aa098f97 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/false/Makefile b/usr.bin/false/Makefile index ffae97dc061f..186ba5e52d6c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= false diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 415ec580a375..1f11a1966b35 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt FALSE 1 diff --git a/usr.bin/false/false.c b/usr.bin/false/false.c index 27b2c258cfff..3e629fa069b5 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); int main(void) diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index c422af8afb21..04ac0bfb4423 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fetch/Makefile,v 1.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 0dbbc0b04f15..b70555834cea 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.70.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 14, 2008 .Dt FETCH 1 diff --git a/usr.bin/fetch/fetch.c b/usr.bin/fetch/fetch.c index 7553bd8d1028..700d5590a51f 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.84.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index d40a93223c45..dfbb689617fd 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/file/Makefile,v 1.32.2.1.4.1 2010/06/14 02:09:06 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/file2c/Makefile b/usr.bin/file2c/Makefile index c3c6ddc7612d..71962105bb48 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= file2c WARNS?= 6 diff --git a/usr.bin/file2c/file2c.1 b/usr.bin/file2c/file2c.1 index 40482c27e0e8..73f25d6bdb2e 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 22, 2007 .Dt FILE2C 1 diff --git a/usr.bin/file2c/file2c.c b/usr.bin/file2c/file2c.c index e50bd1f8a46d..d24215aee68c 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdio.h> diff --git a/usr.bin/find/Makefile b/usr.bin/find/Makefile index b20dc0346f55..0a66ae275b0b 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.22.1.4.1 2010/06/14 02:09:06 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 716c1f57be14..72ec39553165 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.24.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index dee5e046175f..4c059bc78cf8 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.86.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 24, 2008 .Dt FIND 1 diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index cc2d797a541d..14fb20d1c886 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)find.c 8.5 (Berkeley) 8/5/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/find.c,v 1.18.10.1.4.1 2010/06/14 02:09:06 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 5a465f1656ec..165190a82a7d 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <regex.h> diff --git a/usr.bin/find/function.c b/usr.bin/find/function.c index 5a4b7d51e6ee..8b707ace1115 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.62.2.3.2.1 2010/06/14 02:09:06 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 de7750c88ff5..9b478e963b48 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/getdate.y,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e45938cc6d..bfe2757d2569 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.30.1.4.1 2010/06/14 02:09:06 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 8e2b42cd298c..6d39b73042c9 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.16.2.1.4.1 2010/06/14 02:09:06 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 15329064cf44..cba47b673865 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.22.1.4.1 2010/06/14 02:09:06 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 c774efa0dc89..f9fdb7d8460f 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 7d06c910ae70..d4f47c9a1973 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/finger/Makefile b/usr.bin/finger/Makefile index 983392b7a1e0..7ea7c8975d35 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.36.1.4.1 2010/06/14 02:09:06 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 498c296d0937..1a2597a17d27 100644 --- a/usr.bin/finger/extern.h +++ b/usr.bin/finger/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/finger/extern.h,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _EXTERN_H_ diff --git a/usr.bin/finger/finger.1 b/usr.bin/finger/finger.1 index 590a3822adf1..19a7f8152225 100644 --- a/usr.bin/finger/finger.1 +++ b/usr.bin/finger/finger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)finger.1 8.3 (Berkeley) 5/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/finger/finger.1,v 1.35.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 11, 2007 .Dt FINGER 1 diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 944415e0829e..66603c893ecc 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -57,7 +57,7 @@ static char sccsid[] = "@(#)finger.c 8.5 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/finger.c,v 1.38.10.2.2.1 2010/06/14 02:09:06 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 54f5eecd7c54..94d6b03c7021 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.22.1.4.1 2010/06/14 02:09:06 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 6b18146d4b50..69977bd9cfe5 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _FINGER_H_ diff --git a/usr.bin/finger/lprint.c b/usr.bin/finger/lprint.c index 848bbeeeb324..9191aab1ec9f 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.30.1.4.1 2010/06/14 02:09:06 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 5260a2d6ca29..290628b0a0dc 100644 --- a/usr.bin/finger/net.c +++ b/usr.bin/finger/net.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)net.c 8.4 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/net.c,v 1.24.10.1.4.1 2010/06/14 02:09:06 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 7c9ad19abcb6..3dc153c6656f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef PATHNAMES_H diff --git a/usr.bin/finger/sprint.c b/usr.bin/finger/sprint.c index e4f768b30000..df802a14a9ee 100644 --- a/usr.bin/finger/sprint.c +++ b/usr.bin/finger/sprint.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)sprint.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/sprint.c,v 1.23.10.1.4.1 2010/06/14 02:09:06 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 a84c711745c7..5897875ac80f 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/28/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/finger/util.c,v 1.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index b15d254d3936..84ba92133f04 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fmt diff --git a/usr.bin/fmt/fmt.1 b/usr.bin/fmt/fmt.1 index 162bcab0f9d2..d33df3768c8c 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.30.1.4.1 2010/06/14 02:09:06 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 ed85c2e49f2a..17639d4868ce 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.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index d73d0a7cee43..f96e28ef212f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fold diff --git a/usr.bin/fold/fold.1 b/usr.bin/fold/fold.1 index 7cc01298add7..2763f33baa3b 100644 --- a/usr.bin/fold/fold.1 +++ b/usr.bin/fold/fold.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fold.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/fold/fold.1,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 15, 2006 .Dt FOLD 1 diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index 59d8fc59adfd..45582af92060 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index 57b966353fdc..570c5ce93185 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= from diff --git a/usr.bin/from/from.1 b/usr.bin/from/from.1 index 071298561d74..04a24677b15b 100644 --- a/usr.bin/from/from.1 +++ b/usr.bin/from/from.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)from.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/from/from.1,v 1.16.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 30, 1993 .Dt FROM 1 diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 84d0c52b23a3..200bfb2e1bc9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index d55fce479867..0374f645eafc 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/fstat/cd9660.c b/usr.bin/fstat/cd9660.c index 1c26e8d854a8..4e8c397c67f3 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.22.1.4.1 2010/06/14 02:09:06 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 c2cd0787b9ca..44ed4c4d1b39 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 9, 2009 .Dt FSTAT 1 diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c index f82e964395b2..a17ff3ae1b0d 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.71.2.2.4.1 2010/06/14 02:09:06 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 43351108deb7..3bd1ef53d0c9 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __FSTAT_H__ diff --git a/usr.bin/fstat/msdosfs.c b/usr.bin/fstat/msdosfs.c index 7f80499310e6..affce677e1f5 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/fstat/zfs.c b/usr.bin/fstat/zfs.c index 96cdff6870a0..45e2671d6d37 100644 --- a/usr.bin/fstat/zfs.c +++ b/usr.bin/fstat/zfs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/fstat/zfs.c,v 1.8.4.2.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/fstat/zfs/Makefile b/usr.bin/fstat/zfs/Makefile index 7ecfc85a4c0c..73ac5d888214 100644 --- a/usr.bin/fstat/zfs/Makefile +++ b/usr.bin/fstat/zfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/fstat/zfs/Makefile,v 1.5.4.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/.. diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index 42aa6ddec665..c8e2b1a37ea1 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= fsync diff --git a/usr.bin/fsync/fsync.1 b/usr.bin/fsync/fsync.1 index 0cc41d3ceb05..9f8bc88721b4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 25, 2005 .Dt FSYNC 1 diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index 78aeb21baa21..1a801c0a31ac 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <fcntl.h> diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index c2fe59cd4b1f..e08803735fa1 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ftp/Makefile,v 1.18.10.1.4.1 2010/06/14 02:09:06 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 77dff70747ce..89d9cbe63acd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index 199d195baf2c..552588a6bc4e 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $ LDADD+= -lutil PROG= gcore diff --git a/usr.bin/gcore/elfcore.c b/usr.bin/gcore/elfcore.c index 73d92b455773..c4588c9a2136 100644 --- a/usr.bin/gcore/elfcore.c +++ b/usr.bin/gcore/elfcore.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gcore/elfcore.c,v 1.20.2.3.2.1 2010/06/14 02:09:06 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 1bd70954794f..f13d3b2b30b1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct dumpers { diff --git a/usr.bin/gcore/gcore.1 b/usr.bin/gcore/gcore.1 index a5be26a3f4d6..d92a0c4b24f5 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 18, 2009 .Dt GCORE 1 diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c index 35d5363f143a..00ac1f29ecdc 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Originally written by Eric Cooper in Fall 1981. diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index a6c9991bb5b9..1850dbb6b340 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= gencat WARNS?= 6 diff --git a/usr.bin/gencat/gencat.1 b/usr.bin/gencat/gencat.1 index eed676428487..b4f166f5d4de 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 11, 1997 .Dt GENCAT 1 diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c index 306f48d3d7bd..c98e519419ac 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define _NLS_PRIVATE diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index eaaf628aad37..93657014fe45 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= getconf diff --git a/usr.bin/getconf/confstr.gperf b/usr.bin/getconf/confstr.gperf index c629987e5caf..d1ac51126166 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/fake-gperf.awk b/usr.bin/getconf/fake-gperf.awk index 96fcd3c9977c..47eff8236e55 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ BEGIN { state = 0; struct_seen = ""; diff --git a/usr.bin/getconf/getconf.1 b/usr.bin/getconf/getconf.1 index c3baed94b1fa..127a508fec8f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 18, 2002 .Dt GETCONF 1 diff --git a/usr.bin/getconf/getconf.c b/usr.bin/getconf/getconf.c index 5f88db6cbe18..7326320d4e71 100644 --- a/usr.bin/getconf/getconf.c +++ b/usr.bin/getconf/getconf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getconf/getconf.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/getconf/getconf.h b/usr.bin/getconf/getconf.h index 266a0ff3b051..384cd30de78b 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef STABLE diff --git a/usr.bin/getconf/limits.gperf b/usr.bin/getconf/limits.gperf index 68e0d65e78ff..43b7c5b1c25e 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/pathconf.gperf b/usr.bin/getconf/pathconf.gperf index e8b83659d80f..e9676edca391 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/progenv.gperf b/usr.bin/getconf/progenv.gperf index 40ce16a16069..872a46f11cf9 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getconf/sysconf.gperf b/usr.bin/getconf/sysconf.gperf index ae88464a0b74..8dd2764eecfe 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/getent/Makefile b/usr.bin/getent/Makefile index 6cc3d56cfd1e..c2f167e60657 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.12.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= getent WARNS?= 3 diff --git a/usr.bin/getent/getent.1 b/usr.bin/getent/getent.1 index a18d3411d67d..2c8385101af2 100644 --- a/usr.bin/getent/getent.1 +++ b/usr.bin/getent/getent.1 @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/getent/getent.1,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 24, 2005 .Dt GETENT 1 diff --git a/usr.bin/getent/getent.c b/usr.bin/getent/getent.c index d7558135b6f2..fe264bf03920 100644 --- a/usr.bin/getent/getent.c +++ b/usr.bin/getent/getent.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/getent/getent.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/socket.h> #include <sys/param.h> diff --git a/usr.bin/getopt/Makefile b/usr.bin/getopt/Makefile index 01dfa87e2935..25f487719e1f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PROG = getopt diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 771a2e73645f..a6f2b9b9e440 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 3, 1999 .Dt GETOPT 1 diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index d1671a71e5ee..7189e526213b 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.11.2.1.4.1 2010/06/14 02:09:06 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 a24d9cda6c81..31b870fe3a5b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= gprof SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \ diff --git a/usr.bin/gprof/amd64.h b/usr.bin/gprof/amd64.h index 823d6562d105..ad5ee63fb5ec 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/aout.c b/usr.bin/gprof/aout.c index 2ccf818f42e0..91dc70c89647 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <netinet/in.h> diff --git a/usr.bin/gprof/arcs.c b/usr.bin/gprof/arcs.c index 3be00dffbc6a..e7b0eca9824c 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/arm.h b/usr.bin/gprof/arm.h index 823d6562d105..970ef583c218 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/dfn.c b/usr.bin/gprof/dfn.c index 0e23a87a22bf..8502e744cb45 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include "gprof.h" diff --git a/usr.bin/gprof/elf.c b/usr.bin/gprof/elf.c index b0af431dc5a1..2a07068df68e 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.36.1.4.1 2010/06/14 02:09:06 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 1c4224e5f1b5..94b79a77a901 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 25, 2008 .Dt GPROF 1 diff --git a/usr.bin/gprof/gprof.c b/usr.bin/gprof/gprof.c index dc9e8a5bb471..b39a66f97ef3 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <limits.h> diff --git a/usr.bin/gprof/gprof.h b/usr.bin/gprof/gprof.h index f8592d42776f..5e61d1a6fac9 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/gprof/hertz.c b/usr.bin/gprof/hertz.c index cf8a3ae68523..1e822edf43af 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/gprof/i386.h b/usr.bin/gprof/i386.h index 823d6562d105..3b2bc9c5ee83 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/ia64.h b/usr.bin/gprof/ia64.h index 823d6562d105..98efbd29aad0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/kernel.c b/usr.bin/gprof/kernel.c index dc456f5f97a9..b2e834aeda3e 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.22.1.4.1 2010/06/14 02:09:06 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 f51da9829f74..11506dfcc65c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "gprof.h" diff --git a/usr.bin/gprof/mips.h b/usr.bin/gprof/mips.h index e6a1c9caf0cf..79ce2ebc99c8 100644 --- a/usr.bin/gprof/mips.h +++ b/usr.bin/gprof/mips.h @@ -32,7 +32,7 @@ * * @(#)mips.h 8.1 (Berkeley) 6/6/93 * From: @(#)sparc.h 5.1 (Berkeley) 7/8/92 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/mips.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/pathnames.h b/usr.bin/gprof/pathnames.h index 0dcd78c6af47..ab6bc64e2790 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define _PATH_FLAT_BLURB "/usr/share/misc/gprof.flat" diff --git a/usr.bin/gprof/powerpc.h b/usr.bin/gprof/powerpc.h index 823d6562d105..64a047adab51 100644 --- a/usr.bin/gprof/powerpc.h +++ b/usr.bin/gprof/powerpc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gprof/powerpc.h,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gprof/printgprof.c b/usr.bin/gprof/printgprof.c index 41c1c1f5c255..9e15f351b0a9 100644 --- a/usr.bin/gprof/printgprof.c +++ b/usr.bin/gprof/printgprof.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)printgprof.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/gprof/printgprof.c,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/printlist.c b/usr.bin/gprof/printlist.c index ed68bcc0d313..a1d0dd710ffe 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <string.h> diff --git a/usr.bin/gprof/sparc64.h b/usr.bin/gprof/sparc64.h index 823d6562d105..1533d736d7b0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/gzip/Makefile b/usr.bin/gzip/Makefile index dae5f842a32e..d315c5a4154b 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.12.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/gzip/gzexe b/usr.bin/gzip/gzexe index 5f5424e71039..10cd5793703e 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.12.1.4.1 2010/06/14 02:09:06 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 019503747ba6..7876460ef2f5 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.12.1.4.1 2010/06/14 02:09:06 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 848a4b391c94..acccc86975e6 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.7.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .Dd April 27, 2010 .Dt GZIP 1 .Os diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 441724f6dbe3..c564fd3cfdd6 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.12.2.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #endif /* not lint */ /* diff --git a/usr.bin/gzip/unbzip2.c b/usr.bin/gzip/unbzip2.c index a5cd1be1be8b..efb460fbbc9e 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.2.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/gzip/unpack.c b/usr.bin/gzip/unpack.c index aa1480016d28..29044fbd4f56 100644 --- a/usr.bin/gzip/unpack.c +++ b/usr.bin/gzip/unpack.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/gzip/unpack.c,v 1.1.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/gzip/zdiff b/usr.bin/gzip/zdiff index 34caf2bdfb83..e6b1a17d1a10 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.12.1.4.1 2010/06/14 02:09:06 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 2a6a4c8c74a8..8f0f1cc1ea81 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.12.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd January 26, 2007 .Dt ZDIFF 1 .Os diff --git a/usr.bin/gzip/zforce b/usr.bin/gzip/zforce index 3b7324c6ef5a..76a5ed7b0666 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.12.1.4.1 2010/06/14 02:09:06 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 efcc4215e2b9..5849b4b16876 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.12.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd January 26, 2007 .Dt ZFORCE 1 .Os diff --git a/usr.bin/gzip/zmore b/usr.bin/gzip/zmore index 46a4eb482bda..538a18896f9d 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.12.1.4.1 2010/06/14 02:09:06 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 1bd349d209be..1fbd0ec42ae3 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.12.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd January 26, 2007 .Dt ZMORE 1 .Os diff --git a/usr.bin/gzip/znew b/usr.bin/gzip/znew index 27bed94274a6..7b26a1d215b9 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.3.2.1.4.1 2010/06/14 02:09:06 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 0da5a6281f6c..9148ce7cff3f 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.12.1.4.1 2010/06/14 02:09:06 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 dd0f249d223e..52422f85953d 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.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* This file is #included by gzip.c */ diff --git a/usr.bin/head/Makefile b/usr.bin/head/Makefile index 002b3f385b3e..50546ff5893d 100644 --- a/usr.bin/head/Makefile +++ b/usr.bin/head/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/head/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= head WARNS= 6 diff --git a/usr.bin/head/head.1 b/usr.bin/head/head.1 index 81346182e650..cd8ea3eab832 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt HEAD 1 diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 5de0cba13168..fe0555576ed3 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/head/head.c,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hesinfo/Makefile b/usr.bin/hesinfo/Makefile index 870db2887d7b..57103cc61be9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= hesinfo diff --git a/usr.bin/hesinfo/hesinfo.1 b/usr.bin/hesinfo/hesinfo.1 index 7ab2d35d4a30..2719fdb620e2 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 27, 1996 .Dt HESINFO 1 diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c index fa81864a5d00..58f6c5a96279 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile index 3252fc9af147..e5a000ca71d5 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.30.1.4.1 2010/06/14 02:09:06 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 96dc2d64c43b..f0ecb9ff77e7 100644 --- a/usr.bin/hexdump/conv.c +++ b/usr.bin/hexdump/conv.c @@ -35,7 +35,7 @@ static const char sccsid[] = "@(#)conv.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/hexdump/conv.c,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index db04c49aade5..a54136f74370 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.30.1.4.1 2010/06/14 02:09:06 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 baf9d463652d..3781907e3782 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 18, 2010 .Dt HEXDUMP 1 diff --git a/usr.bin/hexdump/hexdump.c b/usr.bin/hexdump/hexdump.c index 2ed7c4b9df49..c2a92d4f8ebf 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <locale.h> diff --git a/usr.bin/hexdump/hexdump.h b/usr.bin/hexdump/hexdump.h index 9a1198f45cf5..55a8606eb870 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <wchar.h> diff --git a/usr.bin/hexdump/hexsyntax.c b/usr.bin/hexdump/hexsyntax.c index 4d21611f6a3f..f7b4e3244f51 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1 index dd67ff58b234..e58170e19331 100644 --- a/usr.bin/hexdump/od.1 +++ b/usr.bin/hexdump/od.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)od.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/hexdump/od.1,v 1.21.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 18, 2010 .Os diff --git a/usr.bin/hexdump/odsyntax.c b/usr.bin/hexdump/odsyntax.c index e0f9283bbc22..2a0a523ca4b6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/hexdump/parse.c b/usr.bin/hexdump/parse.c index 07ad63d0fe24..2130d48f5a27 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile index 986191466a9b..2dbd39832452 100644 --- a/usr.bin/host/Makefile +++ b/usr.bin/host/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/host/Makefile,v 1.13.10.1.4.1 2010/06/14 02:09:06 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 96c162f7565a..02da6e351af7 100644 --- a/usr.bin/id/Makefile +++ b/usr.bin/id/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/id/Makefile,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/id/groups.1 b/usr.bin/id/groups.1 index 771b0d0c0c3b..dd35a158774c 100644 --- a/usr.bin/id/groups.1 +++ b/usr.bin/id/groups.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)groups.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/groups.1,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt GROUPS 1 diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index b14e4e56cbfa..5866ccde14a1 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)id.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/id/id.1,v 1.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 26, 2006 .Dt ID 1 diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c index 1929d968dd1d..1de5cc8cca5e 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.35.2.1.4.1 2010/06/14 02:09:06 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 958570df5fcc..b620deba4935 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt WHOAMI 1 diff --git a/usr.bin/indent/README b/usr.bin/indent/README index 03d5d3d8d39e..63e30a563a4b 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.36.1.4.1 2010/06/14 02:09:06 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 cab0f7d092b7..249e59224194 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.22.2.2.1 2010/06/14 02:09:06 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 1a7c789750e2..98978e974a20 100644 --- a/usr.bin/indent/indent.1 +++ b/usr.bin/indent/indent.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)indent.1 8.1 (Berkeley) 7/1/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/indent/indent.1,v 1.27.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 29, 2004 .Dt INDENT 1 diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 7820ebeb72d5..2507bab2e855 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/indent.c,v 1.25.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <err.h> diff --git a/usr.bin/indent/indent.h b/usr.bin/indent/indent.h index 4c52bf8370e4..87c4ee181530 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #endif void addkey(char *, int); diff --git a/usr.bin/indent/indent_codes.h b/usr.bin/indent/indent_codes.h index e1ff294e2576..8e2ac79647a0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define newline 1 diff --git a/usr.bin/indent/indent_globs.h b/usr.bin/indent/indent_globs.h index 087f41c2390d..d1f167110303 100644 --- a/usr.bin/indent/indent_globs.h +++ b/usr.bin/indent/indent_globs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)indent_globs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/indent/indent_globs.h,v 1.11.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #define BACKSLASH '\\' diff --git a/usr.bin/indent/io.c b/usr.bin/indent/io.c index 1e36582d5bf8..bf5f35922d75 100644 --- a/usr.bin/indent/io.c +++ b/usr.bin/indent/io.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/io.c,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/indent/lexi.c b/usr.bin/indent/lexi.c index b3604c642054..ab2238e9225d 100644 --- a/usr.bin/indent/lexi.c +++ b/usr.bin/indent/lexi.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)lexi.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/indent/lexi.c,v 1.19.10.3.2.1 2010/06/14 02:09:06 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 65d9a6bb8c47..b20908d96e18 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.32.1.4.1 2010/06/14 02:09:06 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 9524bf404f19..b04f855be682 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/ipcrm/Makefile b/usr.bin/ipcrm/Makefile index 47e4ccc8e285..cec6f6b8c028 100644 --- a/usr.bin/ipcrm/Makefile +++ b/usr.bin/ipcrm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcrm/Makefile,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ipcrm SRCS= ipcrm.c ipc.c diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 30378f244808..218e27373ea3 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\"" .Dd December 12, 2007 .Dt IPCRM 1 diff --git a/usr.bin/ipcrm/ipcrm.c b/usr.bin/ipcrm/ipcrm.c index 32887e058ab5..76a307226790 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #define _KERNEL diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 8ee1d4324e5d..9c1cccb29af4 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ipcs SRCS= ipcs.c ipc.c diff --git a/usr.bin/ipcs/ipc.c b/usr.bin/ipcs/ipc.c index dfb4bae0d31c..12a8c23df915 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.6.1.4.1 2010/06/14 02:09:06 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 a7a70de4ceb8..c44856d4613b 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.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Part of struct nlist symbols[] */ diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 7d231342d68b..e1b56591f2bc 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 24, 2004 .Dt "IPCS" 1 diff --git a/usr.bin/ipcs/ipcs.c b/usr.bin/ipcs/ipcs.c index 3ddfa254aa30..c167f1a4baf8 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.34.2.1.4.1 2010/06/14 02:09:06 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 ed828a7deed3..72c404a98af7 100644 --- a/usr.bin/join/join.1 +++ b/usr.bin/join/join.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)join.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/join/join.1,v 1.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 5, 2004 .Dt JOIN 1 diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 097ecbe743f9..8deac6f00d55 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/jot/Makefile b/usr.bin/jot/Makefile index 662600eef0a8..0371547577cb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= jot diff --git a/usr.bin/jot/jot.1 b/usr.bin/jot/jot.1 index 77cebb403a5a..0b7833e79714 100644 --- a/usr.bin/jot/jot.1 +++ b/usr.bin/jot/jot.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)jot.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/jot/jot.1,v 1.23.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 6, 2006 .Dt JOT 1 diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c index 2e33d41be590..b9a9c35c95fc 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.38.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * jot - print sequential or random data diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 2ca8561c4eb9..1305bcf41ddd 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../ktrace diff --git a/usr.bin/kdump/kdump.1 b/usr.bin/kdump/kdump.1 index b5e313bf02b3..10e48965d251 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.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 23, 2008 .Dt KDUMP 1 diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 82f7c098316f..fe1b2b2003b7 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.45.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #define _KERNEL extern int errno; diff --git a/usr.bin/kdump/kdump_subr.h b/usr.bin/kdump/kdump_subr.h index 50cf9ee4c7f8..f69a0f432b26 100644 --- a/usr.bin/kdump/kdump_subr.h +++ b/usr.bin/kdump/kdump_subr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/kdump/kdump_subr.h,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ void signame (int); void semctlname (int); diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 7ca773dca9de..207c06ef2881 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mkioctls,v 1.47.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ set -e diff --git a/usr.bin/kdump/mksubr b/usr.bin/kdump/mksubr index 797c32c82cdd..70613020321d 100644 --- a/usr.bin/kdump/mksubr +++ b/usr.bin/kdump/mksubr @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/kdump/mksubr,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # # Generates kdump_subr.c # mkioctls is a special-purpose script, and works fine as it is diff --git a/usr.bin/keylogin/Makefile b/usr.bin/keylogin/Makefile index bf279eb25b22..8e2f433b8157 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= keylogin diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1 index 8a3927dfb65a..0f5bea0eb685 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 9, 1987 .Dt KEYLOGIN 1 diff --git a/usr.bin/keylogin/keylogin.c b/usr.bin/keylogin/keylogin.c index 8e10d957b3ef..ac0c501578ef 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Copyright (C) 1986, Sun Microsystems, Inc. diff --git a/usr.bin/keylogout/Makefile b/usr.bin/keylogout/Makefile index 1f5feec6e9d0..1b3e6c16fc83 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= keylogout diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1 index 6d643c90d1ad..505244435da7 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.36.1.4.1 2010/06/14 02:09:06 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 c7ec0496b676..23e88bdb5cbe 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * unset the secret key on local machine diff --git a/usr.bin/killall/Makefile b/usr.bin/killall/Makefile index de58c78dcb6a..75439dfad600 100644 --- a/usr.bin/killall/Makefile +++ b/usr.bin/killall/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/killall/Makefile,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= killall DPADD= ${LIBJAIL} diff --git a/usr.bin/killall/killall.1 b/usr.bin/killall/killall.1 index 632c06609604..602acf0124d9 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 27, 2009 .Os diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 0a779fdcbc3d..2ea848425edb 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.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/jail.h> diff --git a/usr.bin/ktrace/Makefile b/usr.bin/ktrace/Makefile index c00bb7510459..3dee4a21afa0 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ktrace SRCS= ktrace.c subr.c diff --git a/usr.bin/ktrace/ktrace.1 b/usr.bin/ktrace/ktrace.1 index 88e80a2c8fef..b936d79d9108 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.21.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 23, 2008 .Dt KTRACE 1 diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c index 397852b98a32..683701ccab72 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.24.2.1.4.1 2010/06/14 02:09:06 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 e8f4d0bf7868..6461ef5b2597 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.6.2.1.4.1 2010/06/14 02:09:06 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 a9d3f6442cb0..51d5dae9ecae 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/ktrdump/Makefile b/usr.bin/ktrdump/Makefile index 6b5ff127165f..859b8f4c1984 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ktrdump DPADD= ${LIBKVM} diff --git a/usr.bin/ktrdump/ktrdump.8 b/usr.bin/ktrdump/ktrdump.8 index 1e0e8c94208e..5eb487337517 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 8, 2005 .Dt KTRDUMP 8 diff --git a/usr.bin/ktrdump/ktrdump.c b/usr.bin/ktrdump/ktrdump.c index c700526dc138..888300d952eb 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/ktr.h> diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 08b73286dfc4..2d7f456248e5 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lam diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 67dee0799738..56445e539450 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lam.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lam/lam.1,v 1.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 12, 2004 .Dt LAM 1 diff --git a/usr.bin/lam/lam.c b/usr.bin/lam/lam.c index 333549fe17a1..f4cd22b90ad4 100644 --- a/usr.bin/lam/lam.c +++ b/usr.bin/lam/lam.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)lam.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lam/lam.c,v 1.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * lam - laminate files diff --git a/usr.bin/last/Makefile b/usr.bin/last/Makefile index f7e88115e9b1..1ccafbddbe9d 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= last diff --git a/usr.bin/last/last.1 b/usr.bin/last/last.1 index f838c4aab8a2..49a78824a710 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 27, 2003 .Dt LAST 1 diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c index d9877b423bb8..b720aae8f497 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile index c79cd7442a4c..d084d2cef750 100644 --- a/usr.bin/lastcomm/Makefile +++ b/usr.bin/lastcomm/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lastcomm/Makefile,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lastcomm SRCS= lastcomm.c readrec.c diff --git a/usr.bin/lastcomm/lastcomm.1 b/usr.bin/lastcomm/lastcomm.1 index 1d714c5514f6..8d4b46ffe36c 100644 --- a/usr.bin/lastcomm/lastcomm.1 +++ b/usr.bin/lastcomm/lastcomm.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)lastcomm.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lastcomm/lastcomm.1,v 1.17.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 14, 2007 .Dt LASTCOMM 1 diff --git a/usr.bin/lastcomm/lastcomm.c b/usr.bin/lastcomm/lastcomm.c index 8c551231a4fc..319b4d5d7c24 100644 --- a/usr.bin/lastcomm/lastcomm.c +++ b/usr.bin/lastcomm/lastcomm.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)lastcomm.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.27.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/lastcomm/readrec.c b/usr.bin/lastcomm/readrec.c index 4883b2a4ef88..edb0cf847b57 100644 --- a/usr.bin/lastcomm/readrec.c +++ b/usr.bin/lastcomm/readrec.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/lastcomm/readrec.c,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index 357f9f37c770..2fc551b29000 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ldd/Makefile,v 1.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG?= ldd SRCS= ldd.c diff --git a/usr.bin/ldd/extern.h b/usr.bin/ldd/extern.h index 4df6759b971d..b87f49e0e0b5 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern void dump_file(const char *); diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1 index 72afb3903c51..bd027896c4b4 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 15, 2008 .Dt LDD 1 diff --git a/usr.bin/ldd/ldd.c b/usr.bin/ldd/ldd.c index f83632ab08e6..3f74877f1d01 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.40.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/wait.h> diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index e6de90fcae38..8dac012623ae 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/mman.h> diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index 859c11cbf845..9405c3a74e55 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= leave diff --git a/usr.bin/leave/leave.1 b/usr.bin/leave/leave.1 index 6c33367b85ab..5a999d7badda 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 28, 1995 .Dt LEAVE 1 diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c index 89c3f5285716..e553073171a9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 3bfadfae3efb..fa15e7c476ff 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/Makefile,v 1.11.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= less SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \ diff --git a/usr.bin/less/Makefile.common b/usr.bin/less/Makefile.common index fcc6ccfa1ce3..b79dfca12525 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ LSDIR= ${.CURDIR}/../../contrib/less .PATH: ${LSDIR} diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h index bc1b7173f0c1..876dff480172 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.8.2.1.4.1 2010/06/14 02:09:06 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 acae7daff032..1428473cce69 100644 --- a/usr.bin/less/lesspipe.sh +++ b/usr.bin/less/lesspipe.sh @@ -1,7 +1,7 @@ #! /bin/sh # ex:ts=8 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/less/lesspipe.sh,v 1.4.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ case "$1" in *.Z) diff --git a/usr.bin/less/zless.sh b/usr.bin/less/zless.sh index b947b819f2c0..e2d403561314 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.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # export LESSOPEN="|/usr/bin/lesspipe.sh %s" diff --git a/usr.bin/lessecho/Makefile b/usr.bin/lessecho/Makefile index bb8d1a68c5dc..11ac3210c597 100644 --- a/usr.bin/lessecho/Makefile +++ b/usr.bin/lessecho/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lessecho/Makefile,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lessecho SRCS= lessecho.c version.c diff --git a/usr.bin/lesskey/Makefile b/usr.bin/lesskey/Makefile index b10bf6d5fa2b..5a9cb678da20 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lesskey SRCS= lesskey.c version.c diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h index 12e8ec32f61f..e7810f67c998 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.30.1.4.1 2010/06/14 02:09:06 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 6d0ea5b44ec2..1ac951b871f0 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.30.1.4.1 2010/06/14 02:09:06 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 f2607bfa9094..b46af4cc7a1c 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/config.h b/usr.bin/lex/config.h index 2e0b5b43747b..dabb6b505e4f 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.56.1.4.1 2010/06/14 02:09:06 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 5a86af16a344..1d3880a52dcd 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/ecs.c b/usr.bin/lex/ecs.c index 4f7748d8f1d6..0cc9ca3fadcb 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index 460b2fa575ef..c52545cbb832 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #if defined(__FreeBSD__) diff --git a/usr.bin/lex/flexdef.h b/usr.bin/lex/flexdef.h index ddc876876093..f81a95c1c013 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <stdio.h> #include <ctype.h> diff --git a/usr.bin/lex/gen.c b/usr.bin/lex/gen.c index b72688b63747..9eafba38dd47 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/initscan.c b/usr.bin/lex/initscan.c index 7617c693dd40..482e53422ad4 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.10.2.1.4.1 2010/06/14 02:09:06 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include "flexdef.h" diff --git a/usr.bin/lex/lex.1 b/usr.bin/lex/lex.1 index 38eecf1126da..c8ceb7b6fc1b 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.19.2.1.4.1 2010/06/14 02:09:06 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 dcc75185c044..75497c65f5ae 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/lex/lib/libmain.c b/usr.bin/lex/lib/libmain.c index 426eb98985d4..056775b969c1 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int yylex(); diff --git a/usr.bin/lex/lib/libyywrap.c b/usr.bin/lex/lib/libyywrap.c index 75c669c6ae94..9b3b935aed27 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ int yywrap() { diff --git a/usr.bin/lex/main.c b/usr.bin/lex/main.c index f6adaa7c41c1..3d2a171a3554 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index 6048f5de9de0..41c808c87fb1 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/nfa.c b/usr.bin/lex/nfa.c index 99b4ecffab50..447848636045 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y index f3b56d82febc..c1cdc59192c8 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.4.2.1.4.1 2010/06/14 02:09:06 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 b109a50a358e..7de8b3532d43 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "flexdef.h" #include "parse.h" diff --git a/usr.bin/lex/sym.c b/usr.bin/lex/sym.c index 2f43b50b8711..8a056440fadd 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/tblcmp.c b/usr.bin/lex/tblcmp.c index 12af3dc64fd7..38743318c276 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "flexdef.h" diff --git a/usr.bin/lex/version.h b/usr.bin/lex/version.h index 5dbdf94b6765..8b20c8844c06 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define FLEX_VERSION "2.5.4" diff --git a/usr.bin/lex/yylex.c b/usr.bin/lex/yylex.c index e90c5d4fee0a..f16b1a9489fb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include "flexdef.h" diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile index 5999cdbe060c..ed550540dc5f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= limits DPADD= ${LIBUTIL} diff --git a/usr.bin/limits/limits.1 b/usr.bin/limits/limits.1 index edc6bb974ae7..cd266a865ead 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 18, 2002 .Dt LIMITS 1 diff --git a/usr.bin/limits/limits.c b/usr.bin/limits/limits.c index 2da69a23c64f..f7fea3e61118 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdio.h> diff --git a/usr.bin/locale/Makefile b/usr.bin/locale/Makefile index d7f67e1aca81..66fe28e3983d 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.32.1.4.1 2010/06/14 02:09:06 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 b2aba5defdbf..ae0f8eeeb162 100644 --- a/usr.bin/locale/locale.1 +++ b/usr.bin/locale/locale.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locale/locale.1,v 1.8.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 1, 2005 .Dt LOCALE 1 diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c index cad3afe71bdb..dc40533c2672 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/locate/Makefile b/usr.bin/locate/Makefile index 05b13580bf7d..468a585bfbea 100644 --- a/usr.bin/locate/Makefile +++ b/usr.bin/locate/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR= bigram code locate diff --git a/usr.bin/locate/Makefile.inc b/usr.bin/locate/Makefile.inc index 48174083d848..95ce9340b56b 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ LIBEXECDIR?= /usr/libexec diff --git a/usr.bin/locate/bigram/Makefile b/usr.bin/locate/bigram/Makefile index eb39dd16b51d..d8ca212fda78 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.22.1.4.1 2010/06/14 02:09:06 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 208824f22d2c..cc1e5c7290d7 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index 20eef8c49212..29d376df057a 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.22.1.4.1 2010/06/14 02:09:06 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 6290c67201ef..7ce730e21e41 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile index 9a618da4e8fa..1076a99d0656 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.36.1.4.1 2010/06/14 02:09:06 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 156f21a725d2..fb32d0cb99a3 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.56.1.4.1 2010/06/14 02:09:06 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 21148bc6e884..81d9ddb61c2f 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index c436cd44c686..4ea9718eb2f4 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -31,7 +31,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/locate/locate/locate.1,v 1.34.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 17, 2006 .Dt LOCATE 1 diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index 67a97da78202..d5decafd18cd 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/locate/locate/locate.h b/usr.bin/locate/locate/locate.h index 24df8d4002be..796b016ae8f1 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.56.1.4.1 2010/06/14 02:09:06 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 54cc6d8c3d87..565ae3303012 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.11.2.1.4.1 2010/06/14 02:09:06 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 2e2248f535f1..5973847c1bfd 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.22.1.4.1 2010/06/14 02:09:06 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 39d15d7c13cf..be66a7b5a4fa 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.36.1.4.1 2010/06/14 02:09:06 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 d828438548c5..01c23571a1ff 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.22.2.1.4.1 2010/06/14 02:09:06 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 9cd02b00d716..1d19dcabe6bb 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index dc09a87b1b9c..bb769a61c15e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lock BINOWN= root diff --git a/usr.bin/lock/lock.1 b/usr.bin/lock/lock.1 index 7c9c65025cf2..04d88cecb5ab 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 10, 2002 .Dt LOCK 1 diff --git a/usr.bin/lock/lock.c b/usr.bin/lock/lock.c index 3b19e35bbe1c..7d7e7004a9ec 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.30.1.4.1 2010/06/14 02:09:06 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 7baff7cd7738..751b28b16555 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lockf diff --git a/usr.bin/lockf/lockf.1 b/usr.bin/lockf/lockf.1 index 6e2e06eae588..377e48da2bc2 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 7, 1998 .Os diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c index 368eed0ee4cd..4723df32664e 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.18.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index 6ff722452793..fd7002d42b10 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/logger/Makefile,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/logger/logger.1 b/usr.bin/logger/logger.1 index d7e28b1e6b7c..530a11a0b144 100644 --- a/usr.bin/logger/logger.1 +++ b/usr.bin/logger/logger.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logger.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logger/logger.1,v 1.19.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 2, 2006 .Dt LOGGER 1 diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index 5d9ec4df83bb..cd526e943cce 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index 22c73b9993d9..7d7aa6f93ef2 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/login/Makefile,v 1.53.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/login/README b/usr.bin/login/README index 192534da4a3f..2fc2d6d411e5 100644 --- a/usr.bin/login/README +++ b/usr.bin/login/README @@ -9,4 +9,4 @@ The following defines can be used: -Guido -$FreeBSD$ +$FreeBSD: src/usr.bin/login/README,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index 68bf8408f683..47daf1a785e0 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.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 13, 2006 .Dt LOGIN 1 diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index 2a429247d9a0..d05c862b0bf3 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.107.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * login [ name ] diff --git a/usr.bin/login/login.h b/usr.bin/login/login.h index 48ef31bb5920..5980475af278 100644 --- a/usr.bin/login/login.h +++ b/usr.bin/login/login.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/login/login.h,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 210f2d7fa0e5..81b5228fe091 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.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index f6111a1cd352..5362d860c4b9 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/login/login_fbtab.c,v 1.18.10.1.4.1 2010/06/14 02:09:06 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 60fecc241149..5365c0205cef 100644 --- a/usr.bin/login/pathnames.h +++ b/usr.bin/login/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/9/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/login/pathnames.h,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <paths.h> diff --git a/usr.bin/logins/Makefile b/usr.bin/logins/Makefile index 42840fb28b9c..a502b9381a9c 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= logins WARNS?= 6 diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1 index fcd12b309b0d..69bfb30e4c21 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 6, 2004 .Dt LOGINS 1 diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c index abf342e63219..eae09ea5472c 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/logins/logins.c,v 1.1.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <grp.h> diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 4e910ce73297..783ede23b6f4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= logname WARNS?= 6 diff --git a/usr.bin/logname/logname.1 b/usr.bin/logname/logname.1 index e24747180632..7f9f3b2bb6f2 100644 --- a/usr.bin/logname/logname.1 +++ b/usr.bin/logname/logname.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)logname.1 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/logname/logname.1,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt LOGNAME 1 diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 8f98b8a6dd5e..7e26206ac509 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <unistd.h> diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1 index ecc19a62cd24..b6a385cc9e52 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 17, 2004 .Dt LOOK 1 diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 7c590c7de081..d5324b426e24 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/look/look.c,v 1.18.10.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * look -- find lines in a sorted list. diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 61996824ef93..d7ca5090eabe 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/Makefile,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS=lorder.sh MAN= lorder.1 diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index f3222c4d6f73..df054d6c483b 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/lorder/lorder.1,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 25, 2006 .Dt LORDER 1 diff --git a/usr.bin/lorder/lorder.sh b/usr.bin/lorder/lorder.sh index 958e95da31e5..8d6778f0fba4 100644 --- a/usr.bin/lorder/lorder.sh +++ b/usr.bin/lorder/lorder.sh @@ -33,7 +33,7 @@ # # @(#)lorder.sh 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lorder/lorder.sh,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 0c33583257cf..e26fcde3c6d1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lsvfs WARNS?= 6 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index ed4b44eb2b89..ef8302f515c6 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.22.1.4.1 2010/06/14 02:09:06 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 3107971e20b0..c51970e2471d 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mount.h> diff --git a/usr.bin/lzmainfo/Makefile b/usr.bin/lzmainfo/Makefile index 2b8396b71add..d32097832dc3 100644 --- a/usr.bin/lzmainfo/Makefile +++ b/usr.bin/lzmainfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/lzmainfo/Makefile,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= lzmainfo diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 702b3f3d2444..cc62c26c2dbb 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.22.1.4.1 2010/06/14 02:09:06 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 0262af66e253..89db982ead2b 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.30.1.4.1 2010/06/14 02:09:06 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 060ce03661d5..306ef6cd113e 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * eval.c diff --git a/usr.bin/m4/expr.c b/usr.bin/m4/expr.c index 2c0284b1a784..c328ac2ae23b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> diff --git a/usr.bin/m4/extern.h b/usr.bin/m4/extern.h index e96870b58555..343f6cf7c82b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* eval.c */ diff --git a/usr.bin/m4/gnum4.c b/usr.bin/m4/gnum4.c index f4cfa7786017..2230be79e419 100644 --- a/usr.bin/m4/gnum4.c +++ b/usr.bin/m4/gnum4.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/m4/gnum4.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 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 bafaa2ad5a43..86e1c2b0d436 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * look.c diff --git a/usr.bin/m4/m4.1 b/usr.bin/m4/m4.1 index 0c492a98ca3c..f7dc620fb57e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 3, 2004 .Dt M4 1 diff --git a/usr.bin/m4/main.c b/usr.bin/m4/main.c index 847a37288e0c..0b01058f9673 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * main.c diff --git a/usr.bin/m4/mdef.h b/usr.bin/m4/mdef.h index e3e48e272001..d00afa57e01e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define MACRTYPE 1 diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index b5632e820fef..1a70e7bacd64 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/usr.bin/m4/pathnames.h b/usr.bin/m4/pathnames.h index 94e8164f07ab..ef7bd6efca87 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/m4/stdd.h b/usr.bin/m4/stdd.h index 34939854b97f..455ae35c738d 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/m4/trace.c b/usr.bin/m4/trace.c index a42aea044271..c01bbc092e3b 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/usr.bin/mail/Makefile b/usr.bin/mail/Makefile index 5fa455b19d3a..e7e516d0dbb7 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.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mail SRCS= version.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 e569a5fbe72f..21cecabb2a5e 100644 --- a/usr.bin/mail/USD.doc/mail0.nr +++ b/usr.bin/mail/USD.doc/mail0.nr @@ -31,7 +31,7 @@ .\" .\" @(#)mail0.nr 8.1 (Berkeley) 6/8/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/USD.doc/mail0.nr,v 1.2.10.1.4.1 2010/06/14 02:09:06 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 10e707cc3c0c..ed9c356e0cf3 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .bp .sh 1 "Additional features" diff --git a/usr.bin/mail/cmd1.c b/usr.bin/mail/cmd1.c index be1b6f63ce4b..ee8a97dca493 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmd2.c b/usr.bin/mail/cmd2.c index 15cf04a47b82..1852c7d85467 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/cmd3.c b/usr.bin/mail/cmd3.c index c9b7c6ae57aa..1327d8121e2c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/cmdtab.c b/usr.bin/mail/cmdtab.c index b350ccef746e..49cf16978636 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "def.h" #include "extern.h" diff --git a/usr.bin/mail/collect.c b/usr.bin/mail/collect.c index 6a0926336c14..da0a2f9b17e1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/def.h b/usr.bin/mail/def.h index 3ef4ed0866d1..8147490062d5 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/mail/edit.c b/usr.bin/mail/edit.c index d50c43a73b5f..d1248f9e12dd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 7f02a88c2f7f..ff0d35287091 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ struct name *cat(struct name *, struct name *); diff --git a/usr.bin/mail/fio.c b/usr.bin/mail/fio.c index b00f48593ede..1f5c428c6533 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <sys/file.h> diff --git a/usr.bin/mail/getname.c b/usr.bin/mail/getname.c index 58519852aa93..df7dc51d2e52 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <pwd.h> diff --git a/usr.bin/mail/glob.h b/usr.bin/mail/glob.h index 5f1812a5af62..ab1485afd9d9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/mail/head.c b/usr.bin/mail/head.c index 90db9621075b..023d34cc0407 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/lex.c b/usr.bin/mail/lex.c index 4d5e14b0b18d..400e58566dbc 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <errno.h> diff --git a/usr.bin/mail/list.c b/usr.bin/mail/list.c index b5907ecb2107..bbc8c9eabd55 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <ctype.h> diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8f8ce4097335..e7245f1b59fd 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mail/mail.1,v 1.48.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 5, 2006 .Dt MAIL 1 diff --git a/usr.bin/mail/main.c b/usr.bin/mail/main.c index 3dc5938faead..07c6682a2e9a 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/names.c b/usr.bin/mail/names.c index fc0acdc851ea..12ec68d7e441 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/pathnames.h b/usr.bin/mail/pathnames.h index 57a2a0c00595..2697c8a67c1a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define _PATH_EX "/usr/bin/ex" diff --git a/usr.bin/mail/popen.c b/usr.bin/mail/popen.c index b6dc30a39ac5..46c5f013cea1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <sys/wait.h> diff --git a/usr.bin/mail/quit.c b/usr.bin/mail/quit.c index 4507c59e23b6..f75450ec843a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include <fcntl.h> diff --git a/usr.bin/mail/rcv.h b/usr.bin/mail/rcv.h index 44bb25ef3694..29a320f1cf52 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/mail/send.c b/usr.bin/mail/send.c index 35b4c729522a..91f4a958df8b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/strings.c b/usr.bin/mail/strings.c index d3a816fb081d..49670d7dddb0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/temp.c b/usr.bin/mail/temp.c index 0d7424e94daf..e6cb351cf6e1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/tty.c b/usr.bin/mail/tty.c index 6948d042488d..101a2433cb38 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/util.c b/usr.bin/mail/util.c index af962c8ca84f..927839e4fa99 100644 --- a/usr.bin/mail/util.c +++ b/usr.bin/mail/util.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/util.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/time.h> diff --git a/usr.bin/mail/v7.local.c b/usr.bin/mail/v7.local.c index 34f9d800aad7..dc54e8930f63 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Mail -- a mail program diff --git a/usr.bin/mail/vars.c b/usr.bin/mail/vars.c index ab171c159e1e..17265a7376f2 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "rcv.h" #include "extern.h" diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681..c16a7fa50471 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.36.1.4.1 2010/06/14 02:09:06 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 71d2afd93418..a4c5485e2fdf 100644 --- a/usr.bin/make/GNode.h +++ b/usr.bin/make/GNode.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/make/GNode.h,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef GNode_h_39503bf2 diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index deb076f90104..b4545891dcc6 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.67.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= make CFLAGS+=-I${.CURDIR} diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist index 8823d74d5546..0c00ff8b1ee0 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # a simple makefile to help builds on !FreeBSD systems pmake: @echo 'make started.' diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs index 39d8defe2e14..7cfd01052c19 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .de Ix .. diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 320d5dfc3c4b..63a1d76f07df 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.36.1.4.1 2010/06/14 02:09:06 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 90801cdece4f..675518a573ba 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.68.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * arch.c -- diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h index 3c28b2fcdb98..31e11f7003a3 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef arch_h_488adf7a diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 7c6c01f4eb2a..b33361a503ee 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * buf.c diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index 106f34884897..6c7409f49a1f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef buf_h_a61a6812 diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 6e7a09451778..e8b3e5150e06 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Functions to handle conditionals in a makefile. diff --git a/usr.bin/make/cond.h b/usr.bin/make/cond.h index 9a8dbdcc0cbe..a68c53912358 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef cond_h_6e96ad7c diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index 06b0f8e91a02..8dbf0f489e9b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef config_h_efe0765e diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index c66b2bf4bc97..c96f75272d12 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * dir.c -- diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index 03481b869790..cee4a88c8935 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef dir_h_6002e3b8 diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 8df547119115..780eff5d443a 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.45.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * for.c -- diff --git a/usr.bin/make/for.h b/usr.bin/make/for.h index 0e43c4a4194c..9a8c2ae3d02e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef for_h_9d770f33 diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index 6f75eafcb270..d5f335461af8 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef globals_h_1c1edb96 diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index b5ea6bcb8aeb..d449a266c413 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* hash.c -- * diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 80dd74ddb19e..bd752d5a2b3b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef hash_h_f6312f46 diff --git a/usr.bin/make/hash_tables.c b/usr.bin/make/hash_tables.c index 27909d0e2f8b..a5de25bcb725 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.114 2008/03/12 14:50:58 obrien Exp * DO NOT EDIT */ diff --git a/usr.bin/make/hash_tables.h b/usr.bin/make/hash_tables.h index 8fa43a5808da..0eb71e52cc0d 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.22.1.4.1 2010/06/14 02:09:06 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 e37c62c621e6..ed7e2d26c004 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.136.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * job.c -- diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index 31e1cb7de9be..1f8e82ffd1ce 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.48.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef job_h_4678dfd1 diff --git a/usr.bin/make/lst.c b/usr.bin/make/lst.c index a5b7f06c5254..55829123cb98 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index 497d59c59780..465eb719950a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef lst_h_38f3ead1 diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 0e165062c1bb..ce9a9b340791 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.178.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * main.c diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index a4e837ceba49..94bc61ce560b 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.117.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 29, 2008 .Dt MAKE 1 diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c index a6ddc85d4c8d..0adea24897b5 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.41.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * make.c diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h index 6e2813d898b9..a1bdef1958ac 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.36.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef make_h_a91074b9 diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 2c651645b240..6853e0db6eeb 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.116.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * parse.c -- diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h index 6ee15f963def..14d1a3c23b11 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef parse_h_470eeb9a diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h index 5fb4ceb8400b..cc90b2b52ef8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef pathnames_h_235b888a diff --git a/usr.bin/make/proc.c b/usr.bin/make/proc.c index 711f605a4846..38615df7c3c8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <unistd.h> #include <errno.h> diff --git a/usr.bin/make/proc.h b/usr.bin/make/proc.h index a4ce6d31f37a..2784c56d38da 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef proc_h_458845848 diff --git a/usr.bin/make/shell.c b/usr.bin/make/shell.c index c1f82d1cb05f..51efbf9f87be 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/queue.h> #include <stdio.h> diff --git a/usr.bin/make/shell.h b/usr.bin/make/shell.h index a3170583bdc2..752f403d1cee 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef shell_h_6002e3b8 diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 81bb7a375617..3bd9e37d657a 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/str.c,v 1.46.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <stdlib.h> diff --git a/usr.bin/make/str.h b/usr.bin/make/str.h index e8cf10cc648d..ac42e8e6a0af 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef str_h_44db59e6 diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index bed6c7a43938..659e864b8842 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.66.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * suff.c -- diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h index 9982ab46321c..53442d697fed 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef suff_h_2d5a821c diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index eac121e23ca8..e8df72015e35 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/targ.c,v 1.42.10.1.4.1 2010/06/14 02:09:06 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 38828334e92a..0ec3522258d2 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef targ_h_6ded1830 diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index 3a27b0a4110a..407cb83416e8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /*- * util.c -- diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h index 9a1dedf6c7d5..612cd905fb00 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef util_h_b7020fdb diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 983bb2ae7046..6f801864cdf9 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.165.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /** * var.c -- diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h index 618cf7af8462..63957fd0a81a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef var_h_9cccafce diff --git a/usr.bin/makewhatis/Makefile b/usr.bin/makewhatis/Makefile index 4da90ef0f73f..79b9b6fa0b19 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= makewhatis DPADD= ${LIBZ} diff --git a/usr.bin/makewhatis/makewhatis.1 b/usr.bin/makewhatis/makewhatis.1 index 1928c8470113..7b1a5c3b02ec 100644 --- a/usr.bin/makewhatis/makewhatis.1 +++ b/usr.bin/makewhatis/makewhatis.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/makewhatis/makewhatis.1,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 3, 2005 .Dt MAKEWHATIS 1 diff --git a/usr.bin/makewhatis/makewhatis.c b/usr.bin/makewhatis/makewhatis.c index f2ae3709d6dd..cbf44615c722 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.12.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/makewhatis/makewhatis.local.8 b/usr.bin/makewhatis/makewhatis.local.8 index dfe252fdd961..074e0204107a 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd April 26, 1996 .Dt MAKEWHATIS.LOCAL 8 .Os diff --git a/usr.bin/makewhatis/makewhatis.local.sh b/usr.bin/makewhatis/makewhatis.local.sh index 8be25300b75d..ba6c9372b7e9 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.50.1.4.1 2010/06/14 02:09:06 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 47f5a85fccfe..84e08a60acbf 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mesg diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1 index b596f75cf7d2..1fb62e64f952 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 5, 2002 .Dt MESG 1 diff --git a/usr.bin/mesg/mesg.c b/usr.bin/mesg/mesg.c index 270c1c546b5c..1d01c067b01a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile index 8387cf53a674..13bcf3160934 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.30.2.2.1 2010/06/14 02:09:06 kensmith Exp $ SRCDIR= ${.CURDIR}/../../lib/libz .PATH: ${SRCDIR} diff --git a/usr.bin/minigzip/minigzip.1 b/usr.bin/minigzip/minigzip.1 index ddd2b957a6b1..ed2c8a22d309 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 3, 2002 .Dt MINIGZIP 1 diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile index e4c2f0718291..d199ca900a91 100644 --- a/usr.bin/ministat/Makefile +++ b/usr.bin/ministat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ministat/Makefile,v 1.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ministat DPADD= ${LIBM} LDADD= -lm diff --git a/usr.bin/ministat/README b/usr.bin/ministat/README index cc5fe27df73e..fcc480e949a6 100644 --- a/usr.bin/ministat/README +++ b/usr.bin/ministat/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/ministat/README,v 1.1.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ A small tool to do the statistics legwork on benchmarks etc. diff --git a/usr.bin/ministat/chameleon b/usr.bin/ministat/chameleon index c554c998c152..ac4a6a3b960a 100644 --- a/usr.bin/ministat/chameleon +++ b/usr.bin/ministat/chameleon @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ministat/chameleon,v 1.1.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ 150 400 720 diff --git a/usr.bin/ministat/iguana b/usr.bin/ministat/iguana index d6996c125802..3ca0e4612ed6 100644 --- a/usr.bin/ministat/iguana +++ b/usr.bin/ministat/iguana @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ministat/iguana,v 1.1.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ 50 200 150 diff --git a/usr.bin/ministat/ministat.1 b/usr.bin/ministat/ministat.1 index 2d4ed228c756..4e58797d55d3 100644 --- a/usr.bin/ministat/ministat.1 +++ b/usr.bin/ministat/ministat.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/ministat/ministat.1,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 20, 2007 .Dt MINISTAT 1 diff --git a/usr.bin/ministat/ministat.c b/usr.bin/ministat/ministat.c index 720922eb6674..480aa1657bda 100644 --- a/usr.bin/ministat/ministat.c +++ b/usr.bin/ministat/ministat.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ministat/ministat.c,v 1.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <math.h> diff --git a/usr.bin/mkdep/Makefile b/usr.bin/mkdep/Makefile index 463466ca840a..8d0ee1755f1f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS= mkdep.gcc.sh MAN= mkdep.1 diff --git a/usr.bin/mkdep/mkdep.1 b/usr.bin/mkdep/mkdep.1 index 5d86209a03af..869f88e9e77f 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.22.1.4.1 2010/06/14 02:09:06 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 ec00dcfbdf92..bb633890480e 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ D=.depend # default dependency file is .depend append=0 diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index bab308b133f6..5dc6016b7bef 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mkfifo WARNS?= 6 diff --git a/usr.bin/mkfifo/mkfifo.1 b/usr.bin/mkfifo/mkfifo.1 index b29c48aae037..7ffacb4394b6 100644 --- a/usr.bin/mkfifo/mkfifo.1 +++ b/usr.bin/mkfifo/mkfifo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkfifo/mkfifo.1,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 5, 1994 .Dt MKFIFO 1 diff --git a/usr.bin/mkfifo/mkfifo.c b/usr.bin/mkfifo/mkfifo.c index 7e147b6b1497..e2fdb4fff50c 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile index 9873d4e32fc3..aff1d9cb8788 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mklocale WARNS?= 6 diff --git a/usr.bin/mklocale/extern.h b/usr.bin/mklocale/extern.h index a52c6b5b9015..925b4e5be52e 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ int yylex(void); diff --git a/usr.bin/mklocale/ldef.h b/usr.bin/mklocale/ldef.h index 70ce43a43a0c..275ab2d9a778 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/mklocale/lex.l b/usr.bin/mklocale/lex.l index eeed535db2c6..7b3cdf4b27aa 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/mklocale/mklocale.1 b/usr.bin/mklocale/mklocale.1 index ab245e04d197..91286067e589 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 17, 2004 .Dt MKLOCALE 1 diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y index 344af220cf6b..df945e1d7cb0 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.29.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <arpa/inet.h> diff --git a/usr.bin/mkstr/Makefile b/usr.bin/mkstr/Makefile index 805c013d4a97..6b8fe445d148 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mkstr diff --git a/usr.bin/mkstr/mkstr.1 b/usr.bin/mkstr/mkstr.1 index 7435a25c741d..e2ed21a14683 100644 --- a/usr.bin/mkstr/mkstr.1 +++ b/usr.bin/mkstr/mkstr.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkstr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkstr/mkstr.1,v 1.14.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 1, 2002 .Dt MKSTR 1 diff --git a/usr.bin/mkstr/mkstr.c b/usr.bin/mkstr/mkstr.c index ce61c9d7ff9b..2606f41e3c81 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <errno.h> diff --git a/usr.bin/mktemp/Makefile b/usr.bin/mktemp/Makefile index 76ebee6f360b..1a607cdd9470 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mktemp diff --git a/usr.bin/mktemp/mktemp.1 b/usr.bin/mktemp/mktemp.1 index 6e3575977175..b0959f26afe4 100644 --- a/usr.bin/mktemp/mktemp.1 +++ b/usr.bin/mktemp/mktemp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: $OpenBSD: mktemp.1,v 1.8 1998/03/19 06:13:37 millert Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mktemp/mktemp.1,v 1.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 30, 2005 .Dt MKTEMP 1 diff --git a/usr.bin/mktemp/mktemp.c b/usr.bin/mktemp/mktemp.c index b58ac4b9d055..83d8246039a8 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ static void usage(void); diff --git a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile index 11ed0831f14c..12fe790851c1 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mkuzip MAN= mkuzip.8 diff --git a/usr.bin/mkuzip/mkuzip.8 b/usr.bin/mkuzip/mkuzip.8 index 37d86bab6a67..fa059f4eab33 100644 --- a/usr.bin/mkuzip/mkuzip.8 +++ b/usr.bin/mkuzip/mkuzip.8 @@ -5,7 +5,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Maxim Sobolev .\" ---------------------------------------------------------------------------- .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/mkuzip/mkuzip.8,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 17, 2006 .Dt MKUZIP 8 diff --git a/usr.bin/mkuzip/mkuzip.c b/usr.bin/mkuzip/mkuzip.c index 02ebefa8094f..cb58da2e25cc 100644 --- a/usr.bin/mkuzip/mkuzip.c +++ b/usr.bin/mkuzip/mkuzip.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Maxim Sobolev * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/mkuzip/mkuzip.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/usr.bin/msgs/Makefile b/usr.bin/msgs/Makefile index 9f59c6a598cc..ba82a938ac92 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= msgs WARNS?= 6 diff --git a/usr.bin/msgs/msgs.1 b/usr.bin/msgs/msgs.1 index 147f8c9e4232..752fa7eed535 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 28, 1995 .Dt MSGS 1 diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 2172735aec17..16b8ec1c5c84 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.28.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * msgs - a user bulletin board program diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 25b4af5b897f..344bef5a36ae 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= mt diff --git a/usr.bin/mt/mt.1 b/usr.bin/mt/mt.1 index 17e269bf6968..da11c6842ada 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.45.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 20, 2008 .Dt MT 1 diff --git a/usr.bin/mt/mt.c b/usr.bin/mt/mt.c index 902128e3cd96..bd38505b9b01 100644 --- a/usr.bin/mt/mt.c +++ b/usr.bin/mt/mt.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)mt.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mt/mt.c,v 1.37.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * mt -- diff --git a/usr.bin/nc/Makefile b/usr.bin/nc/Makefile index a4400bcddc90..297f3d180b85 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.24.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../../contrib/netcat diff --git a/usr.bin/ncal/Makefile b/usr.bin/ncal/Makefile index 343e8cde9f84..0882a721d5f9 100644 --- a/usr.bin/ncal/Makefile +++ b/usr.bin/ncal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/ncal/Makefile,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ncal diff --git a/usr.bin/ncal/ncal.1 b/usr.bin/ncal/ncal.1 index 1c93a843ec0e..47b827d4bf43 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 14, 2009 .Dt CAL 1 diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c index a65a2fcf8a2d..2e8c89441586 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.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <calendar.h> diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile index 8e6d18991a4f..fa68498fed8e 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ncplist diff --git a/usr.bin/ncplist/ncplist.1 b/usr.bin/ncplist/ncplist.1 index 753be8fc6197..21825a770f73 100644 --- a/usr.bin/ncplist/ncplist.1 +++ b/usr.bin/ncplist/ncplist.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplist/ncplist.1,v 1.11.10.1.4.1 2010/06/14 02:09:06 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 e2c2ce4133c0..c11947d1d38f 100644 --- a/usr.bin/ncplist/ncplist.c +++ b/usr.bin/ncplist/ncplist.c @@ -32,7 +32,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/ncplist/ncplist.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/ncplogin/Makefile b/usr.bin/ncplogin/Makefile index 8795f29f3ad1..fc67e9f334cb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ncplogin MAN= ncplogin.1 ncplogout.1 diff --git a/usr.bin/ncplogin/ncplogin.1 b/usr.bin/ncplogin/ncplogin.1 index 24b806af6834..41174bf98313 100644 --- a/usr.bin/ncplogin/ncplogin.1 +++ b/usr.bin/ncplogin/ncplogin.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogin.1,v 1.13.10.1.4.1 2010/06/14 02:09:06 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 05b95c14e38e..e55b85b15b1e 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.6.2.1.4.1 2010/06/14 02:09:06 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 bc220a7cf333..7ea9fc49e0f5 100644 --- a/usr.bin/ncplogin/ncplogout.1 +++ b/usr.bin/ncplogin/ncplogout.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ncplogin/ncplogout.1,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .Dd September 15, 1999 .Dt NCPLOGOUT 1 .Os diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index df31aecaf94e..bf8dcb97a8a4 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.42.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/netstat/atalk.c b/usr.bin/netstat/atalk.c index 9ed48209076d..41d58ea08e46 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.27.2.1.4.1 2010/06/14 02:09:06 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 2ffeacbc7dea..94f4b67e2ac5 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/bpf.c,v 1.12.2.1.4.1 2010/06/14 02:09:06 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 99a820aa7f43..4721b8f9be15 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.70.2.3.2.1 2010/06/14 02:09:06 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 51b71c79aa9e..ec85291ec698 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.90.2.2.2.1 2010/06/14 02:09:06 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 123f2c8b8e2d..21be82ab316a 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.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/ipsec.c b/usr.bin/netstat/ipsec.c index d3276bf27615..a2865027b22b 100644 --- a/usr.bin/netstat/ipsec.c +++ b/usr.bin/netstat/ipsec.c @@ -93,7 +93,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/ipsec.c,v 1.18.2.2.2.1 2010/06/14 02:09:06 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 b79a93bba984..d75c7089585e 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.28.2.1.4.1 2010/06/14 02:09:06 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 7a6dc7311667..0ce94af55d53 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.96.2.3.2.1 2010/06/14 02:09:06 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 7f65701ddf5e..d49a4d7d4dee 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.54.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/usr.bin/netstat/mroute.c b/usr.bin/netstat/mroute.c index 4d55cb667a8e..8f8a8324257d 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.34.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Print multicast routing structures and statistics. diff --git a/usr.bin/netstat/mroute6.c b/usr.bin/netstat/mroute6.c index c526d7cd63a7..ca2a32575b05 100644 --- a/usr.bin/netstat/mroute6.c +++ b/usr.bin/netstat/mroute6.c @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/mroute6.c,v 1.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef INET6 #include <sys/param.h> diff --git a/usr.bin/netstat/netgraph.c b/usr.bin/netstat/netgraph.c index d51041446ec3..dfa824c56cef 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.14.2.2.2.1 2010/06/14 02:09:06 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 872ff954db4e..ac49712eecec 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.63.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 10, 2010 .Dt NETSTAT 1 diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 7594464547ff..4b1230f90756 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.58.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/netstat/pfkey.c b/usr.bin/netstat/pfkey.c index 2ab58e91dada..d06a6528272f 100644 --- a/usr.bin/netstat/pfkey.c +++ b/usr.bin/netstat/pfkey.c @@ -68,7 +68,7 @@ static char sccsid[] = "@(#)inet.c 8.5 (Berkeley) 5/24/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/pfkey.c,v 1.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c index 2e9e919f109b..198405f06919 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.94.2.2.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/protosw.h> diff --git a/usr.bin/netstat/sctp.c b/usr.bin/netstat/sctp.c index fe29787ef197..9ac327838c0d 100644 --- a/usr.bin/netstat/sctp.c +++ b/usr.bin/netstat/sctp.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)sctp.c 0.1 (Berkeley) 4/18/2007"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/netstat/sctp.c,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c index 209fc8d497be..c1acadde57ac 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Display protocol blocks in the unix domain. diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile index 8195348bf3f8..c0b1c60d8e3d 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= newgrp DPADD= ${LIBCRYPT} ${LIBUTIL} diff --git a/usr.bin/newgrp/newgrp.1 b/usr.bin/newgrp/newgrp.1 index 44ab9fd56583..9066a3bc61aa 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 23, 2002 .Dt NEWGRP 1 diff --git a/usr.bin/newgrp/newgrp.c b/usr.bin/newgrp/newgrp.c index 91b62a52779d..a2e5fa900cbe 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.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index 1460f8719419..820db1503f16 100644 --- a/usr.bin/newkey/Makefile +++ b/usr.bin/newkey/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/newkey/Makefile,v 1.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/newkey/extern.h b/usr.bin/newkey/extern.h index 7a5fb422d4f0..5f63569fdbad 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifdef YP diff --git a/usr.bin/newkey/generic.c b/usr.bin/newkey/generic.c index 3626960f9540..a83268da5996 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/file.h> diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8 index 09b00e9f47d3..8424b8079553 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.36.1.4.1 2010/06/14 02:09:06 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 be3b2bb3927a..50565ad2c502 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.9.2.1.4.1 2010/06/14 02:09:06 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 11a1db94261a..a7f5bbc0549e 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nfsstat/Makefile b/usr.bin/nfsstat/Makefile index ce4c7c6136fb..a8fd80a54783 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nfsstat CFLAGS+=-DNFS diff --git a/usr.bin/nfsstat/nfsstat.1 b/usr.bin/nfsstat/nfsstat.1 index 80d622029fac..42bd03026cbe 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 18, 2007 .Dt NFSSTAT 1 diff --git a/usr.bin/nfsstat/nfsstat.c b/usr.bin/nfsstat/nfsstat.c index 4af133b13701..e778f5193007 100644 --- a/usr.bin/nfsstat/nfsstat.c +++ b/usr.bin/nfsstat/nfsstat.c @@ -45,7 +45,7 @@ static const 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.27.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/nice/Makefile b/usr.bin/nice/Makefile index 0d2733a6d10e..9fe372fe4b07 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nice diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1 index eb804bd7d3c7..45c3e2813875 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt NICE 1 diff --git a/usr.bin/nice/nice.c b/usr.bin/nice/nice.c index 1aed481f71cb..85712bab8103 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/nl/Makefile b/usr.bin/nl/Makefile index 9b1f292dfbee..4c13bd7ecf23 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nl diff --git a/usr.bin/nl/nl.1 b/usr.bin/nl/nl.1 index f21ce93a3be9..d9cb48d52809 100644 --- a/usr.bin/nl/nl.1 +++ b/usr.bin/nl/nl.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/nl/nl.1,v 1.17.10.1.4.1 2010/06/14 02:09:06 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 172eb6cbea24..eaea139bdd4b 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.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #endif #define _WITH_GETLINE diff --git a/usr.bin/nohup/Makefile b/usr.bin/nohup/Makefile index cd635cefa526..a497ed262194 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= nohup WARNS?= 4 diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1 index bf74dd65bf39..34e7c31828d6 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 19, 2001 .Dt NOHUP 1 diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 06f22445771d..8ae335bff819 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile index 004efa2def2a..d9bafe15a5d5 100644 --- a/usr.bin/nslookup/Makefile +++ b/usr.bin/nslookup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nslookup/Makefile,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 0b81c5eb6643..b9f81f2e839a 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/nsupdate/Makefile,v 1.8.2.1.4.1 2010/06/14 02:09:06 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 9550ff026345..5d52b9723a30 100644 --- a/usr.bin/objformat/Makefile +++ b/usr.bin/objformat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/Makefile,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS=objformat.sh NO_MAN= diff --git a/usr.bin/objformat/objformat.sh b/usr.bin/objformat/objformat.sh index edd96073f603..b9256c8f6ace 100644 --- a/usr.bin/objformat/objformat.sh +++ b/usr.bin/objformat/objformat.sh @@ -1,5 +1,5 @@ #! /bin/sh -# $FreeBSD$ +# $FreeBSD: src/usr.bin/objformat/objformat.sh,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # /usr/bin/objformat has been obsolete and deprecated for years. # Please remove any build/configure script references. New software # should only have to only support elf on FreeBSD. diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 0375111dbfba..53ccd1ff1528 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile index 215c86b4511e..84b5429a1b4c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index 0d75a2113dc1..005f3cc77747 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie diff --git a/usr.bin/pagesize/Makefile b/usr.bin/pagesize/Makefile index 6ca205d32252..803bf01da47a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS=pagesize.sh MAN= pagesize.1 diff --git a/usr.bin/pagesize/pagesize.1 b/usr.bin/pagesize/pagesize.1 index e4287e18cb0e..4cd05f3d5527 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt PAGESIZE 1 diff --git a/usr.bin/pagesize/pagesize.sh b/usr.bin/pagesize/pagesize.sh index fd5477b3222b..48e128056adf 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # PATH=/bin:/usr/bin:/sbin:/usr/sbin; export PATH diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index a1ce76b48117..4285a0153472 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/passwd/Makefile,v 1.47.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index 6015952ad619..239ad0f3f9f3 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.33.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt PASSWD 1 diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c index d35458c956a1..5877652bd964 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1 index 6b8ed0de12bd..ca72311c5321 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 25, 2004 .Dt PASTE 1 diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c index 6e3e5539d0c0..d832bb265d5e 100644 --- a/usr.bin/paste/paste.c +++ b/usr.bin/paste/paste.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/paste/paste.c,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/pathchk/Makefile b/usr.bin/pathchk/Makefile index b5bea85270aa..2d5cc6b85433 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.38.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= pathchk diff --git a/usr.bin/pathchk/pathchk.1 b/usr.bin/pathchk/pathchk.1 index 931f82f47e61..ec8487bab93e 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.22.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 1, 2010 .Dt PATHCHK 1 diff --git a/usr.bin/pathchk/pathchk.c b/usr.bin/pathchk/pathchk.c index 2d8fa595d32d..625e949491e7 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.22.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> diff --git a/usr.bin/perror/Makefile b/usr.bin/perror/Makefile index e76d593dc433..1e96ea11dfcb 100644 --- a/usr.bin/perror/Makefile +++ b/usr.bin/perror/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/perror/Makefile,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= perror diff --git a/usr.bin/perror/perror.1 b/usr.bin/perror/perror.1 index 0b724b14ca65..b4c8cde36c6d 100644 --- a/usr.bin/perror/perror.1 +++ b/usr.bin/perror/perror.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/perror/perror.1,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 12, 2009 .Dt PERROR 1 diff --git a/usr.bin/perror/perror.c b/usr.bin/perror/perror.c index ef3db35b64b2..3da563190958 100644 --- a/usr.bin/perror/perror.c +++ b/usr.bin/perror/perror.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/perror/perror.c,v 1.4.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 277459ee47a7..bae223fded8e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <stdio.h> diff --git a/usr.bin/pr/extern.h b/usr.bin/pr/extern.h index da552c03e8e8..432a2e5877d2 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int eoptind; diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1 index 035958e26bf5..d4b8948eaaf2 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 3, 2004 .Dt PR 1 diff --git a/usr.bin/pr/pr.c b/usr.bin/pr/pr.c index fed27f253add..f28f25372922 100644 --- a/usr.bin/pr/pr.c +++ b/usr.bin/pr/pr.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)pr.c 8.2 (Berkeley) 4/16/94"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/pr/pr.c,v 1.19.10.1.4.1 2010/06/14 02:09:06 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 a4346c788dcc..e461af688c50 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/printenv/Makefile b/usr.bin/printenv/Makefile index bcb5952eb9ee..bf1ac1901917 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= printenv diff --git a/usr.bin/printenv/printenv.1 b/usr.bin/printenv/printenv.1 index 776e2653e0ae..e519ee233caa 100644 --- a/usr.bin/printenv/printenv.1 +++ b/usr.bin/printenv/printenv.1 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)printenv.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/printenv/printenv.1,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 12, 2003 .Dt PRINTENV 1 diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 03257f5d41f2..9c7aaf7c5b3e 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/printf/Makefile b/usr.bin/printf/Makefile index 78cdd0d13019..cb035edd4a13 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= printf WARNS?= 6 diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 4a30851de01e..415551a64c39 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 14, 2005 .Dt PRINTF 1 diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 5e7a9353aa32..78334bd084b9 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.38.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/procstat/Makefile b/usr.bin/procstat/Makefile index ddad5edb402b..08a388ad79c6 100644 --- a/usr.bin/procstat/Makefile +++ b/usr.bin/procstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/procstat/Makefile,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= procstat MAN= procstat.1 diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index dab1c2b7ad81..42287c8a6193 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/procstat/procstat.1,v 1.7.2.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 7, 2010 .Dt PROCSTAT 1 diff --git a/usr.bin/procstat/procstat.c b/usr.bin/procstat/procstat.c index ee95ae29005a..10e42037872d 100644 --- a/usr.bin/procstat/procstat.c +++ b/usr.bin/procstat/procstat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat.c,v 1.3.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat.h b/usr.bin/procstat/procstat.h index d73a2030775d..f3af84e344e3 100644 --- a/usr.bin/procstat/procstat.h +++ b/usr.bin/procstat/procstat.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat.h,v 1.1.4.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef PROCSTAT_H diff --git a/usr.bin/procstat/procstat_args.c b/usr.bin/procstat/procstat_args.c index e5a7acda9214..59ae2387213a 100644 --- a/usr.bin/procstat/procstat_args.c +++ b/usr.bin/procstat/procstat_args.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_args.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_basic.c b/usr.bin/procstat/procstat_basic.c index 277517242a4d..f8a835c1be69 100644 --- a/usr.bin/procstat/procstat_basic.c +++ b/usr.bin/procstat/procstat_basic.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_basic.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_bin.c b/usr.bin/procstat/procstat_bin.c index 8ed5efed9a1a..7d5943c6c754 100644 --- a/usr.bin/procstat/procstat_bin.c +++ b/usr.bin/procstat/procstat_bin.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_bin.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_cred.c b/usr.bin/procstat/procstat_cred.c index 1e91a94e9ae1..a95a580e5030 100644 --- a/usr.bin/procstat/procstat_cred.c +++ b/usr.bin/procstat/procstat_cred.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_cred.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index debb0e44a20f..f3db30bb8af5 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_files.c,v 1.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_kstack.c b/usr.bin/procstat/procstat_kstack.c index 9d5f71e37576..b450026d0819 100644 --- a/usr.bin/procstat/procstat_kstack.c +++ b/usr.bin/procstat/procstat_kstack.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_kstack.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_sigs.c b/usr.bin/procstat/procstat_sigs.c index b1f5e35fb469..714bd2c61af2 100644 --- a/usr.bin/procstat/procstat_sigs.c +++ b/usr.bin/procstat/procstat_sigs.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_sigs.c,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_threads.c b/usr.bin/procstat/procstat_threads.c index 64e0a369ccc4..bffa7a205f8e 100644 --- a/usr.bin/procstat/procstat_threads.c +++ b/usr.bin/procstat/procstat_threads.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_threads.c,v 1.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/procstat/procstat_vm.c b/usr.bin/procstat/procstat_vm.c index 5c965a990767..474d008b0b61 100644 --- a/usr.bin/procstat/procstat_vm.c +++ b/usr.bin/procstat/procstat_vm.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/procstat/procstat_vm.c,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile index a479402878fe..decbe25e2eea 100644 --- a/usr.bin/quota/Makefile +++ b/usr.bin/quota/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/quota/Makefile,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= quota BINOWN= root diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index fb06d44fa284..24988232e795 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)quota.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/quota/quota.1,v 1.19.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 3, 2007 .Dt QUOTA 1 diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c index f504e7c31593..3a4eb13eab23 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.35.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/renice/Makefile b/usr.bin/renice/Makefile index d5471379fe1e..36c41921146d 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= renice MAN= renice.8 diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 4420d8efa758..667014bf1068 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt RENICE 8 diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c index 21bb4c2c9805..28e781ce2215 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index 27137ffb4d15..a9d79cc424a6 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rev diff --git a/usr.bin/rev/rev.1 b/usr.bin/rev/rev.1 index 68b00bf89c53..74adf1a80ef4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt REV 1 diff --git a/usr.bin/rev/rev.c b/usr.bin/rev/rev.c index 8b38897d2f6c..9542110b63a4 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/revoke/Makefile b/usr.bin/revoke/Makefile index b3c4ee690a65..b02c8651d6ca 100644 --- a/usr.bin/revoke/Makefile +++ b/usr.bin/revoke/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/revoke/Makefile,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= revoke diff --git a/usr.bin/revoke/revoke.1 b/usr.bin/revoke/revoke.1 index 6dd6e2f22f4a..c0b7d874739c 100644 --- a/usr.bin/revoke/revoke.1 +++ b/usr.bin/revoke/revoke.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/revoke/revoke.1,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 15, 2009 .Dt REVOKE 1 diff --git a/usr.bin/revoke/revoke.c b/usr.bin/revoke/revoke.c index bc9f838bf37c..3590049ad33c 100644 --- a/usr.bin/revoke/revoke.c +++ b/usr.bin/revoke/revoke.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/revoke/revoke.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 195bffbb0b15..1433936ce75a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rlogin diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index 9a29f6614708..adc95b166210 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 26, 2003 .Dt RLOGIN 1 diff --git a/usr.bin/rlogin/rlogin.c b/usr.bin/rlogin/rlogin.c index c279535b6497..ae2d514b0282 100644 --- a/usr.bin/rlogin/rlogin.c +++ b/usr.bin/rlogin/rlogin.c @@ -51,7 +51,7 @@ static const char sccsid[] = "@(#)rlogin.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rlogin/rlogin.c,v 1.40.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * rlogin - remote login diff --git a/usr.bin/rpcgen/Makefile b/usr.bin/rpcgen/Makefile index c298820e343a..bc4a564833c9 100644 --- a/usr.bin/rpcgen/Makefile +++ b/usr.bin/rpcgen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcgen/Makefile,v 1.8.10.1.4.1 2010/06/14 02:09:06 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 713cba11d55a..0d364f6e746f 100644 --- a/usr.bin/rpcgen/rpc_clntout.c +++ b/usr.bin/rpcgen/rpc_clntout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_clntout.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_clntout.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 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 4c36ce6c583d..474d912641f7 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.17.2.2.2.1 2010/06/14 02:09:06 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 70683638360e..76b1fd197e8a 100644 --- a/usr.bin/rpcgen/rpc_hout.c +++ b/usr.bin/rpcgen/rpc_hout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_hout.c 1.12 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_hout.c,v 1.15.10.1.4.1 2010/06/14 02:09:06 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 fb3813f42bd7..b45a8be3ed83 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)rpc_main.c 1.30 89/03/30 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_main.c,v 1.33.10.1.4.1 2010/06/14 02:09:06 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 f7f857a0c9a5..1072b7838871 100644 --- a/usr.bin/rpcgen/rpc_parse.c +++ b/usr.bin/rpcgen/rpc_parse.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_parse.c 1.8 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_parse.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 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 3ca874e44945..771ec85bd0db 100644 --- a/usr.bin/rpcgen/rpc_parse.h +++ b/usr.bin/rpcgen/rpc_parse.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_parse.h,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 3a4e392d1ce8..e2e470d36f99 100644 --- a/usr.bin/rpcgen/rpc_sample.c +++ b/usr.bin/rpcgen/rpc_sample.c @@ -30,7 +30,7 @@ /* #pragma ident "@(#)rpc_sample.c 1.9 94/04/25 SMI" */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_sample.c,v 1.9.10.1.4.1 2010/06/14 02:09:06 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 421b0552aa05..a9b4faa73f46 100644 --- a/usr.bin/rpcgen/rpc_scan.c +++ b/usr.bin/rpcgen/rpc_scan.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_scan.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_scan.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 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 a57eb3bb1948..098ff257e5f3 100644 --- a/usr.bin/rpcgen/rpc_scan.h +++ b/usr.bin/rpcgen/rpc_scan.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_scan.h,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 40fc61cb9ec4..91fb4cb8055e 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.26.2.1.4.1 2010/06/14 02:09:06 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 f96bdfcbc187..2b177adf97d7 100644 --- a/usr.bin/rpcgen/rpc_tblout.c +++ b/usr.bin/rpcgen/rpc_tblout.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_tblout.c 1.4 89/02/22 (C) 1988 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_tblout.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 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 9d1c85be5f1c..c7d916f58ce7 100644 --- a/usr.bin/rpcgen/rpc_util.c +++ b/usr.bin/rpcgen/rpc_util.c @@ -35,7 +35,7 @@ static char sccsid[] = "@(#)rpc_util.c 1.11 89/02/22 (C) 1987 SMI"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rpcgen/rpc_util.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 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 644cbeaa9347..c0720ef84d9a 100644 --- a/usr.bin/rpcgen/rpc_util.h +++ b/usr.bin/rpcgen/rpc_util.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/usr.bin/rpcgen/rpc_util.h,v 1.12.10.1.4.1 2010/06/14 02:09:06 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 2a4a25ecc51b..d6f6e827e98b 100644 --- a/usr.bin/rpcgen/rpcgen.1 +++ b/usr.bin/rpcgen/rpcgen.1 @@ -1,5 +1,5 @@ .\" @(#)rpcgen.1 1.35 93/06/02 SMI -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rpcgen/rpcgen.1,v 1.24.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" Copyright 1985-1993 Sun Microsystems, Inc. .\" .Dd September 2, 2005 diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile index c89b5b3cbe56..2e3699070dd9 100644 --- a/usr.bin/rpcinfo/Makefile +++ b/usr.bin/rpcinfo/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.2 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/rpcinfo/Makefile,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rpcinfo SRCS= rpcinfo.c diff --git a/usr.bin/rpcinfo/rpcinfo.8 b/usr.bin/rpcinfo/rpcinfo.8 index f4c7fc79868c..307efb48a76f 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.36.1.4.1 2010/06/14 02:09:06 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 a2e662961ada..058cfad5a4c6 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * rpcinfo: ping a particular rpc program diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 4aa338202f02..cddf9e472759 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rs.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rs/rs.1,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 30, 2004 .Dt RS 1 diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c index 82aaa9aeefce..8421436304b2 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <ctype.h> diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index cf052f71efa7..09f460cebbe4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rsh CFLAGS+=-I${.CURDIR}/../../libexec/rlogind diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index ee5d0dd193ff..4d25f7c47d94 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rsh.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rsh/rsh.1,v 1.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 16, 2002 .Dt RSH 1 diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index a3668300f387..98bf67b9cb7e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/rup/Makefile b/usr.bin/rup/Makefile index 6d329774b711..7828b3ec59e9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= rup diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index fca4cdb6d956..50ccb1373342 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rup/rup.1,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 7, 1993 .Dt RUP 1 diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c index 239b313ce811..16aae081b957 100644 --- a/usr.bin/rup/rup.c +++ b/usr.bin/rup/rup.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/rup/rup.c,v 1.19.10.1.4.1 2010/06/14 02:09:06 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 3d0938140daf..98e65626a49a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 1, 2003 .Dt RUPTIME 1 diff --git a/usr.bin/ruptime/ruptime.c b/usr.bin/ruptime/ruptime.c index 1e3356f6f86c..5242d8f960f2 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> diff --git a/usr.bin/rusers/Makefile b/usr.bin/rusers/Makefile index 21d0ce24a706..a864ba5e657d 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG = rusers WARNS?= 6 diff --git a/usr.bin/rusers/rusers.1 b/usr.bin/rusers/rusers.1 index f528bb87e4e4..62f4f253416f 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 23, 1991 .Dt RUSERS 1 diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c index 705c887e8d7d..adb422c19b36 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/rwall/Makefile b/usr.bin/rwall/Makefile index 4e448dbd2ca7..f3973027a50d 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG = rwall diff --git a/usr.bin/rwall/rwall.1 b/usr.bin/rwall/rwall.1 index 2de83d4c2711..f931e18fd09e 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 23, 1991 .Dt RWALL 1 diff --git a/usr.bin/rwall/rwall.c b/usr.bin/rwall/rwall.c index 042b72f71355..e812a37b87ab 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.22.1.4.1 2010/06/14 02:09:06 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 684e508146d0..19209a3a85a6 100644 --- a/usr.bin/rwho/rwho.1 +++ b/usr.bin/rwho/rwho.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rwho.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/rwho/rwho.1,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt RWHO 1 diff --git a/usr.bin/rwho/rwho.c b/usr.bin/rwho/rwho.c index be82ad36d4dc..f19dca8bb43f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/usr.bin/script/Makefile b/usr.bin/script/Makefile index 50ba12e696af..f22e98ebc7b5 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= script LDADD= -lutil diff --git a/usr.bin/script/script.1 b/usr.bin/script/script.1 index 1c93b3e48a15..947638ba193b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 22, 2004 .Dt SCRIPT 1 diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index b571606726e2..00da3f95ce2a 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.30.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 9d9886f3688c..dc3ae1a21182 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.36.1.4.1 2010/06/14 02:09:06 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 239acf8e48d1..47db6d3c7e76 100644 --- a/usr.bin/sed/POSIX +++ b/usr.bin/sed/POSIX @@ -1,5 +1,5 @@ # @(#)POSIX 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/sed/POSIX,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ Comments on the IEEE P1003.2 Draft 12 Part 2: Shell and Utilities diff --git a/usr.bin/sed/compile.c b/usr.bin/sed/compile.c index cea8e07b9c3b..881401dddd6e 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.34.2.4.2.1 2010/06/14 02:09:06 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 d4f434ee84eb..2c04aec87286 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/sed/extern.h b/usr.bin/sed/extern.h index f2bd71bacfa4..ea3930b230d6 100644 --- a/usr.bin/sed/extern.h +++ b/usr.bin/sed/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/sed/extern.h,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern struct s_command *prog; diff --git a/usr.bin/sed/main.c b/usr.bin/sed/main.c index 8d4fe95a33d8..c6c31725d649 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.41.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/sed/misc.c b/usr.bin/sed/misc.c index f3b513784a6e..3b143fee1447 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.30.1.4.1 2010/06/14 02:09:06 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 5e2618ae98fd..05e79201ac6d 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.50.2.1.4.1 2010/06/14 02:09:06 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 0744630b57a3..2bf45e8c6e33 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.50.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 24, 2009 .Dt SED 1 diff --git a/usr.bin/setchannel/Makefile b/usr.bin/setchannel/Makefile index 0ffb33078592..7b86e25f6e87 100644 --- a/usr.bin/setchannel/Makefile +++ b/usr.bin/setchannel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/setchannel/Makefile,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= setchannel diff --git a/usr.bin/setchannel/setchannel.1 b/usr.bin/setchannel/setchannel.1 index c51ec3c00d72..7b16611be0bb 100644 --- a/usr.bin/setchannel/setchannel.1 +++ b/usr.bin/setchannel/setchannel.1 @@ -23,7 +23,7 @@ .\ SUCH DAMAGE. .\ .\" $Id: cxm.4,v 1.1 2004/10/16 00:12:35 mavetju Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/setchannel/setchannel.1,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 30, 2006 .Dt pvr250-setchannel 1 diff --git a/usr.bin/setchannel/setchannel.c b/usr.bin/setchannel/setchannel.c index f6f3e2040ac6..11333cbcd5f3 100644 --- a/usr.bin/setchannel/setchannel.c +++ b/usr.bin/setchannel/setchannel.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/setchannel/setchannel.c,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Set the channel of the tuner card. */ diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 9970eb5c3cef..48b353075ae4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SCRIPTS=shar.sh MAN= shar.1 diff --git a/usr.bin/shar/shar.1 b/usr.bin/shar/shar.1 index 1143f9cd3b7b..90cfb1877ec4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt SHAR 1 diff --git a/usr.bin/shar/shar.sh b/usr.bin/shar/shar.sh index 154c65099fbc..1f2da0b9faf6 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.5.2.1.4.1 2010/06/14 02:09:06 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 59199098dda6..81a62272061d 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= showmount MAN= showmount.8 diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index fe53d88dc822..d4b1b076c80b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 29, 1995 .Dt SHOWMOUNT 8 diff --git a/usr.bin/showmount/showmount.c b/usr.bin/showmount/showmount.c index 5e67cc1bc7bb..d334eb66cacb 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/smbutil/Makefile b/usr.bin/smbutil/Makefile index 13b5078e0411..4ff457fabb86 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.22.1.4.1 2010/06/14 02:09:06 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 55e702577e6c..e587944bf39b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= sockstat WARNS?= 4 diff --git a/usr.bin/sockstat/sockstat.1 b/usr.bin/sockstat/sockstat.1 index 206dad7e38cb..a4ba6d851738 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.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 9, 2009 .Dt SOCKSTAT 1 diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index e66dc41337c3..e98f98b2da26 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.21.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/usr.bin/split/Makefile b/usr.bin/split/Makefile index d176fdd7d457..4d8942bbebe9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= split diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index e55bb87b74a6..b8cf56354666 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.23.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 23, 2009 .Dt SPLIT 1 diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c index 22818e41cd6d..4d9459ce20e2 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile index 808c41e9b0cb..b728a993c00f 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= stat WARNS?= 2 diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index 868f9e9eabcf..c43fbec61901 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.10.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 24, 2010 .Dt STAT 1 diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c index 5d75d7c0c406..ecbdd0fea3d3 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.8.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #if HAVE_CONFIG_H #include "config.h" diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 25216cf44f1d..8bb1ce2c47e9 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/su/Makefile,v 1.41.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index b8c14ca498aa..2828cdce7b11 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.41.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 1, 2008 .Dt SU 1 diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c index 5dcb24a4064e..f4c8418f70c3 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.89.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 49bb9981c0d3..091da802f577 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.20.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/systat/cmds.c b/usr.bin/systat/cmds.c index f283056d96cc..7a9d74784234 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.6.2.1.4.1 2010/06/14 02:09:06 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 a8daa1311ee5..0f81dd8e4e80 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.12.2.1.4.1 2010/06/14 02:09:06 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 bebb040f9ec6..3fff40c45ef3 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/convtbl.h b/usr.bin/systat/convtbl.h index 051e1cd4f08a..8a9e23553754 100644 --- a/usr.bin/systat/convtbl.h +++ b/usr.bin/systat/convtbl.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/convtbl.h,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _CONVTBL_H_ diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c index 58e6d58596f1..78b1611a7c29 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.10.2.1.4.1 2010/06/14 02:09:06 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 921700846b23..3e00f4c98839 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.36.1.4.1 2010/06/14 02:09:06 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 84af89ca55f0..edd0571ed334 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 0edce342e7b2..2019fbc85e8f 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.6.2.1.4.1 2010/06/14 02:09:06 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 2d5f8e4e1ff9..8aa944db3454 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.6.2.1.4.1 2010/06/14 02:09:06 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 54151709bdab..5eba6d0c2b35 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.4.2.1.4.1 2010/06/14 02:09:06 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 495ac46ac637..1268cf545033 100644 --- a/usr.bin/systat/ifcmds.c +++ b/usr.bin/systat/ifcmds.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/ifcmds.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "systat.h" diff --git a/usr.bin/systat/ifstat.c b/usr.bin/systat/ifstat.c index 62773e9fd09c..f4d8b5cd5448 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/types.h> diff --git a/usr.bin/systat/iostat.c b/usr.bin/systat/iostat.c index 90e1578efeb7..a082e85e673d 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.25.2.1.4.1 2010/06/14 02:09:06 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 091432857516..af7a52a39772 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.8.2.1.4.1 2010/06/14 02:09:06 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 bc3f52188e31..b41f13808ec5 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.4.2.1.4.1 2010/06/14 02:09:06 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 0ab28eb2603e..621ea21e1399 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.3.2.2.2.1 2010/06/14 02:09:06 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 d092f10fe19a..afb0340a3b4e 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.21.2.3.2.1 2010/06/14 02:09:06 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 37be1ef3d593..9c7921ff29eb 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.21.2.1.4.1 2010/06/14 02:09:06 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 5f64e3ec237f..0f85de082020 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/systat/mode.h b/usr.bin/systat/mode.h index 9fc0feae96d5..b4a9046f5a12 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/systat/netcmds.c b/usr.bin/systat/netcmds.c index 32f19a774dfa..ad2d2ae6e4f1 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.13.2.1.4.1 2010/06/14 02:09:06 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 14fc4956f343..b9c4925c610a 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.30.2.1.4.1 2010/06/14 02:09:06 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 348611506c62..95bcf2f9cea1 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Pigs display from Bill Reeves at Lucasfilm diff --git a/usr.bin/systat/swap.c b/usr.bin/systat/swap.c index 43df8eb8aa1e..731c6b8d1464 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.36.2.1.4.1 2010/06/14 02:09:06 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 9d392d9e0d47..12248f275f51 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.56.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 14, 2007 .Dt SYSTAT 1 diff --git a/usr.bin/systat/systat.h b/usr.bin/systat/systat.h index 501d3d7b1bb8..2306d86b68e2 100644 --- a/usr.bin/systat/systat.h +++ b/usr.bin/systat/systat.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * From: @(#)systat.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/systat/systat.h,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <curses.h> diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c index b7f7592208cf..84de41c01662 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.15.2.1.4.1 2010/06/14 02:09:06 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 38664381ca5e..22ef1099c683 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.85.2.1.4.1 2010/06/14 02:09:06 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 4b5d40e0d302..eed90a61888f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tabs DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tabs/tabs.1 b/usr.bin/tabs/tabs.1 index 9075de5fa7ff..9aabe5111a5e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 20, 2002 .Dt TABS 1 diff --git a/usr.bin/tabs/tabs.c b/usr.bin/tabs/tabs.c index d03a7413d175..2051037ee95a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/tty.h> diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index c8166936983d..84a631f47070 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.22.1.4.1 2010/06/14 02:09:06 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 f91495df52e4..037d24f5d1ee 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define WR(p, size) do { \ diff --git a/usr.bin/tail/forward.c b/usr.bin/tail/forward.c index 6dab72ed0087..2c8040a84b06 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.42.2.1.4.1 2010/06/14 02:09:06 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 7e57504f818a..bf6d3743714b 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.10.2.1.4.1 2010/06/14 02:09:06 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 14086e7c8d0a..63bacf68290b 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.15.2.1.4.1 2010/06/14 02:09:06 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 d86c46b70456..e02030863568 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.21.2.1.4.1 2010/06/14 02:09:06 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 7f91e7159511..218d05336be3 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 05, 2009 .Dt TAIL 1 diff --git a/usr.bin/tail/tail.c b/usr.bin/tail/tail.c index 0a807ee79168..903f28ce0782 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 94795d775bb3..d652907c958e 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.36.1.4.1 2010/06/14 02:09:06 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 aaaa477da2d5..8452b2f4800c 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.11.2.1.4.1 2010/06/14 02:09:06 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 9c8665dab0dc..7137cb7865bc 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.8.2.1.4.1 2010/06/14 02:09:06 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 f565354b3e90..d40ead92c985 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.12.2.1.4.1 2010/06/14 02:09:06 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 2923021aa551..054a54e44faa 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.6.2.1.4.1 2010/06/14 02:09:06 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 ebf08bd48a17..07104c081b9a 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * From: diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index b3e0f7b661e7..31b011c8a657 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.11.2.1.4.1 2010/06/14 02:09:06 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 4d34cf400c67..58213eb24946 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.15.2.1.4.1 2010/06/14 02:09:06 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 99c251435494..62b818de461b 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.10.2.1.4.1 2010/06/14 02:09:06 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 dd6f0670fc09..63b0bf8bfe7e 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.17.2.1.4.1 2010/06/14 02:09:06 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 1ccf23c652f0..99c3c929f03a 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.9.2.1.4.1 2010/06/14 02:09:06 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 f4cd41391dbd..56dc0c8ef303 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.7.2.1.4.1 2010/06/14 02:09:06 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 775b6d1437ce..e3db061b2434 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 3, 2004 .Dt TALK 1 diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 5fc8337322d3..62d5cf61e324 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.12.2.1.4.1 2010/06/14 02:09:06 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 e20c8ecc3700..ee516db747dd 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/tar/COPYING b/usr.bin/tar/COPYING index 9a88a8091105..8b2890c35cbc 100644 --- a/usr.bin/tar/COPYING +++ b/usr.bin/tar/COPYING @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/COPYING,v 1.3.2.1.4.1 2010/06/14 02:09:06 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 10998462d91a..effe8f9bb1e5 100644 --- a/usr.bin/tar/Makefile +++ b/usr.bin/tar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tar/Makefile,v 1.44.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> PROG= bsdtar diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1 index 8baab7a228d7..49af033501f6 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.47.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 25, 2009 .Dt BSDTAR 1 diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c index cd6fa6314c6f..5af8d77e83bb 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.98.2.1.4.1 2010/06/14 02:09:06 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 f0f3e545495b..28ea7e15ccb8 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.40.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "bsdtar_platform.h" diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index fb1444206a7b..3aa319ad5d3e 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/tar/cmdline.c b/usr.bin/tar/cmdline.c index efaeafdcb26e..aa99bc922fef 100644 --- a/usr.bin/tar/cmdline.c +++ b/usr.bin/tar/cmdline.c @@ -28,7 +28,7 @@ */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/cmdline.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/usr.bin/tar/config_freebsd.h b/usr.bin/tar/config_freebsd.h index 64e0d985cffc..7e143b75d65f 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* A default configuration for FreeBSD, used if there is no config.h. */ diff --git a/usr.bin/tar/getdate.c b/usr.bin/tar/getdate.c index 8df1e26fba77..b6a7db68bdd9 100644 --- a/usr.bin/tar/getdate.c +++ b/usr.bin/tar/getdate.c @@ -29,7 +29,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/getdate.c,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #endif #include <ctype.h> diff --git a/usr.bin/tar/matching.c b/usr.bin/tar/matching.c index 36bc84b2f600..6a955873089b 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_ERRNO_H #include <errno.h> diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c index 0756cd81132e..b233ceff132d 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.43.2.1.4.1 2010/06/14 02:09:06 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 e0881ac1a1db..72848d934932 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.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <errno.h> #include <signal.h> diff --git a/usr.bin/tar/subst.c b/usr.bin/tar/subst.c index 13464cd5e16e..aeee98987709 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.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #if HAVE_REGEX_H #include "bsdtar.h" diff --git a/usr.bin/tar/test/Makefile b/usr.bin/tar/test/Makefile index 2f6f05665cdb..6b228efca59f 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.7.2.1.4.1 2010/06/14 02:09:06 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 041b7a0d9e63..f7a27fbe5c1d 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.10.2.1.4.1 2010/06/14 02:09:06 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 6a1e1e8eb007..6199974e5dc6 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.8.2.1.4.1 2010/06/14 02:09:06 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 d224daaeacc2..24314140f17b 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.4.2.1.4.1 2010/06/14 02:09:06 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 3fad7545f375..5f3d1973c90d 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static void diff --git a/usr.bin/tar/test/test_copy.c b/usr.bin/tar/test/test_copy.c index 120d9f39e99c..7ce34c2235ca 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.6.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #define LOOP_MAX 170 diff --git a/usr.bin/tar/test/test_getdate.c b/usr.bin/tar/test/test_getdate.c index cd6d55a93e6a..ab73acda8bb4 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.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <time.h> diff --git a/usr.bin/tar/test/test_help.c b/usr.bin/tar/test/test_help.c index c547dbc47994..7b938f6816cf 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.6.1.4.1 2010/06/14 02:09:06 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 9f4a2b34c6cf..025dd93e44f6 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.5.2.1.4.1 2010/06/14 02:09:06 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 1d92dd56963b..8b840bf857e0 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.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_option_q) { diff --git a/usr.bin/tar/test/test_option_s.c b/usr.bin/tar/test/test_option_s.c index 1059066fd5cc..d57d4af98c0d 100644 --- a/usr.bin/tar/test/test_option_s.c +++ b/usr.bin/tar/test/test_option_s.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_s.c,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static int mkfile(const char *fn, const char *contents) diff --git a/usr.bin/tar/test/test_patterns.c b/usr.bin/tar/test/test_patterns.c index 66a4ecf02a5b..2ac9a98229f6 100644 --- a/usr.bin/tar/test/test_patterns.c +++ b/usr.bin/tar/test/test_patterns.c @@ -24,7 +24,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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_patterns) { diff --git a/usr.bin/tar/test/test_patterns_2.tar.uu b/usr.bin/tar/test/test_patterns_2.tar.uu index 1ed9a7d1aea0..7a0032c28c60 100644 --- a/usr.bin/tar/test/test_patterns_2.tar.uu +++ b/usr.bin/tar/test/test_patterns_2.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/test/test_patterns_2.tar.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_patterns_2.tar M+W1M<"]F;V\O```````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/usr.bin/tar/test/test_patterns_3.tar.uu b/usr.bin/tar/test/test_patterns_3.tar.uu index e8d487ed259b..5e3384077429 100644 --- a/usr.bin/tar/test/test_patterns_3.tar.uu +++ b/usr.bin/tar/test/test_patterns_3.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/test/test_patterns_3.tar.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_patterns_3.tar M+W1M<"]F;V\O8F%R+P`````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/usr.bin/tar/test/test_patterns_4.tar.uu b/usr.bin/tar/test/test_patterns_4.tar.uu index eb89518df453..9d427e577631 100644 --- a/usr.bin/tar/test/test_patterns_4.tar.uu +++ b/usr.bin/tar/test/test_patterns_4.tar.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/usr.bin/tar/test/test_patterns_4.tar.uu,v 1.1.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ begin 644 test_patterns_4.tar M+V9I;&4P,0`````````````````````````````````````````````````` M```````````````````````````````````````````````````````````` diff --git a/usr.bin/tar/test/test_stdio.c b/usr.bin/tar/test/test_stdio.c index 2d24ae350328..8d0fa15133f1 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.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); DEFINE_TEST(test_stdio) { diff --git a/usr.bin/tar/test/test_strip_components.c b/usr.bin/tar/test/test_strip_components.c index 38e0e48cac3c..0b537d280111 100644 --- a/usr.bin/tar/test/test_strip_components.c +++ b/usr.bin/tar/test/test_strip_components.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_strip_components.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); static int touch(const char *fn) diff --git a/usr.bin/tar/test/test_symlink_dir.c b/usr.bin/tar/test/test_symlink_dir.c index 356f17c45015..cc136f35d560 100644 --- a/usr.bin/tar/test/test_symlink_dir.c +++ b/usr.bin/tar/test/test_symlink_dir.c @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tar/test/test_symlink_dir.c,v 1.3.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * tar -x -P should follow existing symlinks for dirs, but not other diff --git a/usr.bin/tar/test/test_version.c b/usr.bin/tar/test/test_version.c index 4f249a517b22..bfc643fa2449 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.3.2.1.4.1 2010/06/14 02:09:06 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 f70b6d5a6492..e75c67ac0ead 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.11.2.1.4.1 2010/06/14 02:09:06 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 09e36e4eed90..159420a31752 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- diff --git a/usr.bin/tar/util.c b/usr.bin/tar/util.c index 7b2da4888ace..63e69977794c 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.27.2.1.4.1 2010/06/14 02:09:06 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 efc94de682d6..8bc2683305b0 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.85.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile index 1bae0b229420..3dc6dcc4fffd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tcopy diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1 index 5d926b8f56de..7e0fc90f2bfe 100644 --- a/usr.bin/tcopy/tcopy.1 +++ b/usr.bin/tcopy/tcopy.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tcopy/tcopy.1,v 1.18.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 20, 2006 .Dt TCOPY 1 diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c index 540ac06af738..923112a823de 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 920dd6605917..47cdffcd4ff4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tee diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index fec2cd2f7099..2230a1ba3e4a 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.8.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd November 13, 2007 .Dt TEE 1 diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 123a2de69ab5..8016273a7a3f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile index ee112ffa06c8..77535f484798 100644 --- a/usr.bin/telnet/Makefile +++ b/usr.bin/telnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/telnet/Makefile,v 1.34.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include <bsd.own.mk> diff --git a/usr.bin/tftp/Makefile b/usr.bin/tftp/Makefile index a51afed99745..b4e1ceca2775 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.36.1.4.1 2010/06/14 02:09:06 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 a9ba1541adb4..ee41b4e4e2d9 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.4.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ void recvfile(int, const char *, const char *); diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c index f01d3d8b8eeb..e30464c06e78 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.24.2.1.4.1 2010/06/14 02:09:06 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 8924eb5e5610..a732bdc6800f 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.20.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 1, 2003 .Dt TFTP 1 diff --git a/usr.bin/tftp/tftp.c b/usr.bin/tftp/tftp.c index 430090293862..181da1eea0ec 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.14.2.2.2.1 2010/06/14 02:09:06 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 123b9d9e0e49..af9b677390c9 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.7.2.1.4.1 2010/06/14 02:09:06 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 0c3b42ea991a..912237c61deb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile index 5a580d2c4ead..761d0376664e 100644 --- a/usr.bin/time/Makefile +++ b/usr.bin/time/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/time/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= time WARNS?=6 diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 79419bfa309c..1edd8f511b7e 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/time/time.1,v 1.26.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 14, 2006 .Dt TIME 1 diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c index a97ffecce209..95d6c222a9aa 100644 --- a/usr.bin/time/time.c +++ b/usr.bin/time/time.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/time/time.c,v 1.30.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index 532431d13cae..c9d76b0fa6e9 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SUBDIR=tip diff --git a/usr.bin/tip/Makefile.inc b/usr.bin/tip/Makefile.inc index 265f86d1ed55..d052e6f0578a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include "../Makefile.inc" diff --git a/usr.bin/tip/README b/usr.bin/tip/README index fb9af1574119..5f9f2b8b0904 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ Tip can be configured in a number of ways: diff --git a/usr.bin/tip/TODO b/usr.bin/tip/TODO index 6aace387e541..3a99f20e9cee 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.36.1.4.1 2010/06/14 02:09:06 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 99b6fb08afeb..a3a8e7cfca35 100644 --- a/usr.bin/tip/libacu/biz22.c +++ b/usr.bin/tip/libacu/biz22.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz22.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/biz31.c b/usr.bin/tip/libacu/biz31.c index 5bc00ae517ed..d93af3876cef 100644 --- a/usr.bin/tip/libacu/biz31.c +++ b/usr.bin/tip/libacu/biz31.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/biz31.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/courier.c b/usr.bin/tip/libacu/courier.c index b23c28ccabb7..c99490552d4f 100644 --- a/usr.bin/tip/libacu/courier.c +++ b/usr.bin/tip/libacu/courier.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/courier.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/df.c b/usr.bin/tip/libacu/df.c index 03374e11678f..eff21666b263 100644 --- a/usr.bin/tip/libacu/df.c +++ b/usr.bin/tip/libacu/df.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/df.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/dn11.c b/usr.bin/tip/libacu/dn11.c index a0b18ba18afc..87ad8d170e7f 100644 --- a/usr.bin/tip/libacu/dn11.c +++ b/usr.bin/tip/libacu/dn11.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/dn11.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/hayes.c b/usr.bin/tip/libacu/hayes.c index fe52274901d7..dce2b2edde72 100644 --- a/usr.bin/tip/libacu/hayes.c +++ b/usr.bin/tip/libacu/hayes.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/hayes.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/t3000.c b/usr.bin/tip/libacu/t3000.c index a640ff3a2a13..0a792be6709e 100644 --- a/usr.bin/tip/libacu/t3000.c +++ b/usr.bin/tip/libacu/t3000.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/t3000.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v3451.c b/usr.bin/tip/libacu/v3451.c index 0de679e3a382..686feb04f6e9 100644 --- a/usr.bin/tip/libacu/v3451.c +++ b/usr.bin/tip/libacu/v3451.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v3451.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/v831.c b/usr.bin/tip/libacu/v831.c index 7adc3c67b15c..81bf37452aa9 100644 --- a/usr.bin/tip/libacu/v831.c +++ b/usr.bin/tip/libacu/v831.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/v831.c,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/libacu/ventel.c b/usr.bin/tip/libacu/ventel.c index 399b5d8cc54e..670450381403 100644 --- a/usr.bin/tip/libacu/ventel.c +++ b/usr.bin/tip/libacu/ventel.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/libacu/ventel.c,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index b0fd1f8a105b..5264891e4a7b 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -1,5 +1,5 @@ # $OpenBSD: Makefile,v 1.11 2006/05/25 08:41:52 jmc Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/tip/tip/Makefile,v 1.21.2.1.4.1 2010/06/14 02:09:06 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 5d2cda624c02..273c0d13684a 100644 --- a/usr.bin/tip/tip/acu.c +++ b/usr.bin/tip/tip/acu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acu.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/acutab.c b/usr.bin/tip/tip/acutab.c index 5f6496863677..ad8a9fcce0a9 100644 --- a/usr.bin/tip/tip/acutab.c +++ b/usr.bin/tip/tip/acutab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/acutab.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmds.c b/usr.bin/tip/tip/cmds.c index 50cedc4d87d5..849649d9bf94 100644 --- a/usr.bin/tip/tip/cmds.c +++ b/usr.bin/tip/tip/cmds.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmds.c,v 1.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cmdtab.c b/usr.bin/tip/tip/cmdtab.c index 3666c12af671..e0ac21f22d67 100644 --- a/usr.bin/tip/tip/cmdtab.c +++ b/usr.bin/tip/tip/cmdtab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cmdtab.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1 index b67b19de4d08..2a61374333c8 100644 --- a/usr.bin/tip/tip/cu.1 +++ b/usr.bin/tip/tip/cu.1 @@ -28,7 +28,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/cu.1,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 1, 2006 .Dt CU 1 diff --git a/usr.bin/tip/tip/cu.c b/usr.bin/tip/tip/cu.c index d8d104d482e4..183ea603a47b 100644 --- a/usr.bin/tip/tip/cu.c +++ b/usr.bin/tip/tip/cu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/cu.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/hunt.c b/usr.bin/tip/tip/hunt.c index 0c104f1d5326..ff50b424a736 100644 --- a/usr.bin/tip/tip/hunt.c +++ b/usr.bin/tip/tip/hunt.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/hunt.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/log.c b/usr.bin/tip/tip/log.c index 8123795111a3..e51149f5f684 100644 --- a/usr.bin/tip/tip/log.c +++ b/usr.bin/tip/tip/log.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/log.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/partab.c b/usr.bin/tip/tip/partab.c index 05bb3294a7de..b4c8ffd7951e 100644 --- a/usr.bin/tip/tip/partab.c +++ b/usr.bin/tip/tip/partab.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/partab.c,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/pathnames.h b/usr.bin/tip/tip/pathnames.h index 66a453ddd65f..c07d937bd51f 100644 --- a/usr.bin/tip/tip/pathnames.h +++ b/usr.bin/tip/tip/pathnames.h @@ -1,6 +1,6 @@ /* $OpenBSD: pathnames.h,v 1.3 2003/06/03 02:56:18 millert Exp $ */ /* $NetBSD: pathnames.h,v 1.3 1994/12/08 09:30:59 jtc Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/tip/tip/pathnames.h,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/remote.c b/usr.bin/tip/tip/remote.c index d9993ae7d928..24c255cd019f 100644 --- a/usr.bin/tip/tip/remote.c +++ b/usr.bin/tip/tip/remote.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/remote.c,v 1.6.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tip/tip/tip.1 b/usr.bin/tip/tip/tip.1 index ee085da811ab..b38b32f452cf 100644 --- a/usr.bin/tip/tip/tip.1 +++ b/usr.bin/tip/tip/tip.1 @@ -29,7 +29,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tip/tip/tip.1,v 1.27.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 31, 2006 .Dt TIP 1 diff --git a/usr.bin/tip/tip/tip.c b/usr.bin/tip/tip/tip.c index 058a99beb9fa..cb36831da0d2 100644 --- a/usr.bin/tip/tip/tip.c +++ b/usr.bin/tip/tip/tip.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tip.c,v 1.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tip/tip/tip.h b/usr.bin/tip/tip/tip.h index cd679edd3892..1877afb20353 100644 --- a/usr.bin/tip/tip/tip.h +++ b/usr.bin/tip/tip/tip.h @@ -1,6 +1,6 @@ /* $OpenBSD: tip.h,v 1.27 2006/08/18 03:06:18 jason Exp $ */ /* $NetBSD: tip.h,v 1.7 1997/04/20 00:02:46 mellon Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.bin/tip/tip/tip.h,v 1.12.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 1989, 1993 diff --git a/usr.bin/tip/tip/tipout.c b/usr.bin/tip/tip/tipout.c index 42fc4a214e4f..326e8f05f6ea 100644 --- a/usr.bin/tip/tip/tipout.c +++ b/usr.bin/tip/tip/tipout.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/tipout.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/uucplock.c b/usr.bin/tip/tip/uucplock.c index c82ea784b965..486114fe3995 100644 --- a/usr.bin/tip/tip/uucplock.c +++ b/usr.bin/tip/tip/uucplock.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/uucplock.c,v 1.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/value.c b/usr.bin/tip/tip/value.c index b6cf5c2a4411..a0140db16654 100644 --- a/usr.bin/tip/tip/value.c +++ b/usr.bin/tip/tip/value.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/value.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/tip/tip/vars.c b/usr.bin/tip/tip/vars.c index a991bcc5b51a..a7b11f99f9e7 100644 --- a/usr.bin/tip/tip/vars.c +++ b/usr.bin/tip/tip/vars.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tip/tip/vars.c,v 1.7.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint #if 0 diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 182714aa7021..f6365c8e350e 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.11.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ TOPDIR= ${.CURDIR}/../../contrib/top .PATH: ${TOPDIR} diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index bd0f7d81d0be..34f800d47fda 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.93.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index a3f3540a820d..ba3cc005e011 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/top/top.local.1,v 1.5.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .SH "FreeBSD NOTES" .SH DISPLAY OF THREADS diff --git a/usr.bin/touch/Makefile b/usr.bin/touch/Makefile index e44f4f2cfdcc..704bfd0621ff 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= touch diff --git a/usr.bin/touch/touch.1 b/usr.bin/touch/touch.1 index 8eb7f4026200..d0dee94851f8 100644 --- a/usr.bin/touch/touch.1 +++ b/usr.bin/touch/touch.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)touch.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/touch/touch.1,v 1.16.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 28, 1995 .Dt TOUCH 1 diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 5ceb17572011..94579de74071 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/touch/touch.c,v 1.23.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tput/Makefile b/usr.bin/tput/Makefile index 143dc651e135..f2827ca68974 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tput DPADD= ${LIBTERMCAP} diff --git a/usr.bin/tput/tput.1 b/usr.bin/tput/tput.1 index 33950a766bf5..5e71ef55b69a 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 15, 2002 .Dt TPUT 1 diff --git a/usr.bin/tput/tput.c b/usr.bin/tput/tput.c index a478d5dcf49a..476d052b0f3a 100644 --- a/usr.bin/tput/tput.c +++ b/usr.bin/tput/tput.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tput/tput.c,v 1.16.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tr/Makefile b/usr.bin/tr/Makefile index 00bdd8d5bb7a..814bf1360b6c 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.30.1.4.1 2010/06/14 02:09:06 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 811040c25e76..c85be7ece67e 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/usr.bin/tr/cmap.h b/usr.bin/tr/cmap.h index 9a81e134678f..ecf187759529 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef CMAP_H diff --git a/usr.bin/tr/cset.c b/usr.bin/tr/cset.c index 1b4212949b6c..31af0c27f385 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <assert.h> #include <stdbool.h> diff --git a/usr.bin/tr/cset.h b/usr.bin/tr/cset.h index ab3eabd3e439..b281f1ab8881 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef CSET_H diff --git a/usr.bin/tr/extern.h b/usr.bin/tr/extern.h index 2fdbdf33438c..af94cc01ae38 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <limits.h> diff --git a/usr.bin/tr/str.c b/usr.bin/tr/str.c index 86ae1731ac42..b482ec916953 100644 --- a/usr.bin/tr/str.c +++ b/usr.bin/tr/str.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/tr/str.c,v 1.25.10.1.4.1 2010/06/14 02:09:06 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 e30c877399cf..e2dcad00af2e 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tr.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tr/tr.1,v 1.34.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 13, 2006 .Dt TR 1 diff --git a/usr.bin/tr/tr.c b/usr.bin/tr/tr.c index 61195ff4dbb0..425842773cc8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/true/Makefile b/usr.bin/true/Makefile index 028a6ca75c9f..1412d38ead60 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= true diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 58d3a0236878..808e75f29afd 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt TRUE 1 diff --git a/usr.bin/true/true.c b/usr.bin/true/true.c index 8e2f2554396a..2789e0b4da11 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e2..e4fe2d0eb76c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= truncate diff --git a/usr.bin/truncate/truncate.1 b/usr.bin/truncate/truncate.1 index 827097ce6c6f..64e651d37669 100644 --- a/usr.bin/truncate/truncate.1 +++ b/usr.bin/truncate/truncate.1 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/truncate/truncate.1,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 19, 2006 .Dt TRUNCATE 1 diff --git a/usr.bin/truncate/truncate.c b/usr.bin/truncate/truncate.c index 3ab068b5934f..f47002d74c29 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #include <sys/stat.h> diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile index 104cd968776a..a8d346540242 100644 --- a/usr.bin/truss/Makefile +++ b/usr.bin/truss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/Makefile,v 1.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS?= 6 NO_WERROR= diff --git a/usr.bin/truss/amd64-fbsd.c b/usr.bin/truss/amd64-fbsd.c index bfd39c2f5415..67d6b538883c 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-fbsd32.c b/usr.bin/truss/amd64-fbsd32.c index 3b1b88220b19..218e1ad6d17d 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.33.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64-linux32.c b/usr.bin/truss/amd64-linux32.c index 5e9d012805be..6d32350fb645 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.31.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/amd64linux32.conf b/usr.bin/truss/amd64linux32.conf index 7f5e8bd268fe..8f8775d7ffa1 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.6.1.4.1 2010/06/14 02:09:06 kensmith Exp $ sysnames="linux32_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/extern.h b/usr.bin/truss/extern.h index fc3b0380f522..308009a0955f 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int setup_and_wait(char **); diff --git a/usr.bin/truss/fbsd32.conf b/usr.bin/truss/fbsd32.conf index 3323f115ee18..67cd54167b29 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.6.1.4.1 2010/06/14 02:09:06 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 3a81392b15f7..e923bfb13664 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.32.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386-linux.c b/usr.bin/truss/i386-linux.c index cf4c1c0a3e3a..6079372930e2 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/i386.conf b/usr.bin/truss/i386.conf index cfe2f46989be..794dd81fb829 100644 --- a/usr.bin/truss/i386.conf +++ b/usr.bin/truss/i386.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/i386.conf,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ sysnames="syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/i386linux.conf b/usr.bin/truss/i386linux.conf index 7669bceaf1a9..f6ae70447231 100644 --- a/usr.bin/truss/i386linux.conf +++ b/usr.bin/truss/i386linux.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/truss/i386linux.conf,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ sysnames="linux_syscalls.h" sysproto="/dev/null" diff --git a/usr.bin/truss/ia64-fbsd.c b/usr.bin/truss/ia64-fbsd.c index dae111653704..242333388bf0 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/main.c b/usr.bin/truss/main.c index 586fcd642990..2cc99ecc37a1 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.52.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * The main module for truss. Suprisingly simple, but, then, the other diff --git a/usr.bin/truss/mips-fbsd.c b/usr.bin/truss/mips-fbsd.c index 0ef4ac9e9b12..defa70398075 100644 --- a/usr.bin/truss/mips-fbsd.c +++ b/usr.bin/truss/mips-fbsd.c @@ -31,7 +31,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/mips-fbsd.c,v 1.5.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/powerpc-fbsd.c b/usr.bin/truss/powerpc-fbsd.c index 8de66eef5bf2..1bb6855a3016 100644 --- a/usr.bin/truss/powerpc-fbsd.c +++ b/usr.bin/truss/powerpc-fbsd.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/truss/powerpc-fbsd.c,v 1.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/setup.c b/usr.bin/truss/setup.c index 53a6fe17f227..9e95905feeb1 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.25.2.1.4.1 2010/06/14 02:09:06 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 d06e6b0c60d5..cc1fca091870 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.14.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 484bb5d42197..ae5a0c908144 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.20.2.1.4.1 2010/06/14 02:09:06 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 8aec4a85da70..5feb03f69494 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.58.2.5.2.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index 6a01451a4983..20d2a9f048b2 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 12, 2009 .Dt TRUSS 1 diff --git a/usr.bin/truss/truss.h b/usr.bin/truss/truss.h index 89198c950ce0..8357dda456d8 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.9.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/queue.h> diff --git a/usr.bin/tset/extern.h b/usr.bin/tset/extern.h index f02d0c50bd56..56f5f9dc6c91 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <termcap.h> diff --git a/usr.bin/tset/map.c b/usr.bin/tset/map.c index d3db6b67e707..a3aa4ed497fe 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.22.1.4.1 2010/06/14 02:09:06 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 52358e75a14c..76778c8151c8 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.36.1.4.1 2010/06/14 02:09:06 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 85965b38b991..5cdfe5e3602c 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.36.1.4.1 2010/06/14 02:09:06 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 54a349e05f2b..487cf8a05f68 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.36.1.4.1 2010/06/14 02:09:06 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 fd62aabdd1ee..4b356199f12e 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 9, 1993 .Dt TSET 1 diff --git a/usr.bin/tset/tset.c b/usr.bin/tset/tset.c index dc4c333e2f90..c992f1d32014 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/tset/wrterm.c b/usr.bin/tset/wrterm.c index 9d149183e2f2..b862818e4570 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.36.1.4.1 2010/06/14 02:09:06 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 b0d353e4d8f7..75a82b47124f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tsort diff --git a/usr.bin/tsort/tsort.1 b/usr.bin/tsort/tsort.1 index 71f7372c4bd7..a5d0bbb6c430 100644 --- a/usr.bin/tsort/tsort.1 +++ b/usr.bin/tsort/tsort.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tsort.1 8.3 (Berkeley) 4/1/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tsort/tsort.1,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 27, 2006 .Dt TSORT 1 diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index a01a86c3700c..0b52e8e7bf86 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 4dcab3343e44..7db122da85e1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= tty diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1 index 8e55ccb470e4..c80299fbb1e5 100644 --- a/usr.bin/tty/tty.1 +++ b/usr.bin/tty/tty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)tty.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/tty/tty.1,v 1.9.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt TTY 1 diff --git a/usr.bin/tty/tty.c b/usr.bin/tty/tty.c index 4710e169c1bf..7eef54d81340 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdio.h> #include <stdlib.h> diff --git a/usr.bin/ul/Makefile b/usr.bin/ul/Makefile index 9aaf7754de52..b4277b975465 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ul diff --git a/usr.bin/ul/ul.1 b/usr.bin/ul/ul.1 index 0a0417074bde..cbc9cde0884e 100644 --- a/usr.bin/ul/ul.1 +++ b/usr.bin/ul/ul.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ul.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ul/ul.1,v 1.19.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 4, 2004 .Dt UL 1 diff --git a/usr.bin/ul/ul.c b/usr.bin/ul/ul.c index 77559cf254fe..83dd468065d8 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/uname/uname.1 b/usr.bin/uname/uname.1 index 2a28464efa23..3ead98a24c00 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 2, 2003 .Dt UNAME 1 diff --git a/usr.bin/uname/uname.c b/usr.bin/uname/uname.c index 81aef452a74e..02faf9ada2d3 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index 14014facb7b0..7f5db124adfe 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= unexpand NO_MAN= diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c index d59cd4ef8c7a..c2689a7d0199 100644 --- a/usr.bin/unexpand/unexpand.c +++ b/usr.bin/unexpand/unexpand.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unexpand/unexpand.c,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b31709aa6e62..af4d81ef727e 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= unifdef SCRIPTS=unifdefall.sh diff --git a/usr.bin/unifdef/unifdef.1 b/usr.bin/unifdef/unifdef.1 index 80ee7ba12a79..f52b2b7962d9 100644 --- a/usr.bin/unifdef/unifdef.1 +++ b/usr.bin/unifdef/unifdef.1 @@ -31,7 +31,7 @@ .\" .\" @(#)unifdef.1 8.2 (Berkeley) 4/1/94 .\" $dotat: unifdef/unifdef.1,v 1.60 2009/11/25 00:11:02 fanf2 Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/unifdef/unifdef.1,v 1.25.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd September 24, 2002 .Dt UNIFDEF 1 diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index be5b4fc6573c..7ab124f2dc9f 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -39,7 +39,7 @@ __IDSTRING(dotat, "$dotat: unifdef/unifdef.c,v 1.190 2009/11/27 17:21:26 fanf2 Exp $"); #endif #ifdef __FBSDID -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/unifdef/unifdef.c,v 1.23.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #endif /* diff --git a/usr.bin/unifdef/unifdefall.sh b/usr.bin/unifdef/unifdefall.sh index b443054d8abd..bedcfd8d9e81 100644 --- a/usr.bin/unifdef/unifdefall.sh +++ b/usr.bin/unifdef/unifdefall.sh @@ -26,7 +26,7 @@ # SUCH DAMAGE. # # $dotat: unifdef/unifdefall.sh,v 1.24 2009/11/26 12:54:39 fanf2 Exp $ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unifdef/unifdefall.sh,v 1.2.36.2.2.1 2010/06/14 02:09:06 kensmith Exp $ set -e diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index 2bcf18e53703..57f3c8481209 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= uniq diff --git a/usr.bin/uniq/uniq.1 b/usr.bin/uniq/uniq.1 index ec94d05877d7..5d46c0c40794 100644 --- a/usr.bin/uniq/uniq.1 +++ b/usr.bin/uniq/uniq.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)uniq.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uniq/uniq.1,v 1.20.10.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 17, 2009 .Dt UNIQ 1 diff --git a/usr.bin/uniq/uniq.c b/usr.bin/uniq/uniq.c index bc04db777f62..e3e2ef198c7c 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.30.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile index cb783ab95bb2..d6a7007ebfe5 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= units FILES= units.lib diff --git a/usr.bin/units/README b/usr.bin/units/README index 974cbe9fee3f..8f37f0b96092 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.56.1.4.1 2010/06/14 02:09:06 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 227dd00b4922..9ba63e6cea52 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.56.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 1993 Christopher G. Demetriou diff --git a/usr.bin/units/units.1 b/usr.bin/units/units.1 index 96b84d6efa30..d9e8a0a70f6a 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.22.1.4.1 2010/06/14 02:09:06 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 e700c94a0313..b819e144970f 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/units/units.lib b/usr.bin/units/units.lib index 67127bcb9e3b..1f97ec66b747 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ / primitive units diff --git a/usr.bin/unvis/Makefile b/usr.bin/unvis/Makefile index 27fea4bad2a3..68613e15dc4f 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= unvis diff --git a/usr.bin/unvis/unvis.1 b/usr.bin/unvis/unvis.1 index 658bfa323f00..fe2786035a6a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt UNVIS 1 diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index 395c9adaefb0..ec63fed8d945 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/unzip/Makefile b/usr.bin/unzip/Makefile index 3b0b5f3a9180..b306e3ea9f04 100644 --- a/usr.bin/unzip/Makefile +++ b/usr.bin/unzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/unzip/Makefile,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG = unzip WARNS ?= 6 diff --git a/usr.bin/unzip/unzip.1 b/usr.bin/unzip/unzip.1 index 3d4de4628de1..250b7e790fef 100644 --- a/usr.bin/unzip/unzip.1 +++ b/usr.bin/unzip/unzip.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/unzip/unzip.1,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 16, 2010 .Dt UNZIP 1 diff --git a/usr.bin/unzip/unzip.c b/usr.bin/unzip/unzip.c index b80810cb1cce..021028634aaa 100644 --- a/usr.bin/unzip/unzip.c +++ b/usr.bin/unzip/unzip.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/unzip/unzip.c,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ * * This file would be much shorter if we didn't care about command-line * compatibility with Info-ZIP's UnZip, which requires us to duplicate diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 6c2f7a6b8496..a8179eaec0f4 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.22.1.4.1 2010/06/14 02:09:06 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 95420c8f7914..61128eb2a8d3 100644 --- a/usr.bin/usbhidaction/usbhidaction.1 +++ b/usr.bin/usbhidaction/usbhidaction.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/usbhidaction/usbhidaction.1,v 1.4.10.1.4.1 2010/06/14 02:09:06 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 a5e25985260f..fcc00ccdad03 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.7.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 2000, 2002 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 3738b506cea2..a1853a847bc0 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= usbhidctl SRCS= usbhid.c diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index 485418f74064..18d14b7911ef 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.15.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/usr.bin/usbhidctl/usbhidctl.1 b/usr.bin/usbhidctl/usbhidctl.1 index 8ba5ec163c05..756c5f5e9ef8 100644 --- a/usr.bin/usbhidctl/usbhidctl.1 +++ b/usr.bin/usbhidctl/usbhidctl.1 @@ -1,5 +1,5 @@ .\" $NetBSD: usbhidctl.1,v 1.8 1999/05/11 21:03:58 augustss Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/usbhidctl/usbhidctl.1,v 1.7.10.1.4.1 2010/06/14 02:09:06 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 3d6524bc7a29..59bd1e1514ed 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= users diff --git a/usr.bin/users/users.1 b/usr.bin/users/users.1 index c3454c6784d0..ef13d45bdc14 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt USERS 1 diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index c90bfbdc149d..e5023051e856 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/uudecode/Makefile b/usr.bin/uudecode/Makefile index 37005f3ded52..9784a1e6798b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= uudecode WARNS?= 4 diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index 093af7d2d474..482ce6a75d62 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * uudecode [file ...] diff --git a/usr.bin/uuencode/Makefile b/usr.bin/uuencode/Makefile index c795753a10bc..68a0f150ee1e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= uuencode WARNS?= 4 diff --git a/usr.bin/uuencode/uuencode.1 b/usr.bin/uuencode/uuencode.1 index 7d6118847183..e83f16f49d32 100644 --- a/usr.bin/uuencode/uuencode.1 +++ b/usr.bin/uuencode/uuencode.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)uuencode.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/uuencode/uuencode.1,v 1.28.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 27, 2002 .Dt UUENCODE 1 diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index e4d83b446b16..55120687f44b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * uuencode [input] output diff --git a/usr.bin/uuencode/uuencode.format.5 b/usr.bin/uuencode/uuencode.format.5 index 34879d1f68cb..7f7e1144d1e1 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd January 12, 1994 .Dt UUENCODE 5 diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index 63ba3abec817..f212250846ab 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/vacation diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 1a64c1c9f01f..5bce31050158 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= vfontedpr SRCS= regexp.c vfontedpr.c diff --git a/usr.bin/vgrind/RETEST/Makefile b/usr.bin/vgrind/RETEST/Makefile index 8712ebb60585..34d30beb310b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= retest SRCS= regexp.c retest.c diff --git a/usr.bin/vgrind/extern.h b/usr.bin/vgrind/extern.h index e1c1c5011ff2..aad8d0536b57 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ typedef int boolean; diff --git a/usr.bin/vgrind/regexp.c b/usr.bin/vgrind/regexp.c index 199f3c6c119d..5a3759473f82 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/tmac.vgrind b/usr.bin/vgrind/tmac.vgrind index 4b906eac7f53..fdd7ea9903d6 100644 --- a/usr.bin/vgrind/tmac.vgrind +++ b/usr.bin/vgrind/tmac.vgrind @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/tmac.vgrind,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .am vS .. .am vE diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c index d1bb4d98ea15..43683f173f9e 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vgrind/vgrind.1 b/usr.bin/vgrind/vgrind.1 index b5d5a89d4274..b475d306eb8e 100644 --- a/usr.bin/vgrind/vgrind.1 +++ b/usr.bin/vgrind/vgrind.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vgrind.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vgrind/vgrind.1,v 1.15.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 29, 2006 .Dt VGRIND 1 diff --git a/usr.bin/vgrind/vgrind.sh b/usr.bin/vgrind/vgrind.sh index bfc2f1bae559..a090d98328e8 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # voptions="" diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 88189406764d..d45366977bdd 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt VGRINDEFS 5 diff --git a/usr.bin/vgrind/vgrindefs.c b/usr.bin/vgrind/vgrindefs.c index c3d771174a2a..712ec5bd356c 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.36.1.4.1 2010/06/14 02:09:06 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 7276b7b35bb8..2442751f5255 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ # SRCDIR= ${.CURDIR}/../../contrib/nvi diff --git a/usr.bin/vi/config.h b/usr.bin/vi/config.h index a8bee6775f81..f8bb46ebb5f7 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.36.1.4.1 2010/06/14 02:09:06 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 72c8bb3daa45..f042feb16f7f 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.34.1.4.1 2010/06/14 02:09:06 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 bdd5faf2cf58..1d718c3370a1 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.36.1.4.1 2010/06/14 02:09:06 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 5ae1d1a9eca6..d93bfbcc93e6 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ extern int foldit(char *, int, int); diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 6ad82c2dc2f4..893fa98ae682 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.36.1.4.1 2010/06/14 02:09:06 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 4d568c4c0da4..12baa406f0f7 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)vis.1 8.4 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/vis/vis.1,v 1.13.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 25, 2004 .Dt VIS 1 diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 8a76d24f7d35..21b722b4311a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile index 6e87a6a6f8e5..ac45b64b9a60 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= vmstat MAN= vmstat.8 diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8 index d8109787c5e8..3b775f861e61 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.37.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 21, 2006 .Dt VMSTAT 8 diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index cf4b73a07c26..375ee03e27b5 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.105.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 1515a875ae7e..cd95ae838a4a 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.36.1.4.1 2010/06/14 02:09:06 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 f3c0045bd93c..d76a5f968f2e 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.36.2.4.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/usr.bin/w/pr_time.c b/usr.bin/w/pr_time.c index 4576b5eb0426..36ac29581401 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.20.2.2.4.1 2010/06/14 02:09:06 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 8e807d161df2..078e876f2373 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.30.1.4.1 2010/06/14 02:09:06 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 cc11c7110ce3..d33cd53a05af 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd April 18, 1994 .Dt UPTIME 1 diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 0dfbd1b8b59e..a867ab83c74d 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)w.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/w/w.1,v 1.21.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt W 1 diff --git a/usr.bin/w/w.c b/usr.bin/w/w.c index dbd41ff60b1b..bfd7e4646ccd 100644 --- a/usr.bin/w/w.c +++ b/usr.bin/w/w.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/w/w.c,v 1.60.10.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wall/ttymsg.c b/usr.bin/wall/ttymsg.c index a977875942ab..b2049dc3a0a1 100644 --- a/usr.bin/wall/ttymsg.c +++ b/usr.bin/wall/ttymsg.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/wall/ttymsg.c,v 1.12.10.1.4.1 2010/06/14 02:09:06 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 31312aa94f55..2706147f92b3 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.38.1.4.1 2010/06/14 02:09:06 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 36151253d1c5..5ba12e7175e7 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WALL 1 diff --git a/usr.bin/wall/wall.c b/usr.bin/wall/wall.c index be5329aca566..d4703a8981ba 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.25.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index edce9c1412c8..d3fadd859d57 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= wc WARNS?= 6 diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 2e8ac2dd8bdd..56ae08788dc6 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.26.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 6, 2008 .Dt WC 1 diff --git a/usr.bin/wc/wc.c b/usr.bin/wc/wc.c index b787612d3b0c..19131e16c351 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.22.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/stat.h> diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index 8114290f968d..a247646e2e78 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= what diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 923c4f207d33..65b800533c44 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -31,7 +31,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/what/what.1,v 1.20.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 14, 2006 .Dt WHAT 1 diff --git a/usr.bin/what/what.c b/usr.bin/what/what.c index 8e994e9a650f..7739002d0569 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/whereis/Makefile b/usr.bin/whereis/Makefile index d48b30d11782..d0ee228892e4 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= whereis WARNS?= 5 diff --git a/usr.bin/whereis/pathnames.h b/usr.bin/whereis/pathnames.h index 09084aefa83f..9d13811c550d 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Where to look for libexec and games */ diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index c5378b9f2b91..e5f1aa895b0b 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd August 22, 2002 .Dt WHEREIS 1 diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 0829f77037b0..83b9d23ee119 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.16.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/stat.h> #include <sys/sysctl.h> diff --git a/usr.bin/which/Makefile b/usr.bin/which/Makefile index fdc121bb9820..96a8e3faa605 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= which diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 52e010adb0a4..a7b035332789 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/which/which.1,v 1.27.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 13, 2006 .Dt WHICH 1 diff --git a/usr.bin/which/which.c b/usr.bin/which/which.c index 3b8224da43d6..7182dec2bab7 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.22.1.4.1 2010/06/14 02:09:06 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 e36b07cde550..1909cf1820de 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd May 8, 2002 .Dt WHO 1 diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c index f94fcdb34743..82c2f04d595d 100644 --- a/usr.bin/who/who.c +++ b/usr.bin/who/who.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/who/who.c,v 1.22.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/whois/Makefile b/usr.bin/whois/Makefile index e6f82fd8f276..4adfee77be64 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= whois diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1 index 45b386786879..a3dc4fbfd07d 100644 --- a/usr.bin/whois/whois.1 +++ b/usr.bin/whois/whois.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)whois.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/whois/whois.1,v 1.36.10.3.2.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd October 2, 2009 .Dt WHOIS 1 diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index 864a58539b58..c0dff0dc12e3 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -44,7 +44,7 @@ static char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/whois/whois.c,v 1.46.10.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1 index e7b24a14d8ab..982d5dd22c76 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd July 17, 2004 .Dt WRITE 1 diff --git a/usr.bin/write/write.c b/usr.bin/write/write.c index 878c8c1d0ba1..75229634c684 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.19.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/signal.h> diff --git a/usr.bin/xargs/Makefile b/usr.bin/xargs/Makefile index 16162a1641e9..37cda4404607 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= xargs SRCS= xargs.c strnsubst.c diff --git a/usr.bin/xargs/strnsubst.c b/usr.bin/xargs/strnsubst.c index 33366b6a3627..c075b1bd0fcc 100644 --- a/usr.bin/xargs/strnsubst.c +++ b/usr.bin/xargs/strnsubst.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/strnsubst.c,v 1.8.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> #include <stdlib.h> diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 3c2c10b6b81b..bf9f0e6dc702 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.39.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" $xMach: xargs.1,v 1.2 2002/02/23 05:23:37 tim Exp $ .\" .Dd January 26, 2008 diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 27f7cd309ebc..054a4f2e09fc 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)xargs.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xargs/xargs.c,v 1.62.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/wait.h> diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 594f1dcfbf79..f56fc213cc1b 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= xinstall PROGNAME= install diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 31ce10ab7bba..97ba9545465f 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)install.1 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/xinstall/install.1,v 1.35.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 6, 2006 .Dt INSTALL 1 diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 49e47c65a362..b384639b84ca 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.68.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/mman.h> diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 68264f4a7f75..59d8200b63b2 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.32.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .if ${LINT} == "lint" _llib= llib diff --git a/usr.bin/xlint/Makefile.inc b/usr.bin/xlint/Makefile.inc index 0c1b97a5cdfa..f0931ca344cf 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $ WARNS?= 0 diff --git a/usr.bin/xlint/arch/ia64/targparam.h b/usr.bin/xlint/arch/ia64/targparam.h index 7ec1038156f7..68d660c37d25 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.32.1.4.1 2010/06/14 02:09:06 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 b7f78c5afb26..75bf3a0164b9 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.30.1.4.1 2010/06/14 02:09:06 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 8791a2d3b8ed..552e754764db 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.32.1.4.1 2010/06/14 02:09:06 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 69c7cda53775..cce8cd0afb86 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.34.1.4.1 2010/06/14 02:09:06 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 a770e5a8fbed..82699fc05132 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -30,7 +30,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/xlint/lint1/emit.c,v 1.3.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef lint diff --git a/usr.bin/xlint/lint1/emit1.c b/usr.bin/xlint/lint1/emit1.c index e62549c63c05..b8c7a11eedab 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> diff --git a/usr.bin/xlint/lint1/err.c b/usr.bin/xlint/lint1/err.c index 5c56638d0637..eb74fc13ac07 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.36.1.4.1 2010/06/14 02:09:06 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 68ade02e4752..fd87608b058f 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.36.1.4.1 2010/06/14 02:09:06 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 cf4cbddfa98f..7f1b0e58b355 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> diff --git a/usr.bin/xlint/lint1/lint1.h b/usr.bin/xlint/lint1/lint1.h index fe1a524b98f5..009d8013cb6a 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.3.2.1.4.1 2010/06/14 02:09:06 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 29c872f4ef88..e59cb8f2f349 100644 --- a/usr.bin/xlint/lint1/main1.c +++ b/usr.bin/xlint/lint1/main1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: main1.c,v 1.11 2002/01/29 02:43:38 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/main1.c,v 1.4.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/types.h> #include <stdio.h> diff --git a/usr.bin/xlint/lint1/makeman b/usr.bin/xlint/lint1/makeman index 9c2584640d87..51dacb067f41 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.36.1.4.1 2010/06/14 02:09:06 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 24e911e8cdfb..fe44b5f77a41 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: mem1.c,v 1.7 2002/01/31 19:36:54 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint1/mem1.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 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 27de69240552..3d38e6f751c0 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/usr.bin/xlint/lint1/scan.l b/usr.bin/xlint/lint1/scan.l index 05f4ed7984af..a75ac43b58be 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.34.2.2.1 2010/06/14 02:09:06 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 2a65d80a797d..ff57bcc67be9 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.34.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/xlint/lint2/Makefile b/usr.bin/xlint/lint2/Makefile index eaee12413cf2..f72bb4ac9f47 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.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/lint2/chk.c b/usr.bin/xlint/lint2/chk.c index ddb9df677774..04eb309434ac 100644 --- a/usr.bin/xlint/lint2/chk.c +++ b/usr.bin/xlint/lint2/chk.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: chk.c,v 1.15 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/chk.c,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/xlint/lint2/emit2.c b/usr.bin/xlint/lint2/emit2.c index 16c963203d5a..73664a06578e 100644 --- a/usr.bin/xlint/lint2/emit2.c +++ b/usr.bin/xlint/lint2/emit2.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: emit2.c,v 1.8 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/emit2.c,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <err.h> diff --git a/usr.bin/xlint/lint2/hash.c b/usr.bin/xlint/lint2/hash.c index a215aba8ce0c..6303db112fb9 100644 --- a/usr.bin/xlint/lint2/hash.c +++ b/usr.bin/xlint/lint2/hash.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: hash.c,v 1.7 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/hash.c,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * XXX Really need a generalized hash table package diff --git a/usr.bin/xlint/lint2/main2.c b/usr.bin/xlint/lint2/main2.c index a05ddf4cb74b..08ff6d93340b 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.34.1.4.1 2010/06/14 02:09:06 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 48e759ea2126..955f97d55f22 100644 --- a/usr.bin/xlint/lint2/mem2.c +++ b/usr.bin/xlint/lint2/mem2.c @@ -35,7 +35,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: mem2.c,v 1.6 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/mem2.c,v 1.8.10.1.4.1 2010/06/14 02:09:06 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 6288cc1862b6..09497126d350 100644 --- a/usr.bin/xlint/lint2/read.c +++ b/usr.bin/xlint/lint2/read.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: read.c,v 1.12 2002/01/21 19:49:52 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/lint2/read.c,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <ctype.h> #include <err.h> diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 9f1e3c1568ed..c6ed68f43702 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.36.1.4.1 2010/06/14 02:09:06 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 b3f9ca93d0d3..9c2b8442b29b 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.36.1.4.1 2010/06/14 02:09:06 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 83b44f24f950..970e2ec1abf6 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* LINTLIBRARY */ diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index 5dfdfb314a71..16e925ef7b28 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .PATH: ${.CURDIR}/../lint1 diff --git a/usr.bin/xlint/xlint/lint.1 b/usr.bin/xlint/xlint/lint.1 index 13ffce10dbc8..ab925555e417 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.22.1.4.1 2010/06/14 02:09:06 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 3f7d210530da..d93555651205 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.36.1.4.1 2010/06/14 02:09:06 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 82a118e99ab6..493ac4e8c0cf 100644 --- a/usr.bin/xlint/xlint/xlint.c +++ b/usr.bin/xlint/xlint/xlint.c @@ -36,7 +36,7 @@ #if defined(__RCSID) && !defined(lint) __RCSID("$NetBSD: xlint.c,v 1.27 2002/01/31 19:09:33 tv Exp $"); #endif -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/xlint/xlint/xlint.c,v 1.27.10.1.4.1 2010/06/14 02:09:06 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 22c46d17a37f..e5d537a9dbdd 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 30, 1993 .Dt XSTR 1 diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c index c5fcef102026..9fce5bbdfe4c 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.11.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifndef lint static const char copyright[] = diff --git a/usr.bin/xz/Makefile b/usr.bin/xz/Makefile index 707ad098b5b0..8ba9ef215983 100644 --- a/usr.bin/xz/Makefile +++ b/usr.bin/xz/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xz/Makefile,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= xz diff --git a/usr.bin/xzdec/Makefile b/usr.bin/xzdec/Makefile index 6f38a657c4e5..43ec51d383a8 100644 --- a/usr.bin/xzdec/Makefile +++ b/usr.bin/xzdec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/xzdec/Makefile,v 1.2.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ PROG= xzdec diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index e8b1024e82bb..bc8a5a78f158 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.36.1.4.1 2010/06/14 02:09:06 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 2124417f5c5d..04555981f83c 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/defs.h b/usr.bin/yacc/defs.h index 5219e1b6623e..d949a85661d4 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <assert.h> diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c index 9940dbc050c5..0a933c74c785 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* routines for printing error messages */ diff --git a/usr.bin/yacc/lalr.c b/usr.bin/yacc/lalr.c index 95d87de2dc1e..0b3ce4f8ce8a 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/lr0.c b/usr.bin/yacc/lr0.c index cd8d1a1e624e..0ab1266b064e 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c index 474de0b19157..0e7116e28dbd 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.30.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <paths.h> #include <signal.h> diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index 1dde4dda5b0b..983ebec8ed13 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/output.c b/usr.bin/yacc/output.c index b0b520a7e30d..3f535e522bb3 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/reader.c b/usr.bin/yacc/reader.c index 7c1132d494d9..0cdf57351906 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <limits.h> #include <stdlib.h> diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 8ff7c8a122f1..42cbd8d76ebe 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.39.2.1.4.1 2010/06/14 02:09:06 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.39.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $\";", "#endif", "#define YYBYACC 1", "#define YYMAJOR 1", diff --git a/usr.bin/yacc/symtab.c b/usr.bin/yacc/symtab.c index cb7b0bd45cb0..38606944b716 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include <string.h> diff --git a/usr.bin/yacc/verbose.c b/usr.bin/yacc/verbose.c index 282eaa3499a9..88650d3bc57b 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <stdlib.h> #include "defs.h" diff --git a/usr.bin/yacc/warshall.c b/usr.bin/yacc/warshall.c index 46d934dd758d..d9354c186511 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "defs.h" diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1 index 56bacbbda7b3..348013c396fb 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.22.1.4.1 2010/06/14 02:09:06 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 a4d9a31bd1e8..a8b6019fc8a2 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd March 23, 1993 .Dt YYFIX 1 diff --git a/usr.bin/yes/Makefile b/usr.bin/yes/Makefile index e3e98dac215e..c00f869117c8 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= yes diff --git a/usr.bin/yes/yes.1 b/usr.bin/yes/yes.1 index 9b4b37712a6c..e09811fecf0c 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd June 6, 1993 .Dt YES 1 diff --git a/usr.bin/yes/yes.c b/usr.bin/yes/yes.c index aae13b9a09b5..3a608d596f51 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile index 58ee6907f07f..404d918696de 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ypcat diff --git a/usr.bin/ypcat/ypcat.1 b/usr.bin/ypcat/ypcat.1 index 8a2565200354..70042faa14c4 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPCAT 1 diff --git a/usr.bin/ypcat/ypcat.c b/usr.bin/ypcat/ypcat.c index 3484bc9c1f4c..8c949b7a1997 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.10.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypmatch/Makefile b/usr.bin/ypmatch/Makefile index 22e62996937e..36616bc259e2 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ypmatch diff --git a/usr.bin/ypmatch/ypmatch.1 b/usr.bin/ypmatch/ypmatch.1 index 5f4a4cab278d..1935b7d391c8 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd December 3, 1993 .Dt YPMATCH 1 diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c index a9c32ea72c48..e67cb20be4db 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.13.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/usr.bin/ypwhich/Makefile b/usr.bin/ypwhich/Makefile index f28f864ab097..1cd0598726eb 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.36.1.4.1 2010/06/14 02:09:06 kensmith Exp $ PROG= ypwhich diff --git a/usr.bin/ypwhich/ypwhich.1 b/usr.bin/ypwhich/ypwhich.1 index fb2891e2ef18..0e8326667a04 100644 --- a/usr.bin/ypwhich/ypwhich.1 +++ b/usr.bin/ypwhich/ypwhich.1 @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/ypwhich/ypwhich.1,v 1.10.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .\" .Dd February 23, 1994 .Dt YPWHICH 1 diff --git a/usr.bin/ypwhich/ypwhich.c b/usr.bin/ypwhich/ypwhich.c index 4e719dffcd0e..6290179589fd 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.17.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> |