diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 |
commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /bin/stty | |
parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) |
Diffstat (limited to 'bin/stty')
-rw-r--r-- | bin/stty/Makefile | 2 | ||||
-rw-r--r-- | bin/stty/cchar.c | 2 | ||||
-rw-r--r-- | bin/stty/extern.h | 2 | ||||
-rw-r--r-- | bin/stty/gfmt.c | 2 | ||||
-rw-r--r-- | bin/stty/key.c | 2 | ||||
-rw-r--r-- | bin/stty/modes.c | 2 | ||||
-rw-r--r-- | bin/stty/print.c | 2 | ||||
-rw-r--r-- | bin/stty/stty.1 | 2 | ||||
-rw-r--r-- | bin/stty/stty.c | 2 | ||||
-rw-r--r-- | bin/stty/stty.h | 2 | ||||
-rw-r--r-- | bin/stty/util.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 82b15eb7fcae..ef3bf266b585 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/bin/stty/Makefile,v 1.5 1999/08/27 23:15:39 peter Exp $ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 847cf749e0ac..6f00653ce072 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/cchar.c,v 1.9 1999/08/27 23:15:40 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 27869f852dfe..b02a03c648b5 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/extern.h,v 1.5 1999/08/27 23:15:40 peter Exp $ */ int c_cchars __P((const void *, const void *)); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index b34a1179f475..12adcb22bac8 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/gfmt.c,v 1.10 1999/08/27 23:15:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/key.c b/bin/stty/key.c index ba33a81c405f..dd939fbf90f6 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/key.c,v 1.11 1999/08/27 23:15:41 peter Exp $"; #endif #endif /* not lint */ diff --git a/bin/stty/modes.c b/bin/stty/modes.c index b1f333e1013f..5995ff58aacb 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/modes.c,v 1.8 1999/08/27 23:15:41 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/print.c b/bin/stty/print.c index a0149c24414f..0fcd12e24ff6 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/print.c,v 1.12 2000/01/29 16:44:08 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 26732d2d6a69..5dadce2ced34 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/stty/stty.1,v 1.13 2000/03/01 10:43:07 sheldonh Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 7a83c4f251b8..ca9f417b23ed 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/stty.c,v 1.13.2.1 2000/07/01 03:11:59 ps Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/bin/stty/stty.h b/bin/stty/stty.h index e122979d799d..5151d02885ab 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)stty.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/stty.h,v 1.5 1999/08/27 23:15:43 peter Exp $ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index b99e83f67d96..7a696f01f420 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/bin/stty/util.c,v 1.8 1999/08/27 23:15:43 peter Exp $"; #endif /* not lint */ #include <sys/types.h> |