aboutsummaryrefslogtreecommitdiff
path: root/bin/csh
diff options
context:
space:
mode:
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 0dc44c5aaa60..cd05e53a5185 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 c85e28041507..e067417f94b3 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 34c8e13a4ea3..0f5b387220db 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 29fabea00a4b..18d9439240a5 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 d6e3819c55d9..6a85fe063716 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 2b2aaa9920a0..8a2bcbda5ecd 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 f01312a41b94..176534fac1d3 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 ac27152bccd6..41151735df23 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 84deab72a15f..7066e0716d36 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 142206bb8dd9..16533298f62f 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 9ae8b21d3631..b2aa378df682 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 9fba6f7157bf..396e7ab34067 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 bf04f329f930..41de3c124157 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 abdc4e88576b..af0fc3e49b8e 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 e879e5c137a0..0bbc55773c1b 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 7193dcbc3507..cf6723f92aeb 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 b1fc00d79f91..62acd391493c 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 ec57104831cf..285acb7ccca3 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 79a53496a040..fdab1077077f 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 82b03a183fce..9eb689d64665 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 c47cf7d2b59c..64d45d29fadd 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 46ba511c1a8c..b6ec28095c53 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 d49a3f182ec6..a1cbfcb5aa23 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 6a3f94b077b2..a1f5ab2f19bf 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 0b1326a5362c..070fc84754de 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 589ad61092e0..09c928a570ec 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 f76edece166d..2df74e1d1740 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 e74bec38c043..c290a6b5d85b 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 c234b98f2969..6ea61ace58ae 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 0584a3dc54a1..56491d12163f 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 c4bf1823fed3..4cb2fcf5af1c 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 9fc456e0c15f..bcdb4caf46f0 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 503681b74ddc..a6631ec3eb30 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 c621a742787f..0aa52595ba82 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 33047f7dfac4..ee7eb2076a61 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 82785d1032b1..af6c6cd19241 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 ab84d5f8f14d..e205e22ed6dd 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 95620ff2d4e9..bda3874b5dd1 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 */