diff options
Diffstat (limited to 'usr.bin/window')
100 files changed, 100 insertions, 100 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index 8d0daa4d8ad8..ab90044c1763 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/window/Makefile,v 1.11 2002/02/08 23:07:36 markm Exp $ PROG= window SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \ diff --git a/usr.bin/window/alias.h b/usr.bin/window/alias.h index 8b6aba37b7c5..0058b13f83ee 100644 --- a/usr.bin/window/alias.h +++ b/usr.bin/window/alias.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)alias.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/alias.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ #define alias var diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index cd9a6ebc8907..3763ff7ab001 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/char.c,v 1.4 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/char.h b/usr.bin/window/char.h index c4b957c6f84e..cfc9a14145f8 100644 --- a/usr.bin/window/char.h +++ b/usr.bin/window/char.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)char.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/char.h,v 1.4 2000/10/26 10:07:19 obrien Exp $ */ /* diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 698930ea4451..3447cf561820 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd.c,v 1.4 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 049171d3bbd5..14026ec708aa 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "@(#)$FreeBSD$"; + "@(#)$FreeBSD: src/usr.bin/window/cmd1.c,v 1.4 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index 9633b7386de7..188fb2d63a75 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd2.c,v 1.3 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index 27a3173bd018..362dbf7f84df 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd3.c,v 1.3 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index 82ed1bd7d5e6..1a724f7951de 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd4.c,v 1.3 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 60b0244d8622..e3e4aba9708b 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd5.c,v 1.3 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index 63689aa77c36..034ffec57c16 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd6.c,v 1.3 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 1039f2617464..8a11cea449d9 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/cmd7.c,v 1.4 2001/05/17 09:38:47 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 6294b936f498..7b79c07f6197 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/compress.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index 78cf892743c4..7daf47fb4a57 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/context.c,v 1.4 2004/07/28 07:12:30 kan Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/context.h b/usr.bin/window/context.h index df82b2707aed..87e7c5f5c1da 100644 --- a/usr.bin/window/context.h +++ b/usr.bin/window/context.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)context.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/context.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ #include <stdio.h> diff --git a/usr.bin/window/defs.h b/usr.bin/window/defs.h index 6601e5d95500..4f1155aa1a8d 100644 --- a/usr.bin/window/defs.h +++ b/usr.bin/window/defs.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/defs.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ #include "ww.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 7e759c14d047..cd3762f27c38 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/error.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 85a54899b625..77c7c213c7fa 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.h b/usr.bin/window/lcmd.h index 6c58e2d54719..c78c72612f52 100644 --- a/usr.bin/window/lcmd.h +++ b/usr.bin/window/lcmd.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)lcmd.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/lcmd.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ #define LCMD_NARG 20 /* maximum number of arguments */ diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index 1e072d6323b2..4dcaf07ad66e 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/lcmd1.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index a9972a9dfc96..347f868e7a9e 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/window/lcmd2.c,v 1.5 2004/04/04 19:11:01 charnier Exp $"); #include "defs.h" #include <string.h> /* System string definitions. */ diff --git a/usr.bin/window/local.h b/usr.bin/window/local.h index 685e320dc9f2..fec9b6d7e3ce 100644 --- a/usr.bin/window/local.h +++ b/usr.bin/window/local.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)local.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/local.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ /* diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 844ca7609d78..ea272ce881c3 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/main.c,v 1.8 2003/09/17 03:58:52 marcel Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index 70d41dd79ad8..3c282a645461 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/mloop.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/window/mystring.h b/usr.bin/window/mystring.h index 3d14ae681cc0..5a678e4eaa7a 100644 --- a/usr.bin/window/mystring.h +++ b/usr.bin/window/mystring.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)string.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/mystring.h,v 1.2 2000/10/26 10:00:52 obrien Exp $ */ #define STR_DEBUG diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h index 30a45037c483..0846fd9c3310 100644 --- a/usr.bin/window/parser.h +++ b/usr.bin/window/parser.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)parser.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/parser.h,v 1.2 2000/10/26 10:00:52 obrien Exp $ */ #include "value.h" diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index ac9f9d358fb5..1a6fdcbb4705 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser1.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 75552de9d015..6a3ac96fa938 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser2.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index bd36d41a4713..4f29c7dac2ee 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser3.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index 338bdfb98121..de5ebbe8392f 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser4.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index ddc81366c5c8..61f48e0d805d 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/parser5.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index 785d0a343fa4..d47236923246 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/scanner.c,v 1.5 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index 557c0beb878c..224762b02f90 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/startup.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 57b5fa101b8a..21c27eb1964f 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/string.c,v 1.5 2004/07/28 07:12:30 kan Exp $"; #endif /* not lint */ #include <string.h> /* System string definitions. */ diff --git a/usr.bin/window/token.h b/usr.bin/window/token.h index 5e3f72c0ac1e..25c715021d34 100644 --- a/usr.bin/window/token.h +++ b/usr.bin/window/token.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)token.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/token.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ #define token (cx.x_token) diff --git a/usr.bin/window/tt.h b/usr.bin/window/tt.h index 53fe7b3efa4a..a088819612e2 100644 --- a/usr.bin/window/tt.h +++ b/usr.bin/window/tt.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)tt.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/tt.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ /* diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index 53f177b002cb..7bac2b157ebe 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttf100.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index ba84e849694e..9f68c6f52a26 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttgeneric.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index e1dab1ecaa2f..a1654de0418b 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth19.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 54229b5ad334..58a28096c244 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tth29.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index 17b5961168df..4cb574f9735f 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttinit.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index 1be0fa056fd1..ba8fbfd4916c 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttoutput.c,v 1.5 2001/07/26 11:02:37 sheldonh Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index 5cc82e641ff7..b9a1e2eba9cf 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttermcap.c,v 1.4 2004/07/28 07:12:30 kan Exp $"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 86e0d5ae4f38..fc90c18a856c 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/tttvi925.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 5e023bac263d..5e8af0adf8f4 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse60.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index 37e0194b56f0..d393cda7ab8a 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -44,7 +44,7 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttwyse75.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 2fd6fb97d84b..4a0c112d9b8d 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzapple.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index 0e80711a3460..e4075b216b43 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/ttzentec.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/value.h b/usr.bin/window/value.h index b55e210b6ba5..f9c15088c310 100644 --- a/usr.bin/window/value.h +++ b/usr.bin/window/value.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)value.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/value.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ struct value { diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index 8ef317591ac7..bea3d8de795f 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/var.c,v 1.5 2004/07/28 07:12:30 kan Exp $"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/var.h b/usr.bin/window/var.h index 645d2da4b10d..b8bb4ddcc551 100644 --- a/usr.bin/window/var.h +++ b/usr.bin/window/var.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)var.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/var.h,v 1.2 2000/10/26 10:07:19 obrien Exp $ */ struct var { diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index c5f0e451725c..2d696b706e0b 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/win.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1 index 307ae2e92592..4dcc2e74beee 100644 --- a/usr.bin/window/window.1 +++ b/usr.bin/window/window.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)window.1 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/window/window.1,v 1.17 2005/02/13 22:25:26 ru Exp $ .\" .Dd December 30, 1993 .Dt WINDOW 1 diff --git a/usr.bin/window/ww.h b/usr.bin/window/ww.h index d843ef382536..5effa15181f7 100644 --- a/usr.bin/window/ww.h +++ b/usr.bin/window/ww.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)ww.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/ww.h,v 1.4 2000/10/16 08:28:50 brian Exp $ */ #include <sys/types.h> diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index 0a78f0605fae..44657d9f2542 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwadd.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index e02d4e5fa75e..92ad0b1fb46a 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwalloc.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 2d63b173982d..ac5b7c0f241a 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwbox.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 3ff46ece4059..7f3243e761fc 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwchild.c,v 1.5 2002/06/03 23:13:11 mike Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index ea58edcaa47f..ea8cbd39d147 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclose.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index bc0055eda7f5..53bd715e50a7 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreol.c,v 1.4 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 1b8452bf1d1b..d69350e131ae 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwclreos.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 5b804c2a2517..1be6d354b301 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwcursor.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 54062c20e45f..5653077df1b0 100644 --- a/usr.bin/window/wwdata.c +++ b/usr.bin/window/wwdata.c @@ -37,5 +37,5 @@ #ifndef lint static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdata.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index ba25cb00d3e9..cdacee2ec00f 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelchar.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index ef2912b16995..5fb6fadba457 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelete.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index dbeb12cd1dd9..2d81b495110c 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdelline.c,v 1.3 2001/05/17 09:38:48 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index 7988492de4a2..2251214758e1 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwdump.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include <string.h> diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index e8d62ab857b0..83a4cc7d852a 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwend.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include <signal.h> diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index f60f7fa0a436..8cc4d74a0afa 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwenviron.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 9282b87bcf7e..fd44b239b7c1 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwerror.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 414cc4bec8a4..9b2761838e42 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwflush.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index 5cdd7779c5a0..3da79a389e8a 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwframe.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index c0a14ea8fffb..6b5079b0e988 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwgets.c,v 1.5 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 480367292081..cb3490475fe8 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinit.c,v 1.13 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index a9a8c277eece..7bd5e11901b4 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinschar.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 60e8b054d720..a82f0f4addda 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwinsline.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index 7803557c16b6..3daa5248eb39 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwiomux.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index 50ecf8579161..df9774c8c28d 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwlabel.c,v 1.5 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index 945dca4e037d..91c6537c3cf5 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmisc.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index 5db6caecf4ec..06b6cf290387 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwmove.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index c6f906d8b752..57546d506a83 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwopen.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 1c74981aa775..1cd1fc4d7edd 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwprintf.c,v 1.4 2003/04/15 18:59:22 kan Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index d26280baf4c0..c28b33f56c32 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwpty.c,v 1.5 2001/09/28 22:46:13 billf Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 8d0780e443d4..5bf7a3f7b626 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputc.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index dbc2960c00c9..4100c8e68bac 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwputs.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 66ac69c50962..0146a32d6448 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredraw.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index bdc2f7092ebc..b6a9982fe6e2 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwredrawwin.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 3332273be459..8d2a7cf5027b 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwrint.c,v 1.4 2001/07/26 11:02:37 sheldonh Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index d0641a1e69c7..d28d9d1dffbe 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwscroll.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 443d1f31c5a6..afca0467aeda 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsize.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include <stdlib.h> diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 477f920a286c..4e7dfd39622c 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwspawn.c,v 1.6 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index ad3db5aa1106..a8075581b145 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwsuspend.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index 0be6590aeaff..d4acb260d44e 100644 --- a/usr.bin/window/wwterminfo.c +++ b/usr.bin/window/wwterminfo.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwterminfo.c,v 1.6 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #ifdef TERMINFO diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index 94de13cfbc1c..beb8318aecdb 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwtty.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 7fd6507046cc..9d2c18ec718d 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwunframe.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index 3c1ade7263e0..b948edcc6f69 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwupdate.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index 29b3b73fb54b..be6f97b4f232 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/wwwrite.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 82dcb33bd17f..a86a6def2ae6 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xx.c,v 1.4 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.h b/usr.bin/window/xx.h index e49b85ededbb..560a4edc60ed 100644 --- a/usr.bin/window/xx.h +++ b/usr.bin/window/xx.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)xx.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.bin/window/xx.h,v 1.2 2000/10/26 10:07:20 obrien Exp $ */ struct xx { diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index a6f9bed48931..6da49beecd93 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -37,7 +37,7 @@ #ifndef lint static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93"; static char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/window/xxflush.c,v 1.3 2001/05/17 09:38:49 obrien Exp $"; #endif /* not lint */ #include "ww.h" |