diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /bin/stty | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (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 82b15eb7fcae5..7678ae565a680 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.34.1 2009/04/15 03:14:26 kensmith 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 37617ce83a8d5..9a63e8ff99310 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -33,7 +33,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.14.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/stty/extern.h b/bin/stty/extern.h index 8d0657cd0a9f0..3e1c1e80fdb95 100644 --- a/bin/stty/extern.h +++ b/bin/stty/extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/extern.h,v 1.10.28.1 2009/04/15 03:14:26 kensmith Exp $ */ int c_cchars(const void *, const void *); diff --git a/bin/stty/gfmt.c b/bin/stty/gfmt.c index c35a6fc4604db..c1423e55e2184 100644 --- a/bin/stty/gfmt.c +++ b/bin/stty/gfmt.c @@ -33,7 +33,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.20.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/stty/key.c b/bin/stty/key.c index 413f4d58dfa9b..8614175b83481 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -33,7 +33,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.20.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/stty/modes.c b/bin/stty/modes.c index e72e2dfc3ea58..50316a9d55a56 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -33,7 +33,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.13.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/bin/stty/print.c b/bin/stty/print.c index cf24d4f46529a..5e8a2cd893fc6 100644 --- a/bin/stty/print.c +++ b/bin/stty/print.c @@ -33,7 +33,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.20.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index f1f0107bdae75..ac36c331cadf4 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)stty.1 8.4 (Berkeley) 4/18/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/bin/stty/stty.1,v 1.33.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd April 18, 1994 .Dt STTY 1 diff --git a/bin/stty/stty.c b/bin/stty/stty.c index f6daaf076ad86..2805ad8737002 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -39,7 +39,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.23.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/bin/stty/stty.h b/bin/stty/stty.h index 77b85225f6cb4..17dafb42e2e0a 100644 --- a/bin/stty/stty.h +++ b/bin/stty/stty.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)stty.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $FreeBSD: src/bin/stty/stty.h,v 1.9.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/ioctl.h> diff --git a/bin/stty/util.c b/bin/stty/util.c index 5a4f0cfa47d07..eb71ccb365102 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -33,7 +33,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.11.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |
