diff options
Diffstat (limited to 'bin')
252 files changed, 254 insertions, 254 deletions
diff --git a/bin/Makefile b/bin/Makefile index a5e0c6f1dba7b..a2a55ca5c9878 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/Makefile,v 1.15.2.1 2000/07/11 14:35:27 ps Exp $ SUBDIR= cat \ chio \ diff --git a/bin/Makefile.inc b/bin/Makefile.inc index d29f43ab50c75..a67fc2940defc 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/Makefile.inc,v 1.11 1999/08/27 23:12:21 peter Exp $ BINDIR?= /bin CFLAGS+= -Wall -Wformat diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 672a4eeeeff50..441efde3ee398 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/cat/Makefile,v 1.5 1999/08/27 23:13:32 peter Exp $ PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index f0e6b09832e18..783d14c8e7e28 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/cat/cat.1,v 1.10.2.3 2000/06/30 23:02:12 ps Exp $ .\" .Dd May 2, 1995 .Dt CAT 1 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index c2f11dd7f5055..a70d87dbe628e 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/cat/cat.c,v 1.14.2.1 2000/05/16 08:38:49 asmodai Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/chio/Makefile b/bin/chio/Makefile index d4b7f56e3c97b..24d8c6a5e6848 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/chio/Makefile,v 1.6 1999/08/27 23:13:34 peter Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 CFLAGS+=-I${.CURDIR}/../../sys diff --git a/bin/chio/chio.1 b/bin/chio/chio.1 index 34f913f4287d0..b681da3956cca 100644 --- a/bin/chio/chio.1 +++ b/bin/chio/chio.1 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/chio/chio.1,v 1.10 1999/08/27 23:13:34 peter Exp $ .\" .Dd May 14, 1998 .Dt CHIO 1 diff --git a/bin/chio/chio.c b/bin/chio/chio.c index e3f6551037fb4..a9d554ced0e1c 100644 --- a/bin/chio/chio.c +++ b/bin/chio/chio.c @@ -38,7 +38,7 @@ static const char copyright[] = "@(#) Copyright (c) 1996 Jason R. Thorpe. All rights reserved."; static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/chio/chio.c,v 1.15.2.1 2000/09/18 02:07:10 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/chio/defs.h b/bin/chio/defs.h index f4580a54b5863..7d21e20095b48 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/defs.h,v 1.2 1999/08/27 23:13:35 peter Exp $ */ /* * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index 9a9b74a548156..990709906c8cc 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/chio/pathnames.h,v 1.2 1999/08/27 23:13:35 peter Exp $ */ /* * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 71006d00a5232..22d0d8ab5a0ea 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/chmod/Makefile,v 1.5 1999/08/27 23:13:36 peter Exp $ PROG= chmod diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 847e1900fa08e..6c3dfe4ed01b1 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/chmod/chmod.1,v 1.17 2000/02/17 03:17:03 unfurl Exp $ .\" .Dd March 31, 1994 .Dt CHMOD 1 diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 395bee14c9835..18b8f09113e3a 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/chmod/chmod.c,v 1.16.2.2 2000/08/07 07:33:23 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/cp/Makefile b/bin/cp/Makefile index 1b0037f35f2fd..2346f9f5a9e18 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/cp/Makefile,v 1.7 1999/08/27 23:13:38 peter Exp $ PROG= cp SRCS= cp.c utils.c diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 54e050a50cef0..71f57b04ae3fe 100644 --- a/bin/cp/cp.1 +++ b/bin/cp/cp.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)cp.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/cp/cp.1,v 1.16 1999/11/28 09:34:20 mharo Exp $ .\" .Dd April 18, 1994 .Dt CP 1 diff --git a/bin/cp/cp.c b/bin/cp/cp.c index e528aeae93cb6..f18d10da4766a 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/cp/cp.c,v 1.24 1999/11/28 09:34:21 mharo Exp $"; #endif /* not lint */ /* diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 272d632d3ed2c..39def0fea9b21 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/1/94 - * $FreeBSD$ + * $FreeBSD: src/bin/cp/extern.h,v 1.9 1999/08/27 23:13:39 peter Exp $ */ typedef struct { diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 86ab3ab6c87c4..1f8b38b2bf0c6 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/cp/utils.c,v 1.27 2000/01/23 03:04:49 mharo Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 50113e0b141a6..153aafb857010 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/Makefile,v 1.11.2.3 2000/07/07 08:29:33 ache Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # # C Shell with process control; VM/UNIX VAX Makefile diff --git a/bin/csh/USD.doc/Makefile b/bin/csh/USD.doc/Makefile index e067417f94b3c..ec1e49226a909 100644 --- a/bin/csh/USD.doc/Makefile +++ b/bin/csh/USD.doc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $FreeBSD$ +# $FreeBSD: src/bin/csh/USD.doc/Makefile,v 1.5 1999/08/27 23:13:53 peter Exp $ DIR= usd/04.csh SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g diff --git a/bin/csh/USD.doc/csh.1 b/bin/csh/USD.doc/csh.1 index db6d46866a0a1..1dee19fd23f37 100644 --- a/bin/csh/USD.doc/csh.1 +++ b/bin/csh/USD.doc/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.1,v 1.9 2000/03/03 15:22:15 sheldonh Exp $ .\" .EH 'USD:4-%''An Introduction to the C shell' .OH 'An Introduction to the C shell''USD:4-%' diff --git a/bin/csh/USD.doc/csh.2 b/bin/csh/USD.doc/csh.2 index 043b73f717487..701c55ec954d7 100644 --- a/bin/csh/USD.doc/csh.2 +++ b/bin/csh/USD.doc/csh.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.2 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.2,v 1.7 2000/03/02 14:53:23 sheldonh Exp $ .\" .nr H1 1 .NH diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index 083fbcc7d4298..e90fb94299bec 100644 --- a/bin/csh/USD.doc/csh.3 +++ b/bin/csh/USD.doc/csh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.3 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.3,v 1.6 2000/03/02 14:53:24 sheldonh Exp $ .\" .nr H1 2 .NH diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4 index 8a2bcbda5ecd3..330c3ef62c44f 100644 --- a/bin/csh/USD.doc/csh.4 +++ b/bin/csh/USD.doc/csh.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.4 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.4,v 1.5 1999/08/27 23:13:55 peter Exp $ .\" .nr H1 3 .NH diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a index 176534fac1d3d..50fcafc1ae7fb 100644 --- a/bin/csh/USD.doc/csh.a +++ b/bin/csh/USD.doc/csh.a @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.a 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.a,v 1.5 1999/08/27 23:13:56 peter Exp $ .\" .SH Appendix \- Special characters diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g index 41151735df235..fbf1c62ee0b97 100644 --- a/bin/csh/USD.doc/csh.g +++ b/bin/csh/USD.doc/csh.g @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.g 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/csh.g,v 1.5 1999/08/27 23:13:56 peter Exp $ .\" .SH Glossary diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs index 7066e0716d36e..6e73af5c1b153 100644 --- a/bin/csh/USD.doc/tabs +++ b/bin/csh/USD.doc/tabs @@ -30,6 +30,6 @@ .\" SUCH DAMAGE. .\" .\" @(#)tabs 8.1 (Berkeley) 6/8/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/csh/USD.doc/tabs,v 1.5 1999/08/27 23:13:56 peter Exp $ .\" .ta 5n 10n 15n 20n 25n 30n 35n 40n 45n 50n 55n 60n 65n 70n 75n 80n diff --git a/bin/csh/config.h b/bin/csh/config.h index 836e5d4e87d4b..ca3a71e8039a1 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -7,7 +7,7 @@ * Edit this to match your system type. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/csh/config.h,v 1.5.2.1 2000/07/04 05:29:25 obrien Exp $ */ #ifndef _h_config #define _h_config diff --git a/bin/csh/nls/Makefile b/bin/csh/nls/Makefile index 9f1e4c5377bb4..f7a28c802e41e 100644 --- a/bin/csh/nls/Makefile +++ b/bin/csh/nls/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/Makefile,v 1.5.2.1 2000/07/04 05:29:26 obrien Exp $ SUBDIR= finnish french ja german italian spanish diff --git a/bin/csh/nls/Makefile.inc b/bin/csh/nls/Makefile.inc index b9396f896f02f..8d670539ea18f 100644 --- a/bin/csh/nls/Makefile.inc +++ b/bin/csh/nls/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/Makefile.inc,v 1.2.2.1 2000/07/04 05:29:26 obrien Exp $ GENCAT= gencat -new BASESRC= ${.CURDIR}/../../../../contrib/tcsh/nls diff --git a/bin/csh/nls/finnish/Makefile b/bin/csh/nls/finnish/Makefile index 5c7c3fdadc2bd..17790b6c6a4e4 100644 --- a/bin/csh/nls/finnish/Makefile +++ b/bin/csh/nls/finnish/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/finnish/Makefile,v 1.5.2.1 2000/07/04 05:29:27 obrien Exp $ NL= finnish DL= fi_FI.ISO_8859-1 diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile index 9a3305f7d4093..d14e55566bed4 100644 --- a/bin/csh/nls/french/Makefile +++ b/bin/csh/nls/french/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/french/Makefile,v 1.4.2.1 2000/07/04 05:29:27 obrien Exp $ NL= french DL= fr_FR.ISO_8859-1 diff --git a/bin/csh/nls/german/Makefile b/bin/csh/nls/german/Makefile index 5e126daef97a3..bc0f3002e006b 100644 --- a/bin/csh/nls/german/Makefile +++ b/bin/csh/nls/german/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/german/Makefile,v 1.4.2.1 2000/07/04 05:29:27 obrien Exp $ NL= german DL= de_DE.ISO_8859-1 diff --git a/bin/csh/nls/greek/Makefile b/bin/csh/nls/greek/Makefile index 9826f03c73270..f41207347a990 100644 --- a/bin/csh/nls/greek/Makefile +++ b/bin/csh/nls/greek/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/greek/Makefile,v 1.4.2.1 2000/07/04 05:29:27 obrien Exp $ NL= greek DL= el_GR.ISO_8859-7 diff --git a/bin/csh/nls/italian/Makefile b/bin/csh/nls/italian/Makefile index bed7d8a1e7e56..f581e9c3ba6b8 100644 --- a/bin/csh/nls/italian/Makefile +++ b/bin/csh/nls/italian/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/italian/Makefile,v 1.4.2.1 2000/07/04 05:29:28 obrien Exp $ NL= italian DL= it_IT.ISO_8859-1 diff --git a/bin/csh/nls/ja/Makefile b/bin/csh/nls/ja/Makefile index ed723354b0c55..3aecf2abd3b65 100644 --- a/bin/csh/nls/ja/Makefile +++ b/bin/csh/nls/ja/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/ja/Makefile,v 1.4.2.1 2000/07/04 05:29:28 obrien Exp $ NL= ja DL= ja_JP.EUC diff --git a/bin/csh/nls/spanish/Makefile b/bin/csh/nls/spanish/Makefile index f6125f41c9028..7f610cef856f9 100644 --- a/bin/csh/nls/spanish/Makefile +++ b/bin/csh/nls/spanish/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/csh/nls/spanish/Makefile,v 1.4.2.1 2000/07/04 05:29:28 obrien Exp $ NL= spanish DL= es_ES.ISO_8859-1 diff --git a/bin/csh/tc.defs.c b/bin/csh/tc.defs.c index 484e72b7b196e..065c88972a056 100644 --- a/bin/csh/tc.defs.c +++ b/bin/csh/tc.defs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/bin/csh/tc.defs.c,v 1.1.2.1 2000/07/04 05:29:26 obrien Exp $ */ /* Do not edit this file, make creates it */ /* $Header: /src/pub/tcsh/host.defs,v 1.25 1999/04/20 07:48:41 christos Exp $ */ diff --git a/bin/date/Makefile b/bin/date/Makefile index 8a1dc85793307..83bf86e000e7b 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/date/Makefile,v 1.8 1999/08/27 23:13:58 peter Exp $ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index f47312290b0a4..42d29b1729832 100644 --- a/bin/date/date.1 +++ b/bin/date/date.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)date.1 8.3 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/date/date.1,v 1.34.2.4 2000/08/07 08:12:57 ps Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index 99ebfe660cc5e..7403ced71f433 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)date.c 8.2 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/date.c,v 1.32.2.3 2000/09/18 02:07:11 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index 4726eb6a97c35..2d42723b03a62 100644 --- a/bin/date/extern.h +++ b/bin/date/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/date/extern.h,v 1.5 1999/08/27 23:13:59 peter Exp $ */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 3ec041ad18138..7fa0896a297e3 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)netdate.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/netdate.c,v 1.11 1999/08/27 23:13:59 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index 7fba4221116b6..27e75092c3d6e 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/date/vary.c,v 1.8.2.1 2000/05/28 13:05:44 asmodai Exp $"; #endif /* not lint */ #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index b39306a2bb233..27eddf7e74fe0 100644 --- a/bin/date/vary.h +++ b/bin/date/vary.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/date/vary.h,v 1.4 1999/08/27 23:14:00 peter Exp $ */ struct vary { diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 0cbd23895879f..7bf3e4bd57444 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/dd/Makefile,v 1.8 1999/12/07 03:32:37 green Exp $ PROG= dd SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c diff --git a/bin/dd/args.c b/bin/dd/args.c index e118712194ea8..080806d444c46 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/args.c,v 1.25.2.1 2000/08/07 08:30:17 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 0987a67f081b6..3b9887b81064b 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/conv.c,v 1.15 1999/09/13 21:47:10 green Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index bd951a76b34ce..ebc37363d2b2d 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)conv_tab.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/conv_tab.c,v 1.10 1999/09/12 16:51:53 green Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index 24149f4c483eb..018a0a67747b0 100644 --- a/bin/dd/dd.1 +++ b/bin/dd/dd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)dd.1 8.2 (Berkeley) 1/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/dd/dd.1,v 1.15 2000/03/01 05:28:45 green Exp $ .\" .Dd January 13, 1994 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index a7b8c66930b9a..f3dbffad299ec 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -46,7 +46,7 @@ static char const copyright[] = static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/dd.c,v 1.27.2.1 2000/08/07 08:30:17 ps Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/dd.h b/bin/dd/dd.h index 183176b0e10c2..0f1a671fad169 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)dd.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/dd.h,v 1.15.2.1 2000/08/07 08:30:17 ps Exp $ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index bdfeeb7874b49..5a3c2310efde6 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/dd/extern.h,v 1.9.2.1 2000/08/07 08:30:17 ps Exp $ */ #include <sys/cdefs.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 8d756683e4340..c62df93d225d2 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)misc.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/misc.c,v 1.18 1999/08/27 23:14:04 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/position.c b/bin/dd/position.c index 10020d0b2da62..137fe94534299 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)position.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/dd/position.c,v 1.17.2.1 2000/08/07 08:30:17 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/df/Makefile b/bin/df/Makefile index d9a27cf38d2fb..86b24837000ca 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.3 (Berkeley) 5/8/95 -# $FreeBSD$ +# $FreeBSD: src/bin/df/Makefile,v 1.9.2.1 2000/07/01 03:00:16 ps Exp $ PROG= df SRCS= df.c vfslist.c diff --git a/bin/df/df.1 b/bin/df/df.1 index 9660183b033ee..cde60253be9c7 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)df.1 8.3 (Berkeley) 5/8/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/df/df.1,v 1.18.2.2 2000/07/01 03:02:08 ps Exp $ .\" .Dd May 8, 1995 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index fc8cb344547b9..565230c4b9e05 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/df/df.c,v 1.23.2.1 2000/06/13 03:19:40 jwd Exp $"; #endif #endif /* not lint */ diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index 724bd06f6a39f..c36faa9758bf5 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/domainname/Makefile,v 1.4 1999/08/27 23:14:07 peter Exp $ PROG= domainname diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index 96e4f076fdf6f..24e0a3212ecc6 100644 --- a/bin/domainname/domainname.1 +++ b/bin/domainname/domainname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)hostname.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/domainname/domainname.1,v 1.8 1999/08/27 23:14:08 peter Exp $ .\" .Dd September 18, 1994 .Dt DOMAINNAME 1 diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index d0c989c39fddd..8523ce8046bdb 100644 --- a/bin/domainname/domainname.c +++ b/bin/domainname/domainname.c @@ -42,7 +42,7 @@ static char const copyright[] = static char const sccsid[] = "From: @(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/domainname/domainname.c,v 1.12 1999/08/27 23:14:08 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/echo/Makefile b/bin/echo/Makefile index d00d4679d7ac8..7a3b9fe879d4f 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/echo/Makefile,v 1.5 1999/08/27 23:14:09 peter Exp $ PROG= echo diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index 0f43f99553773..e85550c12d66c 100644 --- a/bin/echo/echo.1 +++ b/bin/echo/echo.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.1 (Berkeley) 7/22/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/echo/echo.1,v 1.10 1999/09/14 11:46:02 sheldonh Exp $ .\" .Dd July 22, 1993 .Dt ECHO 1 diff --git a/bin/echo/echo.c b/bin/echo/echo.c index edab483ddbbc6..6af5f21d06c1d 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)echo.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/echo/echo.c,v 1.8 1999/08/27 23:14:10 peter Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 95901a69bd0e3..98f82f2ef6f85 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/ed/Makefile,v 1.18 2000/02/29 11:39:24 markm Exp $ PROG= ed SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c diff --git a/bin/ed/POSIX b/bin/ed/POSIX index f81bb0ce1a14b..aab5581ff9f99 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/ed/POSIX,v 1.7.2.1 2000/07/17 10:42:48 sheldonh Exp $ This version of ed(1) is not strictly POSIX compliant, as described in the POSIX 1003.2 document. The following is a summary of the omissions, diff --git a/bin/ed/README b/bin/ed/README index 478e7af07c701..1f50f106fdb55 100644 --- a/bin/ed/README +++ b/bin/ed/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/bin/ed/README,v 1.7 1999/08/27 23:14:12 peter Exp $ ed is an 8-bit-clean, POSIX-compliant line editor. It should work with any regular expression package that conforms to the POSIX interface diff --git a/bin/ed/buf.c b/bin/ed/buf.c index 4e24796425526..5b690d4bb8f98 100644 --- a/bin/ed/buf.c +++ b/bin/ed/buf.c @@ -31,7 +31,7 @@ static char * const rcsid = "@(#)buf.c,v 1.4 1994/02/01 00:34:35 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/buf.c,v 1.17 1999/08/27 23:14:12 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index f77ce0dc5a18f..702d5cff97448 100644 --- a/bin/ed/cbc.c +++ b/bin/ed/cbc.c @@ -42,7 +42,7 @@ static char * const rcsid = "@(#)cbc.c,v 1.2 1994/02/01 00:34:36 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/cbc.c,v 1.12 1999/08/27 23:14:12 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 8f71b36201da4..863e9860c9fec 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ed/ed.1,v 1.17.2.1 2000/05/10 09:53:26 sheldonh Exp $ .Dd May 21, 1993 .Dt ED 1 .Os diff --git a/bin/ed/ed.h b/bin/ed/ed.h index d313a84f1cdf0..c6d0177379782 100644 --- a/bin/ed/ed.h +++ b/bin/ed/ed.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp - * $FreeBSD$ + * $FreeBSD: src/bin/ed/ed.h,v 1.13 1999/08/27 23:14:13 peter Exp $ */ #include <sys/param.h> /* for MAXPATHLEN */ diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index 3eae4f250f829..6d987bc11b072 100644 --- a/bin/ed/glbl.c +++ b/bin/ed/glbl.c @@ -31,7 +31,7 @@ static char * const rcsid = "@(#)glob.c,v 1.1 1994/02/01 00:34:40 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/glbl.c,v 1.9 1999/08/27 23:14:14 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/io.c b/bin/ed/io.c index 203079898f637..c0158d27a138e 100644 --- a/bin/ed/io.c +++ b/bin/ed/io.c @@ -30,7 +30,7 @@ static char * const rcsid = "@(#)io.c,v 1.1 1994/02/01 00:34:41 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/io.c,v 1.10 1999/08/27 23:14:14 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/main.c b/bin/ed/main.c index b73738dc30cdf..ae09691c998b8 100644 --- a/bin/ed/main.c +++ b/bin/ed/main.c @@ -37,7 +37,7 @@ static char * const copyright = static char * const rcsid = "@(#)main.c,v 1.1 1994/02/01 00:34:42 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/main.c,v 1.14.2.1 2000/05/07 17:17:02 joe Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/re.c b/bin/ed/re.c index d81d0d786e95a..6a56d71b64ef3 100644 --- a/bin/ed/re.c +++ b/bin/ed/re.c @@ -31,7 +31,7 @@ static char * const rcsid = "@(#)re.c,v 1.6 1994/02/01 00:34:43 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/re.c,v 1.15 1999/08/27 23:14:15 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/sub.c b/bin/ed/sub.c index 32213734b6b7c..dba8676e158eb 100644 --- a/bin/ed/sub.c +++ b/bin/ed/sub.c @@ -31,7 +31,7 @@ static char * const rcsid = "@(#)sub.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/sub.c,v 1.12 1999/08/27 23:14:15 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index aedfb698f131d..c6265ea518a56 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/ed/test/Makefile,v 1.9 1999/08/27 23:14:17 peter Exp $ SHELL= /bin/sh ED= ${.OBJDIR}/ed diff --git a/bin/ed/test/README b/bin/ed/test/README index 74c4826a269d9..e360c4fe86ddc 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/ed/test/README,v 1.7 1999/08/27 23:14:17 peter Exp $ The files in this directory with suffixes `.t', `.d', `.r' and `.err' are used for testing ed. To run the tests, set the ED variable in the Makefile diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index deab47555f7ad..2c57449fc3a77 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -3,7 +3,7 @@ # and compares their output against the .r files, which contain # the correct output # -# $FreeBSD$ +# $FreeBSD: src/bin/ed/test/ckscripts.sh,v 1.6 1999/08/27 23:14:18 peter Exp $ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/test/mkscripts.sh b/bin/ed/test/mkscripts.sh index 1b8b3ee531827..2d1a06f14a7aa 100644 --- a/bin/ed/test/mkscripts.sh +++ b/bin/ed/test/mkscripts.sh @@ -1,7 +1,7 @@ #!/bin/sh - # This script generates ed test scripts (.ed) from .t files # -# $FreeBSD$ +# $FreeBSD: src/bin/ed/test/mkscripts.sh,v 1.6 1999/08/27 23:14:20 peter Exp $ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/undo.c b/bin/ed/undo.c index b2063c7c2791f..1866c35fefeaf 100644 --- a/bin/ed/undo.c +++ b/bin/ed/undo.c @@ -30,7 +30,7 @@ static char * const rcsid = "@(#)undo.c,v 1.1 1994/02/01 00:34:44 alm Exp"; #else static char * const rcsid = - "$FreeBSD$"; + "$FreeBSD: src/bin/ed/undo.c,v 1.9 1999/08/27 23:14:15 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 544853e10a257..3066131b8ee0d 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/expr/Makefile,v 1.14 1999/08/27 23:14:22 peter Exp $ PROG= expr SRCS= expr.y diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 85a0c8ebf601e..ca9b1e85a91a5 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.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/bin/expr/expr.1,v 1.9 1999/08/27 23:14:22 peter Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 835d2ee97907f..064979784314a 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $FreeBSD$ + * $FreeBSD: src/bin/expr/expr.y,v 1.14.2.2 2000/08/07 08:07:10 ps Exp $ */ #include <sys/types.h> diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 3c7997f862fc5..a377f7e282f9b 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/hostname/Makefile,v 1.5 1999/08/27 23:14:23 peter Exp $ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index ebadd2e341d14..2c498d111f0af 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hostname.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/hostname/hostname.1,v 1.10 1999/12/22 01:28:49 jhb Exp $ .\" .Dd April 28, 1995 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 94e5d4a724340..e89ebcdfffac6 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)hostname.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/hostname/hostname.c,v 1.10 1999/08/27 23:14:25 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/kill/Makefile b/bin/kill/Makefile index 55ef16dfce2c9..67d11d811277b 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/kill/Makefile,v 1.5 1999/08/27 23:14:25 peter Exp $ PROG= kill diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 1a6d0f734f3c1..b9c963195b2d8 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)kill.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/kill/kill.1,v 1.11 1999/09/14 11:46:02 sheldonh Exp $ .\" .Dd April 28, 1995 .Dt KILL 1 diff --git a/bin/kill/kill.c b/bin/kill/kill.c index 9de184f0cfa1e..5fb578cdb3621 100644 --- a/bin/kill/kill.c +++ b/bin/kill/kill.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)kill.c 8.4 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/kill/kill.c,v 1.11 1999/08/27 23:14:26 peter Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/bin/ln/Makefile b/bin/ln/Makefile index bfbcef839f842..f21cb89b27639 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/ln/Makefile,v 1.7 1999/12/20 16:13:45 sheldonh Exp $ PROG= ln MAN1= ln.1 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 51d989280531d..b7dc09885d9b5 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ln.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ln/ln.1,v 1.11.2.1 2000/09/18 02:07:11 jkh Exp $ .\" .Dd December 30, 1993 .Dt LN 1 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 27c6a82a8c5a3..ffb580d0d66e5 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ln/ln.c,v 1.15.2.1 2000/09/18 02:07:11 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 3e474bac0113f..de8899d3287b2 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)symlink.7 8.3 (Berkeley) 3/31/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ln/symlink.7,v 1.13.2.1 2000/09/06 20:15:28 marko Exp $ .\" .Dd March 31, 1994 .Dt SYMLINK 7 diff --git a/bin/ls/Makefile b/bin/ls/Makefile index 96dffe1015de1..2c7b8216f9674 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $FreeBSD$ +# $FreeBSD: src/bin/ls/Makefile,v 1.9.2.2 2000/07/04 18:45:27 ache Exp $ PROG= ls diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index 91852ba76fc28..6655e8fc7b4d6 100644 --- a/bin/ls/cmp.c +++ b/bin/ls/cmp.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)cmp.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ls/cmp.c,v 1.9 1999/08/27 23:14:31 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 31e2cedb93401..b43f162b83289 100644 --- a/bin/ls/extern.h +++ b/bin/ls/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/extern.h,v 1.7.2.3 2000/07/12 06:19:14 assar Exp $ */ int acccmp __P((const FTSENT *, const FTSENT *)); diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 29a303fc0337f..3d2ede04fe756 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ls.1 8.7 (Berkeley) 7/29/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ls/ls.1,v 1.33.2.4 2000/08/16 19:57:11 jhb Exp $ .\" .Dd July 29, 1994 .Dt LS 1 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 90702050ed1c1..15d42bddbcffc 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ls.c 8.5 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ls/ls.c,v 1.32.2.4 2000/08/16 19:57:11 jhb Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/ls.h b/bin/ls/ls.h index 3f929e7095ccf..798f7fe7b3308 100644 --- a/bin/ls/ls.h +++ b/bin/ls/ls.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)ls.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ls/ls.h,v 1.11.2.2 2000/07/12 06:19:14 assar Exp $ */ #define NO_PRINT 1 diff --git a/bin/ls/print.c b/bin/ls/print.c index a407283506e73..5bcf9c3053839 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)print.c 8.4 (Berkeley) 4/17/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ls/print.c,v 1.19.2.3 2000/07/12 06:19:14 assar Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/util.c b/bin/ls/util.c index 56339c8eeab63..ba8db1c194763 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ls/util.c,v 1.20.2.3 2000/08/07 08:05:08 ps Exp $"; #endif #endif /* not lint */ diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index fadc6b294ef72..8af8b7b72541d 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/mkdir/Makefile,v 1.5 1999/08/27 23:14:34 peter Exp $ PROG= mkdir diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 759382ecfe550..d5fa8d3c28ad9 100644 --- a/bin/mkdir/mkdir.1 +++ b/bin/mkdir/mkdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/mkdir/mkdir.1,v 1.12 1999/09/04 03:19:38 mharo Exp $ .\" .Dd January 25, 1994 .Dt MKDIR 1 diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index 6c61abff5f14c..38576a3a7faac 100644 --- a/bin/mkdir/mkdir.c +++ b/bin/mkdir/mkdir.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/mkdir/mkdir.c,v 1.19 1999/09/04 03:19:38 mharo Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 840578276d5a3..72598c4ac8ad8 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $FreeBSD: src/bin/mv/Makefile,v 1.6 2000/01/01 15:40:40 joe Exp $ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 528eeaa1a8be4..3e20b44285c20 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/mv/mv.1,v 1.15 1999/09/04 03:33:18 mharo Exp $ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index fe7a2ed0dc3a4..b8b5b68a95e45 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/mv/mv.c,v 1.24.2.2 2000/07/28 21:40:39 sada Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index b9cd27ff297cc..23a432391581f 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/mv/pathnames.h,v 1.5 1999/08/27 23:14:37 peter Exp $ */ #define _PATH_RM "/bin/rm" diff --git a/bin/pax/Makefile b/bin/pax/Makefile index b1a4dcf88f106..778669a745ab1 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/pax/Makefile,v 1.5 1999/08/27 23:14:38 peter Exp $ # To install on versions prior to BSD 4.4 the following may have to be # defined with CFLAGS += diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index b286aa6c88c63..b3015fb0b73d6 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/ar_io.c,v 1.12 1999/08/27 23:14:39 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index 151fe2aa0206d..e75d4f547ed28 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/ar_subs.c,v 1.13 1999/08/27 23:14:39 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 50c30761a3e5f..d8dba4c51035e 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/buf_subs.c,v 1.12 1999/08/27 23:14:40 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 7f3b37f6ee127..cc1fa7ecbc1fd 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/cache.c,v 1.12 1999/08/27 23:14:40 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 642058851070b..a950a0cc7d4c1 100644 --- a/bin/pax/cache.h +++ b/bin/pax/cache.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)cache.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cache.h,v 1.6 1999/08/27 23:14:40 peter Exp $ */ /* diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 626a77d94c54c..1595c32e0aa53 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/cpio.c,v 1.12 1999/08/27 23:14:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 2b72f53b6c1ec..e6f4a0ba32dd3 100644 --- a/bin/pax/cpio.h +++ b/bin/pax/cpio.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)cpio.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/cpio.h,v 1.6 1999/08/27 23:14:41 peter Exp $ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index 2b062cbde3007..dacfa0dc161b6 100644 --- a/bin/pax/extern.h +++ b/bin/pax/extern.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/extern.h,v 1.6 1999/08/27 23:14:41 peter Exp $ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index b8f2a4917c7bd..691a05636befc 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/file_subs.c,v 1.12 1999/08/27 23:14:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index ba1e4890e4558..89879aceb0f14 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/ftree.c,v 1.13 1999/08/27 23:14:42 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index e5c9749341a1f..85ea7de0b9a71 100644 --- a/bin/pax/ftree.h +++ b/bin/pax/ftree.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)ftree.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/ftree.h,v 1.5 1999/08/27 23:14:42 peter Exp $ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 83cfdc5355fd0..2690044bc64ef 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/gen_subs.c,v 1.12.2.1 2000/07/01 03:04:35 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index ec274d13acf32..d8c1e8d1cefe7 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/options.c,v 1.13.2.1 2000/09/18 02:07:12 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.h b/bin/pax/options.h index b1de2b6de7cfe..0711b6bde5b9b 100644 --- a/bin/pax/options.h +++ b/bin/pax/options.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)options.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/options.h,v 1.5 1999/08/27 23:14:43 peter Exp $ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index e68a0ebf6035e..655d926083ec2 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/pat_rep.c,v 1.15 1999/08/27 23:14:43 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index e0d812b1de95a..5475527f26d9f 100644 --- a/bin/pax/pat_rep.h +++ b/bin/pax/pat_rep.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pat_rep.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pat_rep.h,v 1.5 1999/08/27 23:14:44 peter Exp $ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 43311b9f77565..241a187ff5b05 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pax/pax.1,v 1.12 2000/03/02 14:53:22 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 7bcc81e7ad0b4..9616a965c27cd 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -46,7 +46,7 @@ static char const copyright[] = static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/pax.c,v 1.13 1999/08/27 23:14:45 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pax.h b/bin/pax/pax.h index a87b359f14b2a..af06923db9444 100644 --- a/bin/pax/pax.h +++ b/bin/pax/pax.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)pax.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/pax.h,v 1.8 1999/08/27 23:14:45 peter Exp $ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index ba7b71e7e0128..cbec7ab160493 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/sel_subs.c,v 1.11 1999/08/27 23:14:46 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index ab24ab00d1991..9c31ba03823b9 100644 --- a/bin/pax/sel_subs.h +++ b/bin/pax/sel_subs.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)sel_subs.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/sel_subs.h,v 1.5 1999/08/27 23:14:46 peter Exp $ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index e6c106b83d581..d84a41b2954a7 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/tables.c,v 1.13 1999/08/27 23:14:46 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 74c91f79d0ad2..2bda321ba7ad6 100644 --- a/bin/pax/tables.h +++ b/bin/pax/tables.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)tables.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tables.h,v 1.7 1999/08/27 23:14:47 peter Exp $ */ /* diff --git a/bin/pax/tar.c b/bin/pax/tar.c index f5415f4f74aed..82bd021d63b03 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/tar.c,v 1.13 1999/08/27 23:14:47 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 83df0da2784e1..3bdb2f60e4002 100644 --- a/bin/pax/tar.h +++ b/bin/pax/tar.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * @(#)tar.h 8.2 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/bin/pax/tar.h,v 1.6 1999/08/27 23:14:47 peter Exp $ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index d70bffac1827f..68902289febab 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -40,7 +40,7 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pax/tty_subs.c,v 1.11 1999/08/27 23:14:48 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/ps/Makefile b/bin/ps/Makefile index d5c791c2226b1..a13e16e819952 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/ps/Makefile,v 1.13 1999/11/17 13:37:30 peter Exp $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps diff --git a/bin/ps/extern.h b/bin/ps/extern.h index a14390dc1d1fb..ef5a25c6e5025 100644 --- a/bin/ps/extern.h +++ b/bin/ps/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.3 (Berkeley) 4/2/94 - * $FreeBSD$ + * $FreeBSD: src/bin/ps/extern.h,v 1.9 1999/08/27 23:14:50 peter Exp $ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 9c0f8d3f17103..1e92996bc36cd 100644 --- a/bin/ps/fmt.c +++ b/bin/ps/fmt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)fmt.c 8.4 (Berkeley) 4/15/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ps/fmt.c,v 1.14 1999/08/27 23:14:51 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index cbabd978c7840..5d9d835e8ce84 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ps/keyword.c,v 1.24 1999/08/27 23:14:51 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/print.c b/bin/ps/print.c index 84501fd441826..fdaec5f2825f3 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ps/print.c,v 1.36.2.1 2000/09/20 02:16:11 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index f89f8da0ed6dc..fbeeca05521a9 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ps.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/ps/ps.1,v 1.24 1999/08/27 23:14:51 peter Exp $ .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index a3411e1fbecc7..fd3302eb0baed 100644 --- a/bin/ps/ps.c +++ b/bin/ps/ps.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)ps.c 8.4 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/ps/ps.c,v 1.30.2.1 2000/07/08 05:14:43 will Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ps/ps.h b/bin/ps/ps.h index f8d244c83e539..6cb262d88751d 100644 --- a/bin/ps/ps.h +++ b/bin/ps/ps.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ps.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/ps/ps.h,v 1.7 1999/08/27 23:14:52 peter Exp $ */ #define UNLIMITED 0 /* unlimited terminal width */ diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 4a8e66ac8320d..b411790a1f8f8 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/pwd/Makefile,v 1.5 1999/08/27 23:14:53 peter Exp $ PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 455f791be0a73..7c3d6f1baa335 100644 --- a/bin/pwd/pwd.1 +++ b/bin/pwd/pwd.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)pwd.1 8.2 (Berkeley) 4/28/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/pwd/pwd.1,v 1.10 1999/09/14 11:46:04 sheldonh Exp $ .\" .Dd April 28, 1995 .Dt PWD 1 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index 1adb3c86f508e..b3f0be267954d 100644 --- a/bin/pwd/pwd.c +++ b/bin/pwd/pwd.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/pwd/pwd.c,v 1.9 1999/08/27 23:14:54 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index c3d24835eb169..7c0385cb89ca7 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rcp/Makefile,v 1.16 2000/02/24 21:21:15 markm Exp $ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index 5081c9dcbb57f..c4d770d3fad0e 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/rcp/extern.h,v 1.5 1999/08/27 23:14:57 peter Exp $ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index b1f0ec0831799..2f220ab8338d2 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/rcp/pathnames.h,v 1.6 1999/08/27 23:14:57 peter Exp $ */ #include <paths.h> diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index 3034e20b486a8..9a64e8e54986a 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rcp/rcp.1,v 1.9 2000/01/07 13:13:58 phantom Exp $ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index a1534ea6d823d..ea942a9f6b159 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)rcp.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rcp/rcp.c,v 1.26 2000/02/24 21:21:15 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/rcp/util.c b/bin/rcp/util.c index a8ba4c09f9076..5675f406bbaca 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rcp/util.c,v 1.9 1999/08/27 23:14:58 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 7b85cdf90fc03..cf4bb4db910a6 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rm/Makefile,v 1.12.2.1 2000/06/28 02:33:14 joe Exp $ PROG= rm SRCS= rm.c diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index a038392f6f140..87c1b24965c63 100644 --- a/bin/rm/rm.1 +++ b/bin/rm/rm.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rm.1 8.5 (Berkeley) 12/5/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rm/rm.1,v 1.19 1999/12/21 08:57:57 sheldonh Exp $ .\" .Dd January 28, 1999 .Dt RM 1 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index 7d01346bd53ed..af220db4c621c 100644 --- a/bin/rm/rm.c +++ b/bin/rm/rm.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)rm.c 8.5 (Berkeley) 4/18/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rm/rm.c,v 1.29.2.2 2000/07/01 03:08:59 ps Exp $"; #endif #endif /* not lint */ diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 87bd3c95faa8a..48ad2eb555c21 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rmail/Makefile,v 1.8.2.2 2000/09/19 23:37:07 gshapiro Exp $ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/rmail diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index c2c7f301ce492..95d04453b659c 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/rmdir/Makefile,v 1.5 1999/08/27 23:15:03 peter Exp $ PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index a6a247873b5b9..fbf819b68d0fb 100644 --- a/bin/rmdir/rmdir.1 +++ b/bin/rmdir/rmdir.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/rmdir/rmdir.1,v 1.8 1999/08/27 23:15:04 peter Exp $ .\" .Dd May 31, 1993 .Dt RMDIR 1 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 5c16c3d788080..e5ddcd6e7ac3f 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/rmdir/rmdir.c,v 1.9.2.1 2000/07/04 01:13:36 ps Exp $"; #endif /* not lint */ #include <err.h> diff --git a/bin/sh/Makefile b/bin/sh/Makefile index 01c46f5499c17..9217278caec4c 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 5/5/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/Makefile,v 1.30 1999/09/08 15:40:43 sheldonh Exp $ PROG= sh SHSRCS= alias.c arith.y arith_lex.l cd.c echo.c error.c eval.c exec.c expand.c \ diff --git a/bin/sh/TOUR b/bin/sh/TOUR index 5a0b76b7ea909..66605d2902931 100644 --- a/bin/sh/TOUR +++ b/bin/sh/TOUR @@ -1,5 +1,5 @@ # @(#)TOUR 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/TOUR,v 1.6 1999/08/27 23:15:07 peter Exp $ NOTE -- This is the original TOUR paper distributed with ash and does not represent the current state of the shell. It is provided anyway diff --git a/bin/sh/alias.c b/bin/sh/alias.c index 3d6d8a17d66d4..3e96f7b873972 100644 --- a/bin/sh/alias.c +++ b/bin/sh/alias.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/alias.c,v 1.12.2.1 2000/07/19 15:25:18 sada Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/bin/sh/alias.h b/bin/sh/alias.h index a282a69767038..023d1b987fbe6 100644 --- a/bin/sh/alias.h +++ b/bin/sh/alias.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/alias.h,v 1.6 1999/08/27 23:15:07 peter Exp $ */ #define ALIASINUSE 1 diff --git a/bin/sh/arith.h b/bin/sh/arith.h index c58cd3c7cb5cb..33af0b82a7b25 100644 --- a/bin/sh/arith.h +++ b/bin/sh/arith.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)arith.h 1.1 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/arith.h,v 1.5 1999/08/27 23:15:07 peter Exp $ */ int arith __P((char *)); diff --git a/bin/sh/arith.y b/bin/sh/arith.y index 6d5bf95ce1bc1..b2fc3c706ba96 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -88,7 +88,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/sh/arith.y,v 1.10 1999/08/27 23:15:08 peter Exp $ */ #ifndef lint @@ -96,7 +96,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/arith.y,v 1.10 1999/08/27 23:15:08 peter Exp $"; #endif /* not lint */ #include "shell.h" diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index 82086bfbaced6..e4bddd23ce0ab 100644 --- a/bin/sh/arith_lex.l +++ b/bin/sh/arith_lex.l @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/sh/arith_lex.l,v 1.14.2.1 2000/06/14 13:42:25 cracauer Exp $ */ #ifndef lint @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)arith_lex.l 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/arith_lex.l,v 1.14.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include "y.tab.h" diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index a96c4761006d6..1e4cc7006e7b7 100644 --- a/bin/sh/bltin/bltin.h +++ b/bin/sh/bltin/bltin.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)bltin.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/bltin/bltin.h,v 1.10 1999/08/27 23:15:30 peter Exp $ */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index a2f57f3d80485..60c21d4b2c59c 100644 --- a/bin/sh/bltin/echo.1 +++ b/bin/sh/bltin/echo.1 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)echo.1 8.2 (Berkeley) 5/4/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/sh/bltin/echo.1,v 1.7 1999/08/27 23:15:30 peter Exp $ .\" .Dd May 4, 1995 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index 850a8110fa673..08a2b6983d0de 100644 --- a/bin/sh/bltin/echo.c +++ b/bin/sh/bltin/echo.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)echo.c 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/bltin/echo.c,v 1.9.2.1 2000/06/29 20:51:59 mph Exp $ */ /* diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index 7cdcc38683aa6..4138dae16d0a9 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)builtins.def 8.4 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/builtins.def,v 1.7 1999/08/27 23:15:08 peter Exp $ # # This file lists all the builtin commands. The first column is the name diff --git a/bin/sh/cd.c b/bin/sh/cd.c index 3ec8deee804f8..3a591bb26b4cf 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)cd.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/cd.c,v 1.20 1999/11/29 19:10:58 cracauer Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/cd.h b/bin/sh/cd.h index 078b40efe61d7..4a647b018b898 100644 --- a/bin/sh/cd.h +++ b/bin/sh/cd.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/bin/sh/cd.h,v 1.5 1999/08/27 23:15:09 peter Exp $ */ char *getpwd __P((void)); diff --git a/bin/sh/error.c b/bin/sh/error.c index e079699d81413..5f0fb5c20a239 100644 --- a/bin/sh/error.c +++ b/bin/sh/error.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/error.c,v 1.15 1999/11/29 19:10:58 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/error.h b/bin/sh/error.h index b86e177994740..1c0ab71881a56 100644 --- a/bin/sh/error.h +++ b/bin/sh/error.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)error.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/error.h,v 1.11.2.1 2000/06/14 13:42:25 cracauer Exp $ */ /* diff --git a/bin/sh/eval.c b/bin/sh/eval.c index dabc7e63dec9e..eb078a125fc52 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/eval.c,v 1.27.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/eval.h b/bin/sh/eval.h index 4f0b8988cae37..c433be87afbfd 100644 --- a/bin/sh/eval.h +++ b/bin/sh/eval.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)eval.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/eval.h,v 1.7 1999/08/27 23:15:11 peter Exp $ */ extern char *commandname; /* currently executing command */ diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 714ac36f073d4..bd46483c2d773 100644 --- a/bin/sh/exec.c +++ b/bin/sh/exec.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)exec.c 8.4 (Berkeley) 6/8/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/exec.c,v 1.14.2.1 2000/09/06 08:38:45 cracauer Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/exec.h b/bin/sh/exec.h index bb593f0101152..9331b6e74c10d 100644 --- a/bin/sh/exec.h +++ b/bin/sh/exec.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 6/8/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/exec.h,v 1.9 1999/12/20 13:42:59 cracauer Exp $ */ /* values of cmdtype */ diff --git a/bin/sh/expand.c b/bin/sh/expand.c index d82f4595496b3..3ce9fe069bb44 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)expand.c 8.5 (Berkeley) 5/15/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/expand.c,v 1.31.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/expand.h b/bin/sh/expand.h index 955b8bf424e7e..581b3c5a2bd2e 100644 --- a/bin/sh/expand.h +++ b/bin/sh/expand.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)expand.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/expand.h,v 1.9 1999/08/27 23:15:12 peter Exp $ */ struct strlist { diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index 6e9dcff9c088a..b43e6919c89c5 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/cmv,v 1.6 1999/08/27 23:15:33 peter Exp $ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index a5d3c8e7eeffc..83916f553faaf 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/dirs,v 1.6 1999/08/27 23:15:34 peter Exp $ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/kill b/bin/sh/funcs/kill index 7455571f8b982..d5ea3536884fb 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/kill,v 1.6 1999/08/27 23:15:34 peter Exp $ # Convert job names to process ids and then run /bin/kill. diff --git a/bin/sh/funcs/login b/bin/sh/funcs/login index 7a6fc855bfc2e..d8f5ae29dad53 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/login,v 1.6 1999/08/27 23:15:34 peter Exp $ # replaces the login builtin in the BSD shell login () exec login "$@" diff --git a/bin/sh/funcs/newgrp b/bin/sh/funcs/newgrp index fd8e5d6ee5a73..cbb0b3acdcabf 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/newgrp,v 1.6 1999/08/27 23:15:34 peter Exp $ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index e0be35a13a79c..fb0d4fab159e6 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/popd,v 1.6 1999/08/27 23:15:35 peter Exp $ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/pushd b/bin/sh/funcs/pushd index d60ede2cbbccb..94325e9fae8c2 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/pushd,v 1.6 1999/08/27 23:15:35 peter Exp $ # pushd, popd, and dirs --- written by Chris Bertin # Pixel Computer Inc. ...!wjh12!pixel!pixutl!chris diff --git a/bin/sh/funcs/suspend b/bin/sh/funcs/suspend index f06e12ff0575b..69817cceec459 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/funcs/suspend,v 1.6 1999/08/27 23:15:35 peter Exp $ suspend() { local - diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 6ff6070a4647d..d35e9d4c26291 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/histedit.c,v 1.13.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/sh/init.h b/bin/sh/init.h index 366b8a3f376d3..96788b581fd95 100644 --- a/bin/sh/init.h +++ b/bin/sh/init.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)init.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/init.h,v 1.6 1999/08/27 23:15:13 peter Exp $ */ void init __P((void)); diff --git a/bin/sh/input.c b/bin/sh/input.c index d75dfa4d7cc37..f49f148fd9d28 100644 --- a/bin/sh/input.c +++ b/bin/sh/input.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/input.c,v 1.14 1999/11/29 19:10:59 cracauer Exp $"; #endif /* not lint */ #include <stdio.h> /* defines BUFSIZ */ diff --git a/bin/sh/input.h b/bin/sh/input.h index 16d7244cd4e75..97eaa600e70b4 100644 --- a/bin/sh/input.h +++ b/bin/sh/input.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)input.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/input.h,v 1.7 1999/08/27 23:15:14 peter Exp $ */ /* PEOF (the end of file marker) is defined in syntax.h */ diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 5e6b3e7e7f0fa..1f020e7ad12d5 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/jobs.c,v 1.27.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index e8274b08f0ffe..e42b101327eaf 100644 --- a/bin/sh/jobs.h +++ b/bin/sh/jobs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)jobs.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/jobs.h,v 1.12 1999/08/27 23:15:14 peter Exp $ */ /* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */ diff --git a/bin/sh/machdep.h b/bin/sh/machdep.h index 20aadd04180a2..ef431bca61b05 100644 --- a/bin/sh/machdep.h +++ b/bin/sh/machdep.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)machdep.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/machdep.h,v 1.6 1999/08/27 23:15:15 peter Exp $ */ /* diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 826e89a31e8f4..5be370f710bae 100644 --- a/bin/sh/mail.c +++ b/bin/sh/mail.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)mail.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mail.c,v 1.9 1999/08/27 23:15:15 peter Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mail.h b/bin/sh/mail.h index 319796b13eef9..87757ea3cc0dd 100644 --- a/bin/sh/mail.h +++ b/bin/sh/mail.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)mail.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/mail.h,v 1.6 1999/08/27 23:15:15 peter Exp $ */ void chkmail __P((int)); diff --git a/bin/sh/main.c b/bin/sh/main.c index 7d005868758f4..286ae5fa31537 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 5/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/main.c,v 1.18.2.2 2000/09/06 08:38:45 cracauer Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/sh/main.h b/bin/sh/main.h index 3dc3dd77c4d70..a6573a6f895c7 100644 --- a/bin/sh/main.h +++ b/bin/sh/main.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)main.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/main.h,v 1.6 1999/08/27 23:15:16 peter Exp $ */ extern int rootpid; /* pid of main shell */ diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index c106775254fe8..9955898d2c340 100644 --- a/bin/sh/memalloc.c +++ b/bin/sh/memalloc.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/memalloc.c,v 1.15.2.1 2000/09/06 08:38:45 cracauer Exp $"; #endif /* not lint */ #include "shell.h" diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index e3ca8be83da15..2d8baa3af21d4 100644 --- a/bin/sh/memalloc.h +++ b/bin/sh/memalloc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)memalloc.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/memalloc.h,v 1.6.2.1 2000/09/06 08:38:45 cracauer Exp $ */ struct stackmark { diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 46d39502111d4..225db9cd0bed1 100644 --- a/bin/sh/miscbltin.c +++ b/bin/sh/miscbltin.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)miscbltin.c 8.4 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/miscbltin.c,v 1.22.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 89f50d279b92a..e397f0ad203a0 100755 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mkbuiltins 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/mkbuiltins,v 1.8 1999/08/27 23:15:18 peter Exp $ temp=/tmp/ka$$ havejobs=0 diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index b8f8ffbe9cc8c..81735afaba5cb 100644 --- a/bin/sh/mkinit.c +++ b/bin/sh/mkinit.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mkinit.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mkinit.c,v 1.14 1999/11/29 19:11:00 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index 007cb3247b2f0..3396ea9ffac16 100644 --- a/bin/sh/mknodes.c +++ b/bin/sh/mknodes.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mknodes.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mknodes.c,v 1.11 1999/11/29 19:11:01 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 3f7f8cbfd63dc..39f7ddc72860e 100644 --- a/bin/sh/mksyntax.c +++ b/bin/sh/mksyntax.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)mksyntax.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mksyntax.c,v 1.14 1999/12/15 11:46:32 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mktokens b/bin/sh/mktokens index 172bb23d49680..f14dadc8b8664 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mktokens 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/mktokens,v 1.6 1999/08/27 23:15:19 peter Exp $ # The following is a list of tokens. The second column is nonzero if the # token marks the end of a list. The third column is the name to print in diff --git a/bin/sh/myhistedit.h b/bin/sh/myhistedit.h index e60bf5a43d0ce..719f2625782b9 100644 --- a/bin/sh/myhistedit.h +++ b/bin/sh/myhistedit.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)myhistedit.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/myhistedit.h,v 1.7 1999/08/27 23:15:19 peter Exp $ */ #include <histedit.h> diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index 8013f7da6a7a9..f40dab6cc77e1 100644 --- a/bin/sh/mystring.c +++ b/bin/sh/mystring.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)mystring.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/mystring.c,v 1.10 1999/08/27 23:15:20 peter Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 4a78bd9de5ee6..09ebb4abded4b 100644 --- a/bin/sh/mystring.h +++ b/bin/sh/mystring.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)mystring.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/mystring.h,v 1.6 1999/08/27 23:15:20 peter Exp $ */ #include <string.h> diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index 526cd88610d00..ca2f3d6c1ac84 100644 --- a/bin/sh/nodes.c.pat +++ b/bin/sh/nodes.c.pat @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/nodes.c.pat,v 1.7 1999/08/27 23:15:20 peter Exp $ */ #include <stdlib.h> diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index ce82a35d266fa..ecb4fbe079bb9 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -34,7 +34,7 @@ # SUCH DAMAGE. # # @(#)nodetypes 8.2 (Berkeley) 5/4/95 -# $FreeBSD$ +# $FreeBSD: src/bin/sh/nodetypes,v 1.6 1999/08/27 23:15:20 peter Exp $ # This file describes the nodes used in parse trees. Unindented lines # contain a node type followed by a structure tag. Subsequent indented diff --git a/bin/sh/options.c b/bin/sh/options.c index 36f9c5c05d39e..d2091fb0ea911 100644 --- a/bin/sh/options.c +++ b/bin/sh/options.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/options.c,v 1.15.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/options.h b/bin/sh/options.h index 023027be5ae82..417c048bd00a8 100644 --- a/bin/sh/options.h +++ b/bin/sh/options.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)options.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/options.h,v 1.9.2.1 2000/06/14 13:42:25 cracauer Exp $ */ struct shparam { diff --git a/bin/sh/output.c b/bin/sh/output.c index 82ae3803774fe..98d9473a6bcf8 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)output.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/output.c,v 1.10 1999/08/27 23:15:22 peter Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/output.h b/bin/sh/output.h index f99db6b81b8bd..1657630240d36 100644 --- a/bin/sh/output.h +++ b/bin/sh/output.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)output.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/output.h,v 1.8 1999/08/27 23:15:22 peter Exp $ */ #ifndef OUTPUT_INCL diff --git a/bin/sh/parser.c b/bin/sh/parser.c index a65dfb3b4253a..ff847c1bf4695 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/parser.c,v 1.29.2.2 2000/09/06 08:38:45 cracauer Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/bin/sh/parser.h b/bin/sh/parser.h index fdb2c342bbda3..60cc68556d363 100644 --- a/bin/sh/parser.h +++ b/bin/sh/parser.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)parser.h 8.3 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/parser.h,v 1.8 1999/08/27 23:15:23 peter Exp $ */ /* control characters in argument strings */ diff --git a/bin/sh/redir.c b/bin/sh/redir.c index 3ef30d0e01512..c390370642d7e 100644 --- a/bin/sh/redir.c +++ b/bin/sh/redir.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)redir.c 8.2 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/redir.c,v 1.12 1999/11/29 19:11:01 cracauer Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/redir.h b/bin/sh/redir.h index 709ed12326f5e..849e09d8f64b1 100644 --- a/bin/sh/redir.h +++ b/bin/sh/redir.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)redir.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/redir.h,v 1.7 1999/08/27 23:15:23 peter Exp $ */ /* flags passed to redirect */ diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 6e1bf1fcf479b..218486d5aed7c 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/sh/sh.1,v 1.39.2.2 2000/07/24 15:05:11 sheldonh Exp $ .\" .Dd May 5, 1995 .Dt SH 1 diff --git a/bin/sh/shell.h b/bin/sh/shell.h index 0d00a91c0816c..a2dd553620f4d 100644 --- a/bin/sh/shell.h +++ b/bin/sh/shell.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)shell.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/shell.h,v 1.11.2.1 2000/06/14 13:42:25 cracauer Exp $ */ /* diff --git a/bin/sh/show.c b/bin/sh/show.c index 4abc4c084e99b..17b237521ecba 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/show.c,v 1.11.2.1 2000/06/14 13:42:25 cracauer Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/sh/show.h b/bin/sh/show.h index 837d21c04ce6c..f3aa2ec788d6e 100644 --- a/bin/sh/show.h +++ b/bin/sh/show.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)show.h 1.1 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/show.h,v 1.7.2.1 2000/06/14 13:42:25 cracauer Exp $ */ void showtree __P((union node *)); diff --git a/bin/sh/trap.c b/bin/sh/trap.c index 233746e6b5fa0..fb50c57e004b4 100644 --- a/bin/sh/trap.c +++ b/bin/sh/trap.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/trap.c,v 1.20 1999/08/27 23:15:25 peter Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/trap.h b/bin/sh/trap.h index 2140c14604996..68a39a92dbd31 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)trap.h 8.3 (Berkeley) 6/5/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/trap.h,v 1.9 1999/08/27 23:15:26 peter Exp $ */ extern int pendingsigs; diff --git a/bin/sh/var.c b/bin/sh/var.c index 056ae6fcfe592..a455cfb9f7b18 100644 --- a/bin/sh/var.c +++ b/bin/sh/var.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sh/var.c,v 1.15 1999/08/27 23:15:26 peter Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/bin/sh/var.h b/bin/sh/var.h index 1a215fc806db9..ccd0d803b41c9 100644 --- a/bin/sh/var.h +++ b/bin/sh/var.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)var.h 8.2 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/bin/sh/var.h,v 1.8 1999/08/27 23:15:26 peter Exp $ */ /* diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 4ff73308c45b6..d9b913dbd4227 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/sleep/Makefile,v 1.5 1999/08/27 23:15:37 peter Exp $ PROG= sleep diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 41d6664dde878..0017ca0138466 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sleep.1 8.3 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/sleep/sleep.1,v 1.15 2000/03/02 14:53:22 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt SLEEP 1 diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index 008398759b1f8..514a2b7e3988d 100644 --- a/bin/sleep/sleep.c +++ b/bin/sleep/sleep.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)sleep.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sleep/sleep.c,v 1.9 1999/10/01 07:53:40 ru Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 82b15eb7fcae5..ef3bf266b5858 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/stty/Makefile,v 1.5 1999/08/27 23:15:39 peter Exp $ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 847cf749e0ac6..6f00653ce072e 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/cchar.c,v 1.9 1999/08/27 23:15:40 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 27869f852dfe9..b02a03c648b54 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/extern.h,v 1.5 1999/08/27 23:15:40 peter Exp $ */ int c_cchars __P((const void *, const void *)); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index b34a1179f4756..12adcb22bac8e 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/gfmt.c,v 1.10 1999/08/27 23:15:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/key.c b/bin/stty/key.c index ba33a81c405fd..dd939fbf90f6a 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/key.c,v 1.11 1999/08/27 23:15:41 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/modes.c b/bin/stty/modes.c index b1f333e1013f0..5995ff58aacb5 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/modes.c,v 1.8 1999/08/27 23:15:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/print.c b/bin/stty/print.c index a0149c24414fb..0fcd12e24ff6f 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/print.c,v 1.12 2000/01/29 16:44:08 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 26732d2d6a691..5dadce2ced340 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/stty/stty.1,v 1.13 2000/03/01 10:43:07 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 7a83c4f251b88..ca9f417b23eda 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/stty.c,v 1.13.2.1 2000/07/01 03:11:59 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.h b/bin/stty/stty.h index e122979d799dc..5151d02885ab2 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stty.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/stty.h,v 1.5 1999/08/27 23:15:43 peter Exp $ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index b99e83f67d96e..7a696f01f420b 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/util.c,v 1.8 1999/08/27 23:15:43 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 9698a64dcd0d7..8566d2cc8f64c 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/sync/Makefile,v 1.6 1999/08/27 23:15:44 peter Exp $ PROG= sync MAN8= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index ea45b3d2ed14d..15ea31e7d621c 100644 --- a/bin/sync/sync.8 +++ b/bin/sync/sync.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sync.8 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/sync/sync.8,v 1.8.2.1 2000/07/20 07:37:39 sheldonh Exp $ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 6fe3160227021..fe7d221c1b4e5 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/sync/sync.c,v 1.9 1999/08/27 23:15:45 peter Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/bin/test/Makefile b/bin/test/Makefile index c1bc62c5fc6eb..c26708ffadaaa 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/test/Makefile,v 1.6 1999/08/27 23:15:46 peter Exp $ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ diff --git a/bin/test/TEST.README b/bin/test/TEST.README index f291953749680..d4c5a65b4cfaa 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.README,v 1.4 1999/08/27 23:15:47 peter Exp $ OS/shell syntax error failed -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index afa1c91f158a2..f3e0237926d10 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.csh,v 1.6 1999/08/27 23:15:47 peter Exp $ #alias t '/usr/src/bin/test/obj/test \!*; echo $status' alias t '/bin/test \!*; echo $status' diff --git a/bin/test/TEST.sh b/bin/test/TEST.sh index d3aa83cccecdd..25e1bba9f3fca 100644 --- a/bin/test/TEST.sh +++ b/bin/test/TEST.sh @@ -26,7 +26,7 @@ # # TEST.sh - check if test(1) or builtin test works # -# $FreeBSD$ +# $FreeBSD: src/bin/test/TEST.sh,v 1.6.2.1 2000/07/01 03:13:10 ps Exp $ # force a specified test program, e.g. `env test=/bin/test sh TEST.sh' : ${test=test} diff --git a/bin/test/test.1 b/bin/test/test.1 index da9686bc58f17..fb9a1a5bb2cba 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)test.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/test/test.1,v 1.11 2000/03/01 10:43:09 sheldonh Exp $ .\" .Dd May 31, 1993 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index 73e6ebf935df8..fa35f3f43d05a 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/test/test.c,v 1.29.2.1 2000/07/22 11:49:45 se Exp $"; #endif /* not lint */ #include <sys/types.h> |