summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
committerpeter <peter@FreeBSD.org>1999-08-27 23:15:48 +0000
commit66312e4a8d4ad8bda7524141fcd8fd3fade9e807 (patch)
treed4a3af96d7d9b2e251eca5af46bf6c70c23d8b33 /bin/csh
parent5cb30a3039d8ce0b4500713028b354539f4bc7d5 (diff)
downloadFreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.zip
FreeBSD-src-66312e4a8d4ad8bda7524141fcd8fd3fade9e807.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/Makefile2
-rw-r--r--bin/csh/USD.doc/Makefile2
-rw-r--r--bin/csh/USD.doc/csh.12
-rw-r--r--bin/csh/USD.doc/csh.22
-rw-r--r--bin/csh/USD.doc/csh.32
-rw-r--r--bin/csh/USD.doc/csh.42
-rw-r--r--bin/csh/USD.doc/csh.a2
-rw-r--r--bin/csh/USD.doc/csh.g2
-rw-r--r--bin/csh/USD.doc/tabs2
-rw-r--r--bin/csh/alloc.c2
-rw-r--r--bin/csh/char.c2
-rw-r--r--bin/csh/char.h2
-rw-r--r--bin/csh/const.c2
-rw-r--r--bin/csh/csh.12
-rw-r--r--bin/csh/csh.c2
-rw-r--r--bin/csh/csh.h2
-rw-r--r--bin/csh/dir.c2
-rw-r--r--bin/csh/dir.h2
-rw-r--r--bin/csh/dol.c2
-rw-r--r--bin/csh/err.c2
-rw-r--r--bin/csh/exec.c2
-rw-r--r--bin/csh/exp.c2
-rw-r--r--bin/csh/extern.h2
-rw-r--r--bin/csh/file.c2
-rw-r--r--bin/csh/func.c2
-rw-r--r--bin/csh/glob.c2
-rw-r--r--bin/csh/hist.c2
-rw-r--r--bin/csh/init.c2
-rw-r--r--bin/csh/lex.c2
-rw-r--r--bin/csh/misc.c2
-rw-r--r--bin/csh/parse.c2
-rw-r--r--bin/csh/pathnames.h2
-rw-r--r--bin/csh/proc.c2
-rw-r--r--bin/csh/proc.h2
-rw-r--r--bin/csh/sem.c2
-rw-r--r--bin/csh/set.c2
-rw-r--r--bin/csh/str.c2
-rw-r--r--bin/csh/time.c2
38 files changed, 38 insertions, 38 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 0dc44c5..cd05e53 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 $
+# $FreeBSD$
# @(#)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 c85e280..e067417 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$
+# $FreeBSD$
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 34c8e13..0f5b387 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$
+.\" $FreeBSD$
.\"
.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 29fabea..18d9439 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$
+.\" $FreeBSD$
.\"
.nr H1 1
.NH
diff --git a/bin/csh/USD.doc/csh.3 b/bin/csh/USD.doc/csh.3
index d6e3819..6a85fe0 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$
+.\" $FreeBSD$
.\"
.nr H1 2
.NH
diff --git a/bin/csh/USD.doc/csh.4 b/bin/csh/USD.doc/csh.4
index 2b2aaa9..8a2bcbd 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$
+.\" $FreeBSD$
.\"
.nr H1 3
.NH
diff --git a/bin/csh/USD.doc/csh.a b/bin/csh/USD.doc/csh.a
index f01312a..176534f 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$
+.\" $FreeBSD$
.\"
.SH
Appendix \- Special characters
diff --git a/bin/csh/USD.doc/csh.g b/bin/csh/USD.doc/csh.g
index ac27152..4115173 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$
+.\" $FreeBSD$
.\"
.SH
Glossary
diff --git a/bin/csh/USD.doc/tabs b/bin/csh/USD.doc/tabs
index 84deab7..7066e07 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$
+.\" $FreeBSD$
.\"
.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 142206b..1653329 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/char.c b/bin/csh/char.c
index 9ae8b21..b2aa378 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/char.h b/bin/csh/char.h
index 9fba6f7..396e7ab 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$
+ * $FreeBSD$
*/
#include <ctype.h>
diff --git a/bin/csh/const.c b/bin/csh/const.c
index bf04f32..41de3c1 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1
index abdc4e8..af0fc3e 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.11 1998/07/27 21:31:19 nectar Exp $
+.\" $FreeBSD$
.\"
.Dd January 21, 1994
.Dt CSH 1
diff --git a/bin/csh/csh.c b/bin/csh/csh.c
index e879e5c..0bbc557 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.13 1998/02/28 10:49:52 jraynard Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/csh.h b/bin/csh/csh.h
index 7193dcb..cf6723f 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.6 1997/08/08 00:53:59 steve Exp $
+ * $FreeBSD$
*/
/*
diff --git a/bin/csh/dir.c b/bin/csh/dir.c
index b1fc00d..62acd39 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.8 1998/06/09 03:38:37 imp Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/dir.h b/bin/csh/dir.h
index ec57104..285acb7 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$
+ * $FreeBSD$
*/
/*
diff --git a/bin/csh/dol.c b/bin/csh/dol.c
index 79a5349..fdab107 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.8 1998/05/13 07:28:52 charnier Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/err.c b/bin/csh/err.c
index 82b03a1..9eb689d 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.8 1998/05/13 07:28:55 charnier Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/exec.c b/bin/csh/exec.c
index c47cf7d..64d45d2 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/exp.c b/bin/csh/exp.c
index 46ba511..b6ec280 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/extern.h b/bin/csh/extern.h
index d49a3f1..a1cbfcb 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 $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/bin/csh/file.c b/bin/csh/file.c
index 6a3f94b..a1f5ab2 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/func.c b/bin/csh/func.c
index 0b1326a..070fc84 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.12 1999/04/25 21:13:32 imp Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/glob.c b/bin/csh/glob.c
index 589ad61..09c928a 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/hist.c b/bin/csh/hist.c
index f76edec..2df74e1 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/init.c b/bin/csh/init.c
index e74bec3..c290a6b 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/lex.c b/bin/csh/lex.c
index c234b98..6ea61ac 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.11 1999/04/25 21:13:32 imp Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/misc.c b/bin/csh/misc.c
index 0584a3d..56491d1 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/parse.c b/bin/csh/parse.c
index c4bf182..4cb2fcf 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h
index 9fc456e..bcdb4ca 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 $
+ * $FreeBSD$
*/
#define _PATH_BIN "/bin"
diff --git a/bin/csh/proc.c b/bin/csh/proc.c
index 503681b..a6631ec 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.9 1998/05/06 06:50:58 charnier Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/proc.h b/bin/csh/proc.h
index c621a74..0aa5259 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$
+ * $FreeBSD$
*/
/*
diff --git a/bin/csh/sem.c b/bin/csh/sem.c
index 33047f7..ee7eb20 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.9 1999/04/25 21:13:32 imp Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/set.c b/bin/csh/set.c
index 82785d1..af6c6cd 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.10 1998/05/13 07:29:15 charnier Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/str.c b/bin/csh/str.c
index ab84d5f..e205e22 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 $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
diff --git a/bin/csh/time.c b/bin/csh/time.c
index 95620ff..bda3874 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.8 1997/08/07 21:42:17 steve Exp $";
+ "$FreeBSD$";
#endif
#endif /* not lint */
OpenPOWER on IntegriCloud