diff options
Diffstat (limited to 'bin')
272 files changed, 274 insertions, 274 deletions
diff --git a/bin/Makefile b/bin/Makefile index 32b5d7381744..dc2b500efd64 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.13 1998/08/15 12:27:23 jb Exp $ +# $Id: Makefile,v 1.14 1998/08/30 20:22:15 gpalmer Exp $ SUBDIR= cat \ chio \ diff --git a/bin/Makefile.inc b/bin/Makefile.inc index 4fdaae4b576b..7996e812f096 100644 --- a/bin/Makefile.inc +++ b/bin/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile.inc,v 1.9 1997/02/22 14:01:23 peter Exp $ BINDIR?= /bin NOSHARED?= YES diff --git a/bin/cat/Makefile b/bin/cat/Makefile index 6da43b3828af..67355be9f6ad 100644 --- a/bin/cat/Makefile +++ b/bin/cat/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:01:25 peter Exp $ PROG= cat diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index 351ed8fd2344..d2318150ceb4 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 -.\" $Id: cat.1,v 1.7 1998/05/06 06:49:13 charnier Exp $ +.\" $Id: cat.1,v 1.8 1998/05/13 07:16:36 charnier Exp $ .\" .Dd May 2, 1995 .Dt CAT 1 diff --git a/bin/cat/cat.c b/bin/cat/cat.c index 544fba56d182..fbc63888a845 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[] = - "$Id: cat.c,v 1.12 1998/09/11 05:48:06 imp Exp $"; + "$Id: cat.c,v 1.13 1998/09/13 19:54:54 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 7f56f9ea0093..4773b0d257e8 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/09/12 15:00:06 jkh Exp $ +# $Id: Makefile,v 1.3 1998/09/15 07:48:51 gibbs 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 e1cbad9cc941..f3e905a4196f 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. .\" -.\" $Id: chio.1,v 1.6 1998/06/04 21:05:19 steve Exp $ +.\" $Id: chio.1,v 1.7 1998/09/15 07:48:51 gibbs Exp $ .\" .Dd May 14, 1998 .Dt CHIO 1 diff --git a/bin/chio/defs.h b/bin/chio/defs.h index 5bab57e766ff..0e8c913a9cb4 100644 --- a/bin/chio/defs.h +++ b/bin/chio/defs.h @@ -1,4 +1,4 @@ -/* $Id: $ */ +/* $Id: defs.h,v 1.1.1.1 1997/03/06 15:30:06 joerg Exp $ */ /* * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chio/pathnames.h b/bin/chio/pathnames.h index cdd67fa2c44e..3787672c60fa 100644 --- a/bin/chio/pathnames.h +++ b/bin/chio/pathnames.h @@ -1,4 +1,4 @@ -/* $Id: $ */ +/* $Id: pathnames.h,v 1.1.1.1 1997/03/06 15:30:06 joerg Exp $ */ /* * Copyright (c) 1996 Jason R. Thorpe <thorpej@and.com> diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index dc9390bb289f..18382cf86cd6 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:01:29 peter Exp $ PROG= chmod diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index b711a2647830..08863819333b 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 -.\" $Id: chmod.1,v 1.9 1998/05/06 06:50:06 charnier Exp $ +.\" $Id: chmod.1,v 1.10 1998/05/19 06:24:50 jkoshy Exp $ .\" .Dd March 31, 1994 .Dt CHMOD 1 diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 0d868243f442..57e45120efd9 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[] = - "$Id: chmod.c,v 1.10 1998/05/06 06:50:08 charnier Exp $"; + "$Id: chmod.c,v 1.11 1998/05/13 07:22:11 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/cp/Makefile b/bin/cp/Makefile index 57883daad0d1..c3b8c70c8f3d 100644 --- a/bin/cp/Makefile +++ b/bin/cp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:01:32 peter Exp $ PROG= cp SRCS= cp.c utils.c diff --git a/bin/cp/cp.1 b/bin/cp/cp.1 index 000f2cab3676..f0aa0a812686 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 -.\" $Id: cp.1,v 1.10 1998/05/06 06:50:19 charnier Exp $ +.\" $Id: cp.1,v 1.11 1998/10/13 08:52:29 jkoshy Exp $ .\" .Dd April 18, 1994 .Dt CP 1 diff --git a/bin/cp/cp.c b/bin/cp/cp.c index bf8901112296..d8ae845de41b 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[] = - "$Id: cp.c,v 1.16 1998/05/13 07:25:14 charnier Exp $"; + "$Id: cp.c,v 1.17 1998/06/09 13:42:51 dt Exp $"; #endif /* not lint */ /* diff --git a/bin/cp/extern.h b/bin/cp/extern.h index d6f6c29a242d..ad161c4db35e 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 - * $Id$ + * $Id: extern.h,v 1.7 1997/02/22 14:01:33 peter Exp $ */ typedef struct { diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 7e001b2abbff..5356fdbf2c88 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[] = - "$Id: utils.c,v 1.19 1998/06/09 03:38:26 imp Exp $"; + "$Id: utils.c,v 1.20 1998/06/10 06:29:23 peter Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/csh/Makefile b/bin/csh/Makefile index 0dc44c5aaa60..11cc5dc9823d 100644 --- a/bin/csh/Makefile +++ b/bin/csh/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1997/08/07 21:42:01 steve Exp $ +# $Id: Makefile,v 1.9 1997/08/08 00:49:23 steve 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 c85e28041507..85b2076aaa55 100644 --- a/bin/csh/USD.doc/Makefile +++ b/bin/csh/USD.doc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 8/14/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:02:19 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 34c8e13a4ea3..1b36e931fc44 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 -.\" $Id$ +.\" $Id: csh.1,v 1.5 1997/02/22 14:02:20 peter 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 29fabea00a4b..edee5fb0aaa4 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 -.\" $Id$ +.\" $Id: csh.2,v 1.5 1997/02/22 14:02:21 peter Exp $ .\" .nr H1 1 .NH diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3 index d6e3819c55d9..37413b3df87b 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 -.\" $Id$ +.\" $Id: csh.3,v 1.4 1997/02/22 14:02:22 peter Exp $ .\" .nr H1 2 .NH diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4 index 2b2aaa9920a0..f22f6b2d05c8 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 -.\" $Id$ +.\" $Id: csh.4,v 1.4 1997/02/22 14:02:23 peter Exp $ .\" .nr H1 3 .NH diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a index f01312a41b94..fd965bd84634 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 -.\" $Id$ +.\" $Id: csh.a,v 1.4 1997/02/22 14:02:24 peter Exp $ .\" .SH Appendix \- Special characters diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g index ac27152bccd6..854457cd8073 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 -.\" $Id$ +.\" $Id: csh.g,v 1.4 1997/02/22 14:02:25 peter Exp $ .\" .SH Glossary diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs index 84deab72a15f..532863575cdf 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 -.\" $Id$ +.\" $Id: tabs,v 1.4 1997/02/22 14:02:26 peter Exp $ .\" .ta 5n 10n 15n 20n 25n 30n 35n 40n 45n 50n 55n 60n 65n 70n 75n 80n diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index 142206bb8dd9..512adf3cb4a6 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)alloc.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: alloc.c,v 1.8 1998/05/06 06:50:37 charnier Exp $"; + "$Id: alloc.c,v 1.9 1998/05/13 07:28:48 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.c b/bin/csh/char.c index 9ae8b21d3631..2c07b6d11755 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: char.c,v 1.4 1997/02/22 14:01:37 peter Exp $"; + "$Id: char.c,v 1.5 1997/08/07 21:42:02 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/char.h b/bin/csh/char.h index 9fba6f7157bf..5957f80d9374 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)char.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: char.h,v 1.4 1997/02/22 14:01:38 peter Exp $ */ #include <ctype.h> diff --git a/bin/csh/const.c b/bin/csh/const.c index bf04f329f930..823032d41d70 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: const.c,v 1.6 1997/02/22 14:01:39 peter Exp $"; + "$Id: const.c,v 1.7 1997/08/07 21:42:02 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 904aadd1ea81..0f7e2bd7a32f 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 -.\" $Id: csh.1,v 1.10 1998/05/06 06:50:38 charnier Exp $ +.\" $Id: csh.1,v 1.11 1998/07/27 21:31:19 nectar Exp $ .\" .Dd January 21, 1994 .Dt CSH 1 diff --git a/bin/csh/csh.c b/bin/csh/csh.c index 46b792c96728..6ac8102cd83b 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93"; #else static const char rcsid[] = - "$Id: csh.c,v 1.12 1997/12/10 22:18:21 eivind Exp $"; + "$Id: csh.c,v 1.13 1998/02/28 10:49:52 jraynard Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/csh.h b/bin/csh/csh.h index f88f62296d72..4ef0286a6042 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)csh.h 8.1 (Berkeley) 5/31/93 - * $Id: csh.h,v 1.5 1997/08/07 21:42:04 steve Exp $ + * $Id: csh.h,v 1.6 1997/08/08 00:53:59 steve Exp $ */ /* diff --git a/bin/csh/dir.c b/bin/csh/dir.c index f3b8b9d542b7..0baa7dacf8b8 100644 --- a/bin/csh/dir.c +++ b/bin/csh/dir.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dir.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: dir.c,v 1.7 1997/08/07 21:42:05 steve Exp $"; + "$Id: dir.c,v 1.8 1998/06/09 03:38:37 imp Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/dir.h b/bin/csh/dir.h index ec57104831cf..f223dd4c30df 100644 --- a/bin/csh/dir.h +++ b/bin/csh/dir.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: dir.h,v 1.4 1997/02/22 14:01:45 peter Exp $ */ /* diff --git a/bin/csh/dol.c b/bin/csh/dol.c index 21d6487f9466..c6d1b5c3bfb7 100644 --- a/bin/csh/dol.c +++ b/bin/csh/dol.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: dol.c,v 1.7 1998/05/06 06:50:39 charnier Exp $"; + "$Id: dol.c,v 1.8 1998/05/13 07:28:52 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/err.c b/bin/csh/err.c index f1770fbebef1..d5f6fb9af925 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)err.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: err.c,v 1.7 1998/05/06 06:50:41 charnier Exp $"; + "$Id: err.c,v 1.8 1998/05/13 07:28:55 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exec.c b/bin/csh/exec.c index c47cf7d2b59c..8c9973d2c72b 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: exec.c,v 1.9 1998/02/28 10:49:54 jraynard Exp $"; + "$Id: exec.c,v 1.10 1998/05/06 06:50:42 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/exp.c b/bin/csh/exp.c index 46ba511c1a8c..21751881f70b 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: exp.c,v 1.6 1998/05/06 06:50:44 charnier Exp $"; + "$Id: exp.c,v 1.7 1998/05/13 07:29:01 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/extern.h b/bin/csh/extern.h index d49a3f182ec6..2d85f93440f6 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $Id: extern.h,v 1.4 1997/02/22 14:01:53 peter Exp $ + * $Id: extern.h,v 1.5 1997/08/08 00:54:01 steve Exp $ */ #include <sys/cdefs.h> diff --git a/bin/csh/file.c b/bin/csh/file.c index 6a3f94b077b2..a3fe847ee003 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id: file.c,v 1.8 1998/02/01 17:11:01 steve Exp $"; + "$Id: file.c,v 1.9 1998/05/06 06:50:47 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/func.c b/bin/csh/func.c index 1b8da96bf671..2c3dc713b8c0 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: func.c,v 1.10 1998/02/28 10:49:56 jraynard Exp $"; + "$Id: func.c,v 1.11 1998/07/27 21:15:52 nectar Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/glob.c b/bin/csh/glob.c index 589ad61092e0..1506858577fe 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: glob.c,v 1.10 1997/08/08 00:54:03 steve Exp $"; + "$Id: glob.c,v 1.11 1998/05/06 06:50:49 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/hist.c b/bin/csh/hist.c index f76edece166d..a443db62f037 100644 --- a/bin/csh/hist.c +++ b/bin/csh/hist.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: hist.c,v 1.7 1998/05/06 06:50:50 charnier Exp $"; + "$Id: hist.c,v 1.8 1998/05/13 07:29:03 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/init.c b/bin/csh/init.c index e74bec38c043..8e27399d756f 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: init.c,v 1.4 1997/02/22 14:02:00 peter Exp $"; + "$Id: init.c,v 1.5 1997/08/07 21:42:11 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/lex.c b/bin/csh/lex.c index 3ec0425c55e7..f1bc5fc7b8fa 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: lex.c,v 1.9 1998/05/06 06:50:52 charnier Exp $"; + "$Id: lex.c,v 1.10 1998/05/13 07:29:05 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/misc.c b/bin/csh/misc.c index 0584a3dc54a1..14338f8efc0d 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: misc.c,v 1.7 1998/05/06 06:50:53 charnier Exp $"; + "$Id: misc.c,v 1.8 1998/05/13 07:29:08 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/parse.c b/bin/csh/parse.c index c4bf1823fed3..be3458864bc3 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: parse.c,v 1.7 1998/05/06 06:50:56 charnier Exp $"; + "$Id: parse.c,v 1.8 1998/05/13 07:29:12 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h index 9fc456e0c15f..cd7c48fb2c1c 100644 --- a/bin/csh/pathnames.h +++ b/bin/csh/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $Id: pathnames.h,v 1.4 1997/02/22 14:02:05 peter Exp $ + * $Id: pathnames.h,v 1.5 1997/08/07 21:42:14 steve Exp $ */ #define _PATH_BIN "/bin" diff --git a/bin/csh/proc.c b/bin/csh/proc.c index 776b056154ce..b1801f7ccd8d 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: proc.c,v 1.8 1998/02/28 10:49:59 jraynard Exp $"; + "$Id: proc.c,v 1.9 1998/05/06 06:50:58 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/proc.h b/bin/csh/proc.h index c621a742787f..326672b80965 100644 --- a/bin/csh/proc.h +++ b/bin/csh/proc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.1 (Berkeley) 5/31/93 - * $Id$ + * $Id: proc.h,v 1.4 1997/02/22 14:02:06 peter Exp $ */ /* diff --git a/bin/csh/sem.c b/bin/csh/sem.c index 753b839c4a52..d8dcda485bc6 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sem.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: sem.c,v 1.7 1998/02/28 10:50:00 jraynard Exp $"; + "$Id: sem.c,v 1.8 1998/05/06 06:51:00 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/set.c b/bin/csh/set.c index c3745e6b1d78..881e751015c9 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: set.c,v 1.9 1998/05/06 06:51:04 charnier Exp $"; + "$Id: set.c,v 1.10 1998/05/13 07:29:15 charnier Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/str.c b/bin/csh/str.c index ab84d5f8f14d..53d1f5da2fbb 100644 --- a/bin/csh/str.c +++ b/bin/csh/str.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)str.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: str.c,v 1.5 1997/02/22 14:02:09 peter Exp $"; + "$Id: str.c,v 1.6 1997/08/07 21:42:17 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/csh/time.c b/bin/csh/time.c index 1d9b37eb6001..d8f58f5c72bb 100644 --- a/bin/csh/time.c +++ b/bin/csh/time.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: time.c,v 1.7 1997/02/22 14:02:09 peter Exp $"; + "$Id: time.c,v 1.8 1997/08/07 21:42:17 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/date/Makefile b/bin/date/Makefile index d6562b4b5094..d426c615d7fa 100644 --- a/bin/date/Makefile +++ b/bin/date/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.5 1997/08/04 03:37:05 brian Exp $ +# $Id: Makefile,v 1.6 1997/08/09 22:34:01 brian Exp $ PROG= date SRCS= date.c netdate.c vary.c diff --git a/bin/date/date.1 b/bin/date/date.1 index 6d87af9633f8..41ed3b74e14a 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 -.\" $Id: date.1,v 1.24 1998/05/06 06:51:13 charnier Exp $ +.\" $Id: date.1,v 1.25 1998/05/13 07:56:44 phk Exp $ .\" .Dd November 17, 1993 .Dt DATE 1 diff --git a/bin/date/date.c b/bin/date/date.c index 043cdccd015b..d8d2698924bb 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[] = - "$Id: date.c,v 1.25 1998/05/13 07:31:39 charnier Exp $"; + "$Id: date.c,v 1.26 1998/10/03 16:29:59 alex Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/extern.h b/bin/date/extern.h index c21fdc63d0b2..88a31910d876 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 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 14:02:34 peter Exp $ */ int netsettime __P((time_t)); diff --git a/bin/date/netdate.c b/bin/date/netdate.c index 2e7e56684ae4..c19d6db21c35 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[] = - "$Id: netdate.c,v 1.9 1998/05/06 06:51:18 charnier Exp $"; + "$Id: netdate.c,v 1.10 1998/05/13 07:31:42 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/date/vary.c b/bin/date/vary.c index a6419d5b8635..cf3725013032 100644 --- a/bin/date/vary.c +++ b/bin/date/vary.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: vary.c,v 1.4 1998/05/06 06:51:20 charnier Exp $"; #endif /* not lint */ #include <time.h> diff --git a/bin/date/vary.h b/bin/date/vary.h index 742b560fcba5..6659120ff0c6 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. * - * $Id$ + * $Id: vary.h,v 1.3 1997/12/21 12:10:57 brian Exp $ */ struct vary { diff --git a/bin/dd/Makefile b/bin/dd/Makefile index 56e22e090343..880c2318925e 100644 --- a/bin/dd/Makefile +++ b/bin/dd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.5 1998/01/07 22:31:17 joerg Exp $ +# $Id: Makefile,v 1.6 1998/01/07 22:32:28 joerg 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 56c51fd9c228..127f37f9cd03 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[] = - "$Id: args.c,v 1.12 1998/05/06 06:51:29 charnier Exp $"; + "$Id: args.c,v 1.13 1998/05/13 07:33:36 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 84552a2c2083..8583d7e8abb9 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[] = - "$Id: conv.c,v 1.9 1998/05/06 06:51:30 charnier Exp $"; + "$Id: conv.c,v 1.10 1998/05/13 07:33:39 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index f5fe7ac98e11..a86746728214 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[] = - "$Id: conv_tab.c,v 1.7 1998/05/06 06:51:32 charnier Exp $"; + "$Id: conv_tab.c,v 1.8 1998/05/13 07:33:44 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/dd.1 b/bin/dd/dd.1 index bfe05eeee285..896332b15877 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 -.\" $Id: dd.1,v 1.6 1997/10/11 20:09:04 joerg Exp $ +.\" $Id: dd.1,v 1.7 1998/05/06 06:51:35 charnier Exp $ .\" .Dd January 13, 1994 .Dt DD 1 diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 1e1c52f3320a..14cc6e86336d 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[] = - "$Id: dd.c,v 1.14 1998/05/06 06:51:39 charnier Exp $"; + "$Id: dd.c,v 1.15 1998/05/13 07:33:47 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/dd/dd.h b/bin/dd/dd.h index 58a156868c52..542a81ad403d 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 - * $Id: dd.h,v 1.7 1997/10/11 20:09:05 joerg Exp $ + * $Id: dd.h,v 1.8 1998/02/11 02:23:31 asami Exp $ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index 7445fee4b083..7e1911279884 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 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 14:02:46 peter Exp $ */ #include <sys/cdefs.h> diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 6f7fcafcd2f8..02ae07a261b6 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[] = - "$Id: misc.c,v 1.13 1998/05/06 06:51:40 charnier Exp $"; + "$Id: misc.c,v 1.14 1998/05/13 07:33:50 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/dd/position.c b/bin/dd/position.c index 03ffed24f896..7a1f9ca6337a 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[] = - "$Id: position.c,v 1.7 1998/05/06 06:51:42 charnier Exp $"; + "$Id: position.c,v 1.8 1998/05/13 07:33:54 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/df/Makefile b/bin/df/Makefile index d87f2729f832..8ff3c1b5e3c3 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/08/07 21:30:59 steve Exp $ +# $Id: Makefile,v 1.7 1998/01/20 10:39:54 bde Exp $ # @(#)Makefile 8.3 (Berkeley) 5/8/95 PROG= df diff --git a/bin/df/df.1 b/bin/df/df.1 index 6f6c14c09600..f6d5db50c885 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 -.\" $Id: df.1,v 1.12 1998/05/13 07:35:44 charnier Exp $ +.\" $Id: df.1,v 1.13 1998/05/13 07:56:58 phk Exp $ .\" .Dd May 8, 1995 .Dt DF 1 diff --git a/bin/df/df.c b/bin/df/df.c index 5fbfe723e49b..c23a556b3838 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[] = - "$Id: df.c,v 1.18 1997/10/12 13:55:43 joerg Exp $"; + "$Id: df.c,v 1.19 1997/10/13 09:36:05 joerg Exp $"; #endif #endif /* not lint */ diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index 8274b61c0ad6..d3b5d7866470 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:02:59 peter Exp $ PROG= domainname diff --git a/bin/domainname/domainname.1 b/bin/domainname/domainname.1 index daacf3c6a4a0..a93a25925bfb 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 -.\" $Id: domainname.1,v 1.5 1997/06/03 06:19:04 charnier Exp $ +.\" $Id: domainname.1,v 1.6 1998/05/13 07:37:23 charnier Exp $ .\" .Dd September 18, 1994 .Dt DOMAINNAME 1 diff --git a/bin/domainname/domainname.c b/bin/domainname/domainname.c index 8c7b77672fa2..11d781b59899 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[] = - "$Id$"; + "$Id: domainname.c,v 1.11 1998/05/13 07:37:26 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/echo/Makefile b/bin/echo/Makefile index c296871792c5..437b82a0686c 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:03:03 peter Exp $ PROG= echo diff --git a/bin/echo/echo.1 b/bin/echo/echo.1 index eca92324961b..022f23841b83 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 -.\" $Id: echo.1,v 1.5 1997/02/22 14:03:05 peter Exp $ +.\" $Id: echo.1,v 1.6 1998/05/13 07:39:07 charnier Exp $ .\" .Dd July 22, 1993 .Dt ECHO 1 diff --git a/bin/echo/echo.c b/bin/echo/echo.c index 0d342cc160ac..115ddef69e8c 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[] = - "$Id$"; + "$Id: echo.c,v 1.7 1998/05/13 07:39:11 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/ed/Makefile b/bin/ed/Makefile index 165fa77bf527..e2b1b86f6f08 100644 --- a/bin/ed/Makefile +++ b/bin/ed/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/02/22 14:03:08 peter Exp $ +# $Id: Makefile,v 1.16 1998/03/06 16:05:18 bde 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 db1a155e2cf2..cde44f0b13c1 100644 --- a/bin/ed/POSIX +++ b/bin/ed/POSIX @@ -1,4 +1,4 @@ -$Id$ +$Id: POSIX,v 1.6 1997/02/22 14:03:09 peter 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 322e65e0fcaf..5428b2ce5d5e 100644 --- a/bin/ed/README +++ b/bin/ed/README @@ -1,4 +1,4 @@ -$Id$ +$Id: README,v 1.6 1997/02/22 14:03:10 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 511d83a43d10..f4481f9cc465 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 = - "$Id: buf.c,v 1.14 1997/10/09 11:05:16 eivind Exp $"; + "$Id: buf.c,v 1.15 1997/12/31 12:25:33 helbig Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/cbc.c b/bin/ed/cbc.c index dbae5f9cfd8d..bf1812492a5d 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 = - "$Id: cbc.c,v 1.9 1997/02/22 14:03:12 peter Exp $"; + "$Id: cbc.c,v 1.10 1997/08/07 21:33:40 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 1ceeeab4478b..2480f286b8cc 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $Id: ed.1,v 1.13 1998/05/13 07:41:13 charnier Exp $ +.\" $Id: ed.1,v 1.14 1998/07/21 04:53:18 jkoshy Exp $ .Dd May 21, 1993 .Dt ED 1 .Os diff --git a/bin/ed/ed.h b/bin/ed/ed.h index 05f65a9fd89b..536cad6ca8c9 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 - * $Id: ed.h,v 1.11 1997/12/10 22:18:23 eivind Exp $ + * $Id: ed.h,v 1.12 1998/08/07 09:39:11 dfr Exp $ */ #include <sys/param.h> /* for MAXPATHLEN */ diff --git a/bin/ed/glbl.c b/bin/ed/glbl.c index a40bca6ddeff..39fd38604a5a 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 = - "$Id: glbl.c,v 1.7 1997/02/22 14:03:15 peter Exp $"; + "$Id: glbl.c,v 1.8 1997/08/07 21:33:41 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/io.c b/bin/ed/io.c index 6702765df4bc..572217e06df5 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 = - "$Id: io.c,v 1.8 1997/02/22 14:03:16 peter Exp $"; + "$Id: io.c,v 1.9 1997/08/07 21:33:42 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/main.c b/bin/ed/main.c index 8468bbd2a846..f88bac67d78c 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 = - "$Id: main.c,v 1.12 1997/10/08 14:47:56 eivind Exp $"; + "$Id: main.c,v 1.13 1998/08/07 09:39:11 dfr Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/re.c b/bin/ed/re.c index 65b25a20f948..08475e0a8162 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 = - "$Id: re.c,v 1.13 1997/02/22 14:03:18 peter Exp $"; + "$Id: re.c,v 1.14 1997/08/07 21:33:44 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/sub.c b/bin/ed/sub.c index e0725487d78b..09a37f9d7948 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 = - "$Id: sub.c,v 1.10 1997/08/07 21:33:44 steve Exp $"; + "$Id: sub.c,v 1.11 1998/08/07 09:39:11 dfr Exp $"; #endif #endif /* not lint */ diff --git a/bin/ed/test/Makefile b/bin/ed/test/Makefile index 70f24055b067..87a1ddbda60d 100644 --- a/bin/ed/test/Makefile +++ b/bin/ed/test/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.8 1997/02/22 14:03:27 peter Exp $ SHELL= /bin/sh ED= ${.OBJDIR}/ed diff --git a/bin/ed/test/README b/bin/ed/test/README index 72c7217f0f0e..14d8c46352df 100644 --- a/bin/ed/test/README +++ b/bin/ed/test/README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: README,v 1.6 1997/02/22 14:03:28 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 f58c60977b5b..287aee24d978 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 # -# $Id$ +# $Id: ckscripts.sh,v 1.5 1997/02/22 14:03:30 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 3e1a3d4c543a..c9bed1528bde 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 # -# $Id$ +# $Id: mkscripts.sh,v 1.5 1997/02/22 14:03:33 peter Exp $ PATH="/bin:/usr/bin:/usr/local/bin/:." ED=$1 diff --git a/bin/ed/undo.c b/bin/ed/undo.c index 549a3547a789..5f1800f57019 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 = - "$Id: undo.c,v 1.6 1997/02/22 14:03:20 peter Exp $"; + "$Id: undo.c,v 1.7 1997/08/07 21:33:47 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 215b498db522..9a4c1b45e7a6 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1997/02/22 14:03:36 peter Exp $ +# $Id: Makefile,v 1.13 1998/05/04 18:41:16 bde Exp $ PROG= expr SRCS= expr.y diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index 74cb2a947659..40186cd42226 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. .\" -.\" $Id: expr.1,v 1.6 1997/02/22 14:03:37 peter Exp $ +.\" $Id: expr.1,v 1.7 1998/05/13 07:43:56 charnier Exp $ .\" .Dd July 3, 1993 .Dt EXPR 1 diff --git a/bin/expr/expr.y b/bin/expr/expr.y index 626de8e05b33..5126a1ca934d 100644 --- a/bin/expr/expr.y +++ b/bin/expr/expr.y @@ -4,7 +4,7 @@ * * Largely rewritten by J.T. Conklin (jtc@wimsey.com) * - * $Id$ + * $Id: expr.y,v 1.13 1997/02/22 14:03:38 peter Exp $ */ #include <stdio.h> diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index adee034af686..cbfd4e7aef74 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:03:40 peter Exp $ PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 94aa27cf3e2d..d8dd52fc1ba8 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 -.\" $Id: hostname.1,v 1.7 1997/06/03 06:21:45 charnier Exp $ +.\" $Id: hostname.1,v 1.8 1998/05/13 07:45:46 charnier Exp $ .\" .Dd April 28, 1995 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index d8a81f46813e..42b889d95827 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[] = - "$Id$"; + "$Id: hostname.c,v 1.9 1998/05/13 07:45:48 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/kill/Makefile b/bin/kill/Makefile index 610341f6b8c1..927708905171 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:03:44 peter Exp $ PROG= kill diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index cc8266923224..6bc94cfd7f09 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 -.\" $Id: kill.1,v 1.7 1998/05/13 07:47:33 charnier Exp $ +.\" $Id: kill.1,v 1.8 1998/05/18 03:33:07 jkoshy Exp $ .\" .Dd April 28, 1995 .Dt KILL 1 diff --git a/bin/kill/kill.c b/bin/kill/kill.c index e0ad9405ae11..b54c7b1fa25b 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[] = - "$Id$"; + "$Id: kill.c,v 1.10 1998/05/13 07:47:35 charnier Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 83a6e1dca2f1..fd316875c378 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:03:48 peter Exp $ PROG= ln MAN1= ln.1 diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 586401bbff8d..f10ac27cefa4 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 -.\" $Id: ln.1,v 1.5 1997/02/22 14:03:48 peter Exp $ +.\" $Id: ln.1,v 1.6 1998/05/15 06:19:02 charnier Exp $ .\" .Dd December 30, 1993 .Dt LN 1 diff --git a/bin/ln/ln.c b/bin/ln/ln.c index 94e0c06f1eaf..b848229fecb7 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[] = - "$Id$"; + "$Id: ln.c,v 1.12 1998/05/15 06:19:05 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index efaf21ff11ba..7b0091941d96 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 -.\" $Id: symlink.7,v 1.7 1997/06/19 01:07:05 jdp Exp $ +.\" $Id: symlink.7,v 1.8 1998/04/24 12:38:18 des Exp $ .\" .Dd March 31, 1994 .Dt SYMLINK 7 diff --git a/bin/ls/Makefile b/bin/ls/Makefile index d1a6b6b84384..6697ed93772e 100644 --- a/bin/ls/Makefile +++ b/bin/ls/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:03:52 peter Exp $ PROG= ls SRCS= cmp.c stat_flags.c ls.c print.c util.c diff --git a/bin/ls/cmp.c b/bin/ls/cmp.c index bf4965970e0e..f1d911f04a95 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[] = - "$Id: cmp.c,v 1.7 1997/08/07 15:33:45 steve Exp $"; + "$Id: cmp.c,v 1.8 1997/08/07 22:28:21 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/extern.h b/bin/ls/extern.h index 4a58fffcae5c..e1bfffd6a461 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 - * $Id: extern.h,v 1.5 1997/08/07 15:33:45 steve Exp $ + * $Id: extern.h,v 1.6 1998/04/21 22:01:57 des Exp $ */ int acccmp __P((const FTSENT *, const FTSENT *)); diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 64ae89e1376d..9c0ee800c962 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 -.\" $Id: ls.1,v 1.24 1998/07/29 00:46:08 hoek Exp $ +.\" $Id: ls.1,v 1.25 1998/10/04 00:41:08 jkh Exp $ .\" .Dd July 29, 1994 .Dt LS 1 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index a5e8ed7659c2..bfc0eea057bc 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[] = - "$Id: ls.c,v 1.22 1998/07/29 00:46:09 hoek Exp $"; + "$Id: ls.c,v 1.23 1998/08/02 22:47:11 hoek Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/ls.h b/bin/ls/ls.h index b064d18f7c19..967f7e99d28f 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 - * $Id: ls.h,v 1.9 1998/04/24 07:49:49 des Exp $ + * $Id: ls.h,v 1.10 1998/07/29 00:46:13 hoek Exp $ */ #define NO_PRINT 1 diff --git a/bin/ls/print.c b/bin/ls/print.c index 8153171d0f81..2e577b3d2f86 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[] = - "$Id: print.c,v 1.16 1998/04/24 07:49:50 des Exp $"; + "$Id: print.c,v 1.17 1998/07/29 00:46:13 hoek Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/stat_flags.c b/bin/ls/stat_flags.c index 1f22f5a8ad96..071c40bf71f5 100644 --- a/bin/ls/stat_flags.c +++ b/bin/ls/stat_flags.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; #else static const char rcsid[] = - "$Id: stat_flags.c,v 1.8 1997/08/07 22:28:25 steve Exp $"; + "$Id: stat_flags.c,v 1.9 1998/01/09 06:14:59 jb Exp $"; #endif #endif /* not lint */ diff --git a/bin/ls/util.c b/bin/ls/util.c index d4b55e797660..3cbd2c538967 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[] = - "$Id: util.c,v 1.17 1998/04/25 00:12:32 ache Exp $"; + "$Id: util.c,v 1.18 1998/10/13 12:19:31 des Exp $"; #endif #endif /* not lint */ diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile index 03ca565911e9..ba8457015b7e 100644 --- a/bin/mkdir/Makefile +++ b/bin/mkdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:04:07 peter Exp $ PROG= mkdir diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1 index 4ddfb7bc1f94..9bdf2f813964 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 -.\" $Id: mkdir.1,v 1.6 1997/02/22 14:04:08 peter Exp $ +.\" $Id: mkdir.1,v 1.7 1998/05/15 06:23:43 charnier Exp $ .\" .Dd January 25, 1994 .Dt MKDIR 1 diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c index ed26dc80525c..017b1257475a 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[] = - "$Id$"; + "$Id: mkdir.c,v 1.11 1998/05/15 06:23:45 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 0ba523e61b44..982488c882f4 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:04:10 peter Exp $ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index c706dcc30960..7605f06ff188 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 -.\" $Id: mv.1,v 1.10 1997/10/26 10:33:02 helbig Exp $ +.\" $Id: mv.1,v 1.11 1998/05/15 06:25:16 charnier Exp $ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index b471bef4b1fa..9cbd36f76f76 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[] = - "$Id: mv.c,v 1.21 1998/06/28 21:00:04 bde Exp $"; + "$Id: mv.c,v 1.22 1998/10/13 14:52:31 des Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index 4adf62b4ec5f..ab803fb497b9 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 - * $Id$ + * $Id: pathnames.h,v 1.4 1997/02/22 14:04:13 peter Exp $ */ #define _PATH_RM "/bin/rm" diff --git a/bin/pax/Makefile b/bin/pax/Makefile index cd0cc2d82e4c..554c00f3027a 100644 --- a/bin/pax/Makefile +++ b/bin/pax/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:04:16 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 5289aa74c5c4..2d06ffa17101 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[] = - "$Id$"; + "$Id: ar_io.c,v 1.10 1998/05/15 06:27:34 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index e94cc1929620..fe32574c4c37 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[] = - "$Id$"; + "$Id: ar_subs.c,v 1.11 1998/05/15 06:27:36 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 73cc0580deb8..d42fde0b9b34 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[] = - "$Id$"; + "$Id: buf_subs.c,v 1.10 1998/05/15 06:27:37 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 36a1e8747da0..d7c37b2abeda 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[] = - "$Id$"; + "$Id: cache.c,v 1.10 1998/05/15 06:27:37 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cache.h b/bin/pax/cache.h index 5c01ef410aef..46c4d9f83a97 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 - * $Id$ + * $Id: cache.h,v 1.4 1997/02/22 14:04:22 peter Exp $ */ /* diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index df6f3f124a19..f4b8d4c4b999 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[] = - "$Id$"; + "$Id: cpio.c,v 1.10 1998/05/15 06:27:38 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/cpio.h b/bin/pax/cpio.h index 0bdbb6a39ab8..7d4345f07226 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 - * $Id$ + * $Id: cpio.h,v 1.5 1997/02/22 14:04:24 peter Exp $ */ /* diff --git a/bin/pax/extern.h b/bin/pax/extern.h index dda38ac7b8b1..a9068ffedcbf 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 - * $Id: extern.h,v 1.4 1997/02/22 14:04:25 peter Exp $ + * $Id: extern.h,v 1.5 1997/08/29 16:12:22 sos Exp $ */ /* diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index 1ddb59d61c3c..0688a07568f5 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[] = - "$Id$"; + "$Id: file_subs.c,v 1.10 1998/05/15 06:27:39 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index b9f32e335255..64136cff5747 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[] = - "$Id: ftree.c,v 1.10 1998/05/15 06:27:42 charnier Exp $"; + "$Id: ftree.c,v 1.11 1998/06/09 03:38:43 imp Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/ftree.h b/bin/pax/ftree.h index a98654632f54..6c85ea27895b 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 - * $Id$ + * $Id: ftree.h,v 1.4 1997/02/22 14:04:30 peter Exp $ */ /* diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 501293d4f731..61cb878c3cff 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[] = - "$Id$"; + "$Id: gen_subs.c,v 1.11 1998/05/15 06:27:42 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.c b/bin/pax/options.c index 4022626596d9..0f33ade7d1c1 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[] = - "$Id$"; + "$Id: options.c,v 1.11 1998/05/15 06:27:43 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/options.h b/bin/pax/options.h index df1bd7daac41..3a98afd24ea0 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 - * $Id$ + * $Id: options.h,v 1.4 1997/02/22 14:04:34 peter Exp $ */ /* diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index f46dce1ea6fa..adc6517432b3 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[] = - "$Id$"; + "$Id: pat_rep.c,v 1.12 1998/05/15 06:27:44 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pat_rep.h b/bin/pax/pat_rep.h index e994a33cb6ed..e1f449a425eb 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 - * $Id$ + * $Id: pat_rep.h,v 1.4 1997/02/22 14:04:37 peter Exp $ */ /* diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index a54a0132c527..be74e176c937 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 -.\" $Id: pax.1,v 1.7 1998/05/15 06:27:45 charnier Exp $ +.\" $Id: pax.1,v 1.8 1998/05/31 22:43:57 steve Exp $ .\" .Dd April 18, 1994 .Dt PAX 1 diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 4caecf9ddccb..88487080f833 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[] = - "$Id$"; + "$Id: pax.c,v 1.11 1998/05/15 06:27:45 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/pax.h b/bin/pax/pax.h index 644f4d12affa..c4ec88b20078 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 - * $Id$ + * $Id: pax.h,v 1.6 1997/02/22 14:04:40 peter Exp $ */ /* diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index 8c9642b6f8ad..31315d2cf2e9 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[] = - "$Id$"; + "$Id: sel_subs.c,v 1.9 1998/05/15 06:27:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/sel_subs.h b/bin/pax/sel_subs.h index dbab257b3e83..ef1e6e7d9b33 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 - * $Id$ + * $Id: sel_subs.h,v 1.4 1997/02/22 14:04:42 peter Exp $ */ /* diff --git a/bin/pax/tables.c b/bin/pax/tables.c index 11d4d64f4f7b..dc0a182229e8 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[] = - "$Id$"; + "$Id: tables.c,v 1.11 1998/05/15 06:27:46 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tables.h b/bin/pax/tables.h index 5c2077620ee5..6ed25d63916a 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 - * $Id$ + * $Id: tables.h,v 1.5 1997/02/22 14:04:44 peter Exp $ */ /* diff --git a/bin/pax/tar.c b/bin/pax/tar.c index bde4c459f12d..2cebc7666317 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[] = - "$Id$"; + "$Id: tar.c,v 1.10 1998/05/15 06:27:47 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/pax/tar.h b/bin/pax/tar.h index 5533a0777e6d..e5a3c06983c5 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 - * $Id$ + * $Id: tar.h,v 1.4 1997/02/22 14:04:46 peter Exp $ */ /* diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index c8621162f4dc..813f17a17816 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[] = - "$Id$"; + "$Id: tty_subs.c,v 1.9 1998/05/15 06:27:48 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 4e8d954d799c..5911ed21c820 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1997/08/13 17:35:00 steve Exp $ +# $Id: Makefile,v 1.11 1997/12/05 07:33:38 dyson Exp $ # @(#)Makefile 8.1 (Berkeley) 6/2/93 PROG= ps diff --git a/bin/ps/extern.h b/bin/ps/extern.h index 81a633b5b7c4..5adefa7194b4 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 - * $Id: extern.h,v 1.7 1997/08/03 08:25:00 peter Exp $ + * $Id: extern.h,v 1.8 1998/05/25 05:07:17 steve Exp $ */ struct kinfo; diff --git a/bin/ps/fmt.c b/bin/ps/fmt.c index 76eb78c21c21..be05710a7cd9 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[] = - "$Id: fmt.c,v 1.11 1998/05/15 06:29:15 charnier Exp $"; + "$Id: fmt.c,v 1.12 1998/06/17 11:33:10 jkoshy Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index a0c60b11b9f1..9f26bfd8a8c6 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[] = - "$Id: keyword.c,v 1.19 1998/05/25 05:07:17 steve Exp $"; + "$Id: keyword.c,v 1.20 1998/09/14 08:32:20 dfr Exp $"; #endif #endif /* not lint */ diff --git a/bin/ps/print.c b/bin/ps/print.c index 09fbf8e342cc..ab0f190eaf34 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[] = - "$Id: print.c,v 1.31 1998/06/28 21:05:48 bde Exp $"; + "$Id: print.c,v 1.32 1998/09/14 08:32:20 dfr Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index b16420bab2e1..e4a81f795113 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 -.\" $Id: ps.1,v 1.18 1998/06/04 06:46:13 jkoshy Exp $ +.\" $Id: ps.1,v 1.19 1998/06/04 07:02:59 jkoshy Exp $ .\" .Dd April 18, 1994 .Dt PS 1 diff --git a/bin/ps/ps.c b/bin/ps/ps.c index 5bcb03c72dac..5aeaab28e261 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[] = - "$Id: ps.c,v 1.24 1998/05/15 06:29:17 charnier Exp $"; + "$Id: ps.c,v 1.25 1998/06/30 21:34:14 phk Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/ps/ps.h b/bin/ps/ps.h index cefa0676508a..52d09e35a29f 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 - * $Id: ps.h,v 1.5 1997/04/29 05:26:05 jkh Exp $ + * $Id: ps.h,v 1.6 1998/09/14 08:32:20 dfr Exp $ */ #define UNLIMITED 0 /* unlimited terminal width */ diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 4937fb391932..d8ff6b7f58c3 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:05:14 peter Exp $ PROG= pwd diff --git a/bin/pwd/pwd.1 b/bin/pwd/pwd.1 index 39f0d5effa76..47074733b2cc 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 -.\" $Id: pwd.1,v 1.5 1997/02/22 14:05:15 peter Exp $ +.\" $Id: pwd.1,v 1.6 1998/05/15 06:30:57 charnier Exp $ .\" .Dd April 28, 1995 .Dt PWD 1 diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c index fab0dfbd0a42..9479153048d6 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[] = - "$Id$"; + "$Id: pwd.c,v 1.7 1998/05/15 06:30:58 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index e8db7dc69a3e..6e6a1345d42c 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $Id: Makefile,v 1.11 1998/08/06 21:35:04 markm Exp $ +# $Id: Makefile,v 1.12 1998/10/09 06:31:45 markm Exp $ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index ef055c4c7f47..03c2629de8ab 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 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 14:05:19 peter Exp $ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 556043e82932..47c80e010ea0 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 - * $Id$ + * $Id: pathnames.h,v 1.5 1998/03/26 18:14:59 markm Exp $ */ #include <paths.h> diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index b290c76b98fd..e10d2dad2c24 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 -.\" $Id: rcp.1,v 1.6 1998/05/18 06:36:02 charnier Exp $ +.\" $Id: rcp.1,v 1.7 1998/10/09 06:31:45 markm Exp $ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 007741b5cb35..05918b5b05e9 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[] = - "$Id: rcp.c,v 1.20 1998/08/02 14:25:24 bde Exp $"; + "$Id: rcp.c,v 1.21 1998/10/09 06:31:45 markm Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/rcp/util.c b/bin/rcp/util.c index c7de9f63d68a..f3d2540172b6 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[] = - "$Id$"; + "$Id: util.c,v 1.8 1998/05/18 06:36:03 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/rm/Makefile b/bin/rm/Makefile index 5d9fafea9735..894eadc4cdbc 100644 --- a/bin/rm/Makefile +++ b/bin/rm/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:05:25 peter Exp $ PROG= rm SRCS= rm.c stat_flags.c diff --git a/bin/rm/rm.1 b/bin/rm/rm.1 index 8724c922cd12..9670748ac0cb 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 -.\" $Id: rm.1,v 1.11 1997/08/07 21:37:38 steve Exp $ +.\" $Id: rm.1,v 1.12 1998/05/18 06:37:35 charnier Exp $ .\" .Dd December 5, 1994 .Dt RM 1 diff --git a/bin/rm/rm.c b/bin/rm/rm.c index ea4ef0784741..a7d470765c4c 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[] = - "$Id: rm.c,v 1.17 1997/08/07 15:37:47 steve Exp $"; + "$Id: rm.c,v 1.18 1997/08/07 21:37:39 steve Exp $"; #endif #endif /* not lint */ diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index 88a0674f26e3..10847819b115 100644 --- a/bin/rmail/Makefile +++ b/bin/rmail/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id: Makefile,v 1.6 1997/02/22 14:05:29 peter Exp $ +# $Id: Makefile,v 1.7 1998/08/04 15:19:16 peter Exp $ .PATH: ${.CURDIR}/../../contrib/sendmail/rmail diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index 4bedbff9d478..bce13f69d7b1 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:05:34 peter Exp $ PROG= rmdir diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1 index 086ad3acdfd9..efb4a7f9b8fe 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 -.\" $Id: rmdir.1,v 1.6 1997/02/22 14:05:37 peter Exp $ +.\" $Id: rmdir.1,v 1.7 1998/05/18 06:40:54 charnier Exp $ .\" .Dd May 31, 1993 .Dt RMDIR 1 diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 6b31c5a588f6..4be80fc3b278 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[] = - "$Id$"; + "$Id: rmdir.c,v 1.8 1998/05/18 06:40:56 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/bin/sh/Makefile b/bin/sh/Makefile index fc1afd4de939..ab631d0fe5f8 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.4 (Berkeley) 5/5/95 -# $Id: Makefile,v 1.27 1998/05/06 15:33:59 bde Exp $ +# $Id: Makefile,v 1.28 1998/07/07 01:06:58 bde 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 e7bc2c43c7bb..be2ce752707e 100644 --- a/bin/sh/TOUR +++ b/bin/sh/TOUR @@ -1,5 +1,5 @@ # @(#)TOUR 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: TOUR,v 1.5 1997/02/22 13:58:19 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 9ef862bef45b..beef6d3d782c 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[] = - "$Id$"; + "$Id: alias.c,v 1.10 1998/05/18 06:43:25 charnier Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/bin/sh/alias.h b/bin/sh/alias.h index 4feb75267338..0664db240c74 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 - * $Id$ + * $Id: alias.h,v 1.5 1997/02/22 13:58:20 peter Exp $ */ #define ALIASINUSE 1 diff --git a/bin/sh/arith.h b/bin/sh/arith.h index 34eb73c19251..7f5cd1e18635 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 - * $Id$ + * $Id: arith.h,v 1.4 1997/02/22 13:58:20 peter Exp $ */ int arith __P((char *)); diff --git a/bin/sh/arith.y b/bin/sh/arith.y index 655ed234f0ac..e2739d82efe5 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. * - * $Id: arith.y,v 1.8 1998/08/24 10:20:36 cracauer Exp $ + * $Id: arith.y,v 1.9 1998/08/25 09:33:34 cracauer 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[] = - "$Id$"; + "$Id: arith.y,v 1.9 1998/08/25 09:33:34 cracauer Exp $"; #endif /* not lint */ #include "shell.h" diff --git a/bin/sh/arith_lex.l b/bin/sh/arith_lex.l index b5ca746d9fce..89e9be2422fb 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. * - * $Id: arith_lex.l,v 1.11 1998/08/24 10:20:36 cracauer Exp $ + * $Id: arith_lex.l,v 1.12 1998/08/25 09:33:34 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[] = - "$Id$"; + "$Id: arith_lex.l,v 1.12 1998/08/25 09:33:34 cracauer Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/bin/sh/bltin/bltin.h b/bin/sh/bltin/bltin.h index a50d55cb3d9e..abcbffbedcfa 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 - * $Id$ + * $Id: bltin.h,v 1.8 1997/02/22 13:58:58 peter Exp $ */ /* diff --git a/bin/sh/bltin/echo.1 b/bin/sh/bltin/echo.1 index b54ce3a8268b..b711e8eaf598 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 -.\" $Id$ +.\" $Id: echo.1,v 1.6 1997/02/22 13:58:59 peter Exp $ .\" .Dd May 4, 1995 .Dt ECHO 1 diff --git a/bin/sh/bltin/echo.c b/bin/sh/bltin/echo.c index f0829056d57d..a02d6fbe34da 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 - * $Id: echo.c,v 1.7 1997/02/22 13:58:59 peter Exp $ + * $Id: echo.c,v 1.8 1997/04/28 03:06:52 steve Exp $ */ /* diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index b34aa9cbc639..65a7f8793aa9 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 -# $Id: builtins.def,v 1.5 1997/02/22 13:58:22 peter Exp $ +# $Id: builtins.def,v 1.6 1997/04/28 03:50:07 steve 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 12e78bff5aff..1bcbcee58f21 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[] = - "$Id: cd.c,v 1.17 1998/05/18 06:43:30 charnier Exp $"; + "$Id: cd.c,v 1.18 1998/09/06 21:01:57 tegge Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/cd.h b/bin/sh/cd.h index 673ccdc2f716..0edef73c3a02 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. * - * $Id: cd.h,v 1.3 1997/12/29 00:00:10 alex Exp $ + * $Id: cd.h,v 1.4 1998/09/06 21:01:57 tegge Exp $ */ char *getpwd __P((void)); diff --git a/bin/sh/error.c b/bin/sh/error.c index db0cf5d24ac5..fc8ffeee9015 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[] = - "$Id: error.c,v 1.12 1998/08/24 19:15:48 cracauer Exp $"; + "$Id: error.c,v 1.13 1998/08/25 09:33:34 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/error.h b/bin/sh/error.h index eed9c9d3aa67..f78e1af1018b 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 - * $Id: error.h,v 1.8 1998/08/24 10:20:36 cracauer Exp $ + * $Id: error.h,v 1.9 1998/08/24 19:15:48 cracauer Exp $ */ /* diff --git a/bin/sh/eval.c b/bin/sh/eval.c index 427b2bca51d7..657c22bce3f8 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[] = - "$Id$"; + "$Id: eval.c,v 1.15 1998/05/18 06:43:34 charnier Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/eval.h b/bin/sh/eval.h index 46a6820739e3..2afcb6c1726c 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 - * $Id$ + * $Id: eval.h,v 1.6 1997/02/22 13:58:24 peter Exp $ */ extern char *commandname; /* currently executing command */ diff --git a/bin/sh/exec.c b/bin/sh/exec.c index 30c083434caa..4ba8a091bf1c 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[] = - "$Id$"; + "$Id: exec.c,v 1.12 1998/05/18 06:43:37 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/exec.h b/bin/sh/exec.h index ab655ff04752..2fda523cbc6b 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 - * $Id: exec.h,v 1.6 1997/02/22 13:58:25 peter Exp $ + * $Id: exec.h,v 1.7 1997/04/28 03:08:38 steve Exp $ */ /* values of cmdtype */ diff --git a/bin/sh/expand.c b/bin/sh/expand.c index 757ff3ad4f68..eb11e3789edc 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[] = - "$Id: expand.c,v 1.23 1998/09/06 21:13:09 tegge Exp $"; + "$Id: expand.c,v 1.24 1998/09/13 19:24:57 tegge Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/expand.h b/bin/sh/expand.h index 18c16630b580..cbf62c94b75d 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 - * $Id: expand.h,v 1.6 1998/09/06 21:13:09 tegge Exp $ + * $Id: expand.h,v 1.7 1998/09/13 19:24:57 tegge Exp $ */ struct strlist { diff --git a/bin/sh/funcs/cmv b/bin/sh/funcs/cmv index ec67c471a115..9141fa34ef85 100644 --- a/bin/sh/funcs/cmv +++ b/bin/sh/funcs/cmv @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)cmv 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: cmv,v 1.5 1997/02/22 13:59:01 peter Exp $ # Conditional move--don't replace an existing file. diff --git a/bin/sh/funcs/dirs b/bin/sh/funcs/dirs index 86984250baf2..eecbc7821fba 100644 --- a/bin/sh/funcs/dirs +++ b/bin/sh/funcs/dirs @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)dirs 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: dirs,v 1.5 1997/02/22 13:59:02 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 f933ce303d58..04863bd0dabd 100644 --- a/bin/sh/funcs/kill +++ b/bin/sh/funcs/kill @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)kill 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: kill,v 1.5 1997/02/22 13:59:03 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 bfed5c26dbe0..0527090c7293 100644 --- a/bin/sh/funcs/login +++ b/bin/sh/funcs/login @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)login 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: login,v 1.5 1997/02/22 13:59:03 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 bc84261f7e53..ce005b142d0e 100644 --- a/bin/sh/funcs/newgrp +++ b/bin/sh/funcs/newgrp @@ -33,6 +33,6 @@ # SUCH DAMAGE. # # @(#)newgrp 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: newgrp,v 1.5 1997/02/22 13:59:04 peter Exp $ newgrp() exec newgrp "$@" diff --git a/bin/sh/funcs/popd b/bin/sh/funcs/popd index a495dbb51e10..797a40f837f1 100644 --- a/bin/sh/funcs/popd +++ b/bin/sh/funcs/popd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)popd 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: popd,v 1.5 1997/02/22 13:59:04 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 0a50f40d4a9c..fee39909ea39 100644 --- a/bin/sh/funcs/pushd +++ b/bin/sh/funcs/pushd @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)pushd 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: pushd,v 1.5 1997/02/22 13:59:05 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 d60614ff4a08..7ac6eae083e5 100644 --- a/bin/sh/funcs/suspend +++ b/bin/sh/funcs/suspend @@ -33,7 +33,7 @@ # SUCH DAMAGE. # # @(#)suspend 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: suspend,v 1.5 1997/02/22 13:59:05 peter Exp $ suspend() { local - diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 1a5dd5278ac7..8f641535e925 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[] = - "$Id$"; + "$Id: histedit.c,v 1.12 1998/05/18 06:43:42 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/bin/sh/init.h b/bin/sh/init.h index d02b50edadd6..4413473555ff 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 - * $Id$ + * $Id: init.h,v 1.5 1997/02/22 13:58:27 peter Exp $ */ void init __P((void)); diff --git a/bin/sh/input.c b/bin/sh/input.c index 1c9f2ad7c684..48156f4618ae 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[] = - "$Id$"; + "$Id: input.c,v 1.11 1998/05/18 06:43:45 charnier Exp $"; #endif /* not lint */ #include <stdio.h> /* defines BUFSIZ */ diff --git a/bin/sh/input.h b/bin/sh/input.h index a9f87dd5927d..b5ed3c0d580b 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 - * $Id$ + * $Id: input.h,v 1.6 1997/02/22 13:58:28 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 c08758e62e3d..8e8e13014be7 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[] = - "$Id: jobs.c,v 1.22 1998/08/25 09:33:34 cracauer Exp $"; + "$Id: jobs.c,v 1.23 1998/09/08 13:16:52 cracauer Exp $"; #endif /* not lint */ #include <fcntl.h> diff --git a/bin/sh/jobs.h b/bin/sh/jobs.h index e637eae3781c..5c0bdabcf935 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 - * $Id: jobs.h,v 1.9 1998/09/08 13:16:52 cracauer Exp $ + * $Id: jobs.h,v 1.10 1998/09/10 22:09:11 cracauer 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 a0928958de70..8c1ccd44302d 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 - * $Id$ + * $Id: machdep.h,v 1.5 1997/02/22 13:58:30 peter Exp $ */ /* diff --git a/bin/sh/mail.c b/bin/sh/mail.c index 965f69dde396..f3deb410f0f9 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[] = - "$Id$"; + "$Id: mail.c,v 1.8 1998/05/18 06:43:50 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mail.h b/bin/sh/mail.h index c787024c6b06..622998dc1a60 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 - * $Id$ + * $Id: mail.h,v 1.5 1997/02/22 13:58:33 peter Exp $ */ void chkmail __P((int)); diff --git a/bin/sh/main.c b/bin/sh/main.c index 3cd49d23fbf8..2116d0bb14a3 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[] = - "$Id$"; + "$Id: main.c,v 1.15 1998/05/18 06:43:52 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/sh/main.h b/bin/sh/main.h index ed3391a488ed..8b132b2f7140 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 - * $Id$ + * $Id: main.h,v 1.5 1997/02/22 13:58:34 peter Exp $ */ extern int rootpid; /* pid of main shell */ diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c index c40eadd075e5..414f3968464a 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[] = - "$Id: memalloc.c,v 1.11 1998/09/10 14:51:06 cracauer Exp $"; + "$Id: memalloc.c,v 1.12 1998/09/13 19:24:57 tegge Exp $"; #endif /* not lint */ #include "shell.h" diff --git a/bin/sh/memalloc.h b/bin/sh/memalloc.h index b3aec71dc255..e43e7461a21d 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 - * $Id$ + * $Id: memalloc.h,v 1.5 1997/02/22 13:58:35 peter Exp $ */ struct stackmark { diff --git a/bin/sh/miscbltin.c b/bin/sh/miscbltin.c index 772a3fd17a47..b9f0bbdc61d6 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[] = - "$Id: miscbltin.c,v 1.16 1998/08/24 10:20:36 cracauer Exp $"; + "$Id: miscbltin.c,v 1.17 1998/08/25 09:33:34 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 37ebf8310360..75c73b5fe97c 100755 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mkbuiltins 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: mkbuiltins,v 1.7 1997/02/22 13:58:36 peter Exp $ temp=/tmp/ka$$ havejobs=0 diff --git a/bin/sh/mkinit.c b/bin/sh/mkinit.c index fc1307cabe5a..fd5dcc43cd76 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[] = - "$Id$"; + "$Id: mkinit.c,v 1.12 1998/05/18 06:44:00 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mknodes.c b/bin/sh/mknodes.c index f1fe5ee0dfba..0d6b3bd4c47f 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[] = - "$Id$"; + "$Id: mknodes.c,v 1.9 1998/05/18 06:44:01 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mksyntax.c b/bin/sh/mksyntax.c index 33f5ea8d9d2f..ed081a38e431 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[] = - "$Id: mksyntax.c,v 1.11 1998/05/18 06:44:03 charnier Exp $"; + "$Id: mksyntax.c,v 1.12 1998/09/06 21:13:09 tegge Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mktokens b/bin/sh/mktokens index 667ccf4ea2a7..31fb579e7540 100644 --- a/bin/sh/mktokens +++ b/bin/sh/mktokens @@ -35,7 +35,7 @@ # SUCH DAMAGE. # # @(#)mktokens 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: mktokens,v 1.5 1997/02/22 13:58:37 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 3a57c97cafdf..6e0856f604c5 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 - * $Id$ + * $Id: myhistedit.h,v 1.6 1997/02/22 13:58:38 peter Exp $ */ #include <histedit.h> diff --git a/bin/sh/mystring.c b/bin/sh/mystring.c index b960bdc11c41..403456769ec5 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[] = - "$Id$"; + "$Id: mystring.c,v 1.9 1998/05/18 06:44:06 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/mystring.h b/bin/sh/mystring.h index 8471b3e566de..a473dcb29e3b 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 - * $Id$ + * $Id: mystring.h,v 1.5 1997/02/22 13:58:39 peter Exp $ */ #include <string.h> diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index 60e5bf5c6229..56b12fe2b653 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 - * $Id: nodes.c.pat,v 1.5 1997/02/22 13:58:39 peter Exp $ + * $Id: nodes.c.pat,v 1.6 1997/04/28 03:14:04 steve Exp $ */ #include <stdlib.h> diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes index 4f909cfb0b81..05d8256e7d63 100644 --- a/bin/sh/nodetypes +++ b/bin/sh/nodetypes @@ -34,7 +34,7 @@ # SUCH DAMAGE. # # @(#)nodetypes 8.2 (Berkeley) 5/4/95 -# $Id$ +# $Id: nodetypes,v 1.5 1997/02/22 13:58:39 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 0b65645913b9..8fa3a2916513 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[] = - "$Id$"; + "$Id: options.c,v 1.14 1998/05/18 06:44:08 charnier Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/options.h b/bin/sh/options.h index 28b98192d7aa..e33157f28b17 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 - * $Id$ + * $Id: options.h,v 1.7 1997/02/22 13:58:40 peter Exp $ */ struct shparam { diff --git a/bin/sh/output.c b/bin/sh/output.c index 1421b4660dac..37d24fc4e562 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[] = - "$Id$"; + "$Id: output.c,v 1.9 1998/05/18 06:44:10 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/sh/output.h b/bin/sh/output.h index 59798198f7ba..19ad026a928b 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 - * $Id: output.h,v 1.6 1997/02/22 13:58:41 peter Exp $ + * $Id: output.h,v 1.7 1997/04/28 03:06:38 steve Exp $ */ #ifndef OUTPUT_INCL diff --git a/bin/sh/parser.c b/bin/sh/parser.c index ba60254e367b..f07b86bc7bae 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[] = - "$Id: parser.c,v 1.23 1998/09/06 21:13:09 tegge Exp $"; + "$Id: parser.c,v 1.24 1998/09/13 19:24:57 tegge Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/bin/sh/parser.h b/bin/sh/parser.h index 8671ecaa84eb..4f391714bd8e 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 - * $Id: parser.h,v 1.6 1997/02/22 13:58:42 peter Exp $ + * $Id: parser.h,v 1.7 1998/09/06 21:13:09 tegge Exp $ */ /* control characters in argument strings */ diff --git a/bin/sh/redir.c b/bin/sh/redir.c index aa1b7c8dcf4d..6290ce2cf579 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[] = - "$Id$"; + "$Id: redir.c,v 1.10 1998/05/18 06:44:14 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sh/redir.h b/bin/sh/redir.h index 9db3441f3b87..b1c2dbba7d07 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 - * $Id$ + * $Id: redir.h,v 1.6 1997/02/22 13:58:43 peter Exp $ */ /* flags passed to redirect */ diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 5d99ac64a5a1..5f166ae9f153 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 -.\" $Id: sh.1,v 1.20 1998/05/18 06:44:17 charnier Exp $ +.\" $Id: sh.1,v 1.21 1998/07/30 04:47:56 jkoshy Exp $ .\" .Dd May 5, 1995 .Dt SH 1 diff --git a/bin/sh/shell.h b/bin/sh/shell.h index eb9b73da5cbc..eaae685903f1 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 - * $Id$ + * $Id: shell.h,v 1.10 1997/02/22 13:58:45 peter Exp $ */ /* diff --git a/bin/sh/show.c b/bin/sh/show.c index b49c14795aff..c0934a0faebc 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[] = - "$Id$"; + "$Id: show.c,v 1.9 1998/05/18 06:44:19 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/sh/show.h b/bin/sh/show.h index eb278eed6e74..95ec062e035c 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 - * $Id: show.h,v 1.5 1997/02/22 13:58:46 peter Exp $ + * $Id: show.h,v 1.6 1997/04/28 03:17:51 steve Exp $ */ void showtree __P((union node *)); diff --git a/bin/sh/trap.c b/bin/sh/trap.c index fd359fc6d97a..9203e34145a4 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[] = - "$Id: trap.c,v 1.16 1998/09/10 14:51:06 cracauer Exp $"; + "$Id: trap.c,v 1.17 1998/09/10 22:09:11 cracauer Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/bin/sh/trap.h b/bin/sh/trap.h index 132b6eef40db..0fd545063e49 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 - * $Id: trap.h,v 1.7 1997/11/10 11:32:24 bde Exp $ + * $Id: trap.h,v 1.8 1998/08/24 10:20:37 cracauer Exp $ */ extern int pendingsigs; diff --git a/bin/sh/var.c b/bin/sh/var.c index d1f2b7669ed2..b792539496ab 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[] = - "$Id$"; + "$Id: var.c,v 1.12 1998/05/18 06:44:24 charnier Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/bin/sh/var.h b/bin/sh/var.h index 42e43919bb20..93fff0a6e0f6 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 - * $Id: var.h,v 1.6 1997/02/22 13:58:48 peter Exp $ + * $Id: var.h,v 1.7 1998/09/06 21:13:09 tegge Exp $ */ /* diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 163470fb3bd0..8c36b8c6d21a 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:05:43 peter Exp $ PROG= sleep diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 679e78d3acfb..5bad41537ce1 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 -.\" $Id: sleep.1,v 1.7 1997/08/12 21:20:12 ache Exp $ +.\" $Id: sleep.1,v 1.8 1998/05/18 06:46:11 charnier Exp $ .\" .Dd April 18, 1994 .Dt SLEEP 1 diff --git a/bin/sleep/sleep.c b/bin/sleep/sleep.c index 58f3bc8f876b..0c76cfe011a4 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[] = - "$Id$"; + "$Id: sleep.c,v 1.7 1998/05/18 06:46:14 charnier Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/bin/stty/Makefile b/bin/stty/Makefile index d0b160d74b03..97b1d482a76e 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:05:47 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 f9e6e708447c..d46ed9f574c6 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[] = - "$Id$"; + "$Id: cchar.c,v 1.8 1998/05/18 06:48:11 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/extern.h b/bin/stty/extern.h index aa7a35b13d27..7ec6a974e01a 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 - * $Id$ + * $Id: extern.h,v 1.4 1997/02/22 14:05:49 peter Exp $ */ int c_cchars __P((const void *, const void *)); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index 4ebd2e972a9d..29c003b077e9 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[] = - "$Id: gfmt.c,v 1.8 1998/05/18 06:48:13 charnier Exp $"; + "$Id: gfmt.c,v 1.9 1998/06/28 18:08:54 bde Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/key.c b/bin/stty/key.c index aeeeb9c20e70..cf46644d2833 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[] = - "$Id: key.c,v 1.9 1997/08/24 00:26:12 steve Exp $"; + "$Id: key.c,v 1.10 1998/06/28 18:08:54 bde Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 83eec2a517d1..7b6ac4779bf3 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[] = - "$Id$"; + "$Id: modes.c,v 1.7 1998/05/18 06:48:14 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/print.c b/bin/stty/print.c index 8f4f0132f640..e1307a9722df 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[] = - "$Id$"; + "$Id: print.c,v 1.10 1998/05/18 06:48:16 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 27a8749ed1b3..a308878625c9 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 -.\" $Id: stty.1,v 1.9 1998/05/18 06:48:19 charnier Exp $ +.\" $Id: stty.1,v 1.10 1998/06/03 04:07:59 jkoshy Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index b2965a86ba0e..4d50f0735039 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[] = - "$Id$"; + "$Id: stty.c,v 1.12 1998/05/18 06:48:21 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.h b/bin/stty/stty.h index 2b822d6a8fb8..7fc2bb1adcf0 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 - * $Id$ + * $Id: stty.h,v 1.4 1997/02/22 14:05:55 peter Exp $ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index f54ac42dc053..d3a1dec416b8 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[] = - "$Id$"; + "$Id: util.c,v 1.7 1998/05/18 06:48:23 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 0656381fd00c..dd609280c92d 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 14:06:02 peter Exp $ PROG= sync MAN8= sync.8 diff --git a/bin/sync/sync.8 b/bin/sync/sync.8 index 198de51d8ac4..2c022365b10b 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 -.\" $Id: sync.8,v 1.6 1997/02/22 14:06:06 peter Exp $ +.\" $Id: sync.8,v 1.7 1998/05/18 06:50:15 charnier Exp $ .\" .Dd May 31, 1993 .Dt SYNC 8 diff --git a/bin/sync/sync.c b/bin/sync/sync.c index dbc3cdea876a..78bc5112a3d8 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[] = - "$Id$"; + "$Id: sync.c,v 1.8 1998/05/18 06:50:17 charnier Exp $"; #endif /* not lint */ #include <unistd.h> diff --git a/bin/test/Makefile b/bin/test/Makefile index a3a8126b435b..58b79bd5df58 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 14:06:17 peter Exp $ PROG= test SRCS= test.c operators.c diff --git a/bin/test/TEST.README b/bin/test/TEST.README index 7bec57dc7d60..66b30b4373d1 100644 --- a/bin/test/TEST.README +++ b/bin/test/TEST.README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: TEST.README,v 1.3 1997/02/22 14:06:18 peter Exp $ OS/shell syntax error failed -------------------------------------------------------------------- diff --git a/bin/test/TEST.csh b/bin/test/TEST.csh index b18fefbaf940..b73a6be74345 100644 --- a/bin/test/TEST.csh +++ b/bin/test/TEST.csh @@ -1,5 +1,5 @@ # @(#)TEST.csh 5.2 (Berkeley) 4/30/93 -# $Id$ +# $Id: TEST.csh,v 1.5 1997/02/22 14:06:19 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 331c1ce633a3..ada56f3b5d80 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 # -# $Id$ +# $Id: TEST.sh,v 1.5 1997/02/22 14:06:20 peter Exp $ # force a specified test program, e.g. `env test=/bin/test sh TEST.sh' : ${test=test} diff --git a/bin/test/operators.c b/bin/test/operators.c index 9ebce4ad016e..4a01fa6ab619 100644 --- a/bin/test/operators.c +++ b/bin/test/operators.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)operators.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: operators.c,v 1.7 1998/05/18 06:51:53 charnier Exp $"; + "$Id: operators.c,v 1.8 1998/09/07 16:59:04 cracauer Exp $"; #endif /* not lint */ /* diff --git a/bin/test/operators.h b/bin/test/operators.h index be8620ed6272..ccdac23692d4 100644 --- a/bin/test/operators.h +++ b/bin/test/operators.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)operators.h 8.3 (Berkeley) 4/2/94 - * $Id: operators.h,v 1.5 1997/02/22 14:06:22 peter Exp $ + * $Id: operators.h,v 1.6 1998/09/07 16:59:05 cracauer Exp $ */ #define NOT 0 diff --git a/bin/test/test.1 b/bin/test/test.1 index db51abc6a8ae..5add980fd082 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 -.\" $Id: test.1,v 1.6 1998/05/18 06:51:56 charnier Exp $ +.\" $Id: test.1,v 1.7 1998/09/07 16:59:05 cracauer Exp $ .\" .Dd May 31, 1993 .Dt TEST 1 diff --git a/bin/test/test.c b/bin/test/test.c index df365e8bdc9a..e40a5f3a6422 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -45,7 +45,7 @@ static char const copyright[] = static char sccsid[] = "@(#)test.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id: test.c,v 1.19 1998/05/18 06:51:59 charnier Exp $"; + "$Id: test.c,v 1.20 1998/09/07 16:59:05 cracauer Exp $"; #endif /* not lint */ #include <sys/param.h> |