diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-04 16:00:27 +0000 |
| commit | 1c0442969cd576514acfce932c0a0798593c7af7 (patch) | |
| tree | 430cd197d61e20d51161de05e99c28dc8c06ae42 /bin/stty | |
| parent | 196dcb487d15e63d76c2cdd9ad58a847849c6e9e (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..263322db07fd 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.8 2001/12/04 01:57:46 obrien 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 bb909ad45b54..0f77d39685f7 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)cchar.c 8.5 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/cchar.c,v 1.13 2002/06/30 05:15:04 obrien Exp $"); #include <sys/types.h> diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 35d5f9afe554..193142a6a1bb 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.9 2002/02/02 06:50:56 imp Exp $ */ int c_cchars(const void *, const void *); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index 2406ecfda774..bbb416f27d94 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)gfmt.c 8.6 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/gfmt.c,v 1.19 2003/05/03 10:16:51 markm Exp $"); #include <sys/types.h> diff --git a/bin/stty/key.c b/bin/stty/key.c index 78bc2edc2868..8f25b9e14cd0 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)key.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/key.c,v 1.17 2002/06/30 05:15:04 obrien Exp $"); #include <sys/types.h> diff --git a/bin/stty/modes.c b/bin/stty/modes.c index d5400e7ba8b9..ec1d5a78e197 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/modes.c,v 1.12 2002/06/30 05:15:04 obrien Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/bin/stty/print.c b/bin/stty/print.c index 064d4e70688a..d63eda143532 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/print.c,v 1.18 2002/06/30 05:15:04 obrien Exp $"); #include <sys/types.h> diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 649032f0f913..0f1f7b8215e2 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.27 2001/11/29 15:46:54 green Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 70e36810856b..1e119845c4dd 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/stty.c,v 1.21 2003/05/01 16:58:57 obrien Exp $"); #include <sys/types.h> diff --git a/bin/stty/stty.h b/bin/stty/stty.h index d20f0c6a312f..91c710f9fc25 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.8 2001/05/18 11:04:19 kris Exp $ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index a2678d8be087..9cab1c73a17d 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)util.c 8.3 (Berkeley) 4/2/94"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/stty/util.c,v 1.10 2002/06/30 05:15:04 obrien Exp $"); #include <sys/types.h> #include <sys/stat.h> |
