From ba39ea389307cc53bf53f9cbdb7bed3753940492 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 17 May 2001 09:38:49 +0000 Subject: Fix the rcsid's. --- usr.bin/window/char.c | 3 ++- usr.bin/window/cmd.c | 3 ++- usr.bin/window/cmd1.c | 3 ++- usr.bin/window/cmd2.c | 3 ++- usr.bin/window/cmd3.c | 3 ++- usr.bin/window/cmd4.c | 3 ++- usr.bin/window/cmd5.c | 3 ++- usr.bin/window/cmd6.c | 3 ++- usr.bin/window/cmd7.c | 3 ++- usr.bin/window/compress.c | 3 ++- usr.bin/window/context.c | 3 ++- usr.bin/window/error.c | 3 ++- usr.bin/window/lcmd.c | 3 ++- usr.bin/window/lcmd1.c | 3 ++- usr.bin/window/lcmd2.c | 3 ++- usr.bin/window/main.c | 3 ++- usr.bin/window/mloop.c | 3 ++- usr.bin/window/parser1.c | 3 ++- usr.bin/window/parser2.c | 3 ++- usr.bin/window/parser3.c | 3 ++- usr.bin/window/parser4.c | 3 ++- usr.bin/window/parser5.c | 3 ++- usr.bin/window/scanner.c | 3 ++- usr.bin/window/startup.c | 3 ++- usr.bin/window/string.c | 3 ++- usr.bin/window/ttf100.c | 3 ++- usr.bin/window/ttgeneric.c | 3 ++- usr.bin/window/tth19.c | 3 ++- usr.bin/window/tth29.c | 3 ++- usr.bin/window/ttinit.c | 3 ++- usr.bin/window/ttoutput.c | 3 ++- usr.bin/window/tttermcap.c | 3 ++- usr.bin/window/tttvi925.c | 3 ++- usr.bin/window/ttwyse60.c | 3 ++- usr.bin/window/ttwyse75.c | 3 ++- usr.bin/window/ttzapple.c | 3 ++- usr.bin/window/ttzentec.c | 3 ++- usr.bin/window/var.c | 3 ++- usr.bin/window/win.c | 3 ++- usr.bin/window/wwadd.c | 3 ++- usr.bin/window/wwalloc.c | 3 ++- usr.bin/window/wwbox.c | 3 ++- usr.bin/window/wwchild.c | 3 ++- usr.bin/window/wwclose.c | 3 ++- usr.bin/window/wwclreol.c | 3 ++- usr.bin/window/wwclreos.c | 3 ++- usr.bin/window/wwcursor.c | 3 ++- usr.bin/window/wwdata.c | 3 ++- usr.bin/window/wwdelchar.c | 3 ++- usr.bin/window/wwdelete.c | 3 ++- usr.bin/window/wwdelline.c | 3 ++- usr.bin/window/wwdump.c | 3 ++- usr.bin/window/wwend.c | 3 ++- usr.bin/window/wwenviron.c | 3 ++- usr.bin/window/wwerror.c | 3 ++- usr.bin/window/wwflush.c | 3 ++- usr.bin/window/wwframe.c | 3 ++- usr.bin/window/wwgets.c | 3 ++- usr.bin/window/wwinit.c | 3 ++- usr.bin/window/wwinschar.c | 3 ++- usr.bin/window/wwinsline.c | 3 ++- usr.bin/window/wwiomux.c | 3 ++- usr.bin/window/wwlabel.c | 3 ++- usr.bin/window/wwmisc.c | 3 ++- usr.bin/window/wwmove.c | 3 ++- usr.bin/window/wwopen.c | 3 ++- usr.bin/window/wwprintf.c | 3 ++- usr.bin/window/wwpty.c | 3 ++- usr.bin/window/wwputc.c | 3 ++- usr.bin/window/wwputs.c | 3 ++- usr.bin/window/wwredraw.c | 3 ++- usr.bin/window/wwredrawwin.c | 3 ++- usr.bin/window/wwrint.c | 3 ++- usr.bin/window/wwscroll.c | 3 ++- usr.bin/window/wwsize.c | 3 ++- usr.bin/window/wwspawn.c | 3 ++- usr.bin/window/wwsuspend.c | 3 ++- usr.bin/window/wwterminfo.c | 3 ++- usr.bin/window/wwtty.c | 3 ++- usr.bin/window/wwunframe.c | 3 ++- usr.bin/window/wwupdate.c | 3 ++- usr.bin/window/wwwrite.c | 3 ++- usr.bin/window/xx.c | 3 ++- usr.bin/window/xxflush.c | 3 ++- 84 files changed, 168 insertions(+), 84 deletions(-) (limited to 'usr.bin/window') diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c index 8680cd4..cd9a6eb 100644 --- a/usr.bin/window/char.c +++ b/usr.bin/window/char.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)char.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "char.h" diff --git a/usr.bin/window/cmd.c b/usr.bin/window/cmd.c index 66e5359..698930e 100644 --- a/usr.bin/window/cmd.c +++ b/usr.bin/window/cmd.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd1.c b/usr.bin/window/cmd1.c index 9b632e6..049171d 100644 --- a/usr.bin/window/cmd1.c +++ b/usr.bin/window/cmd1.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd1.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "@(#)$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd2.c b/usr.bin/window/cmd2.c index da5aa9f..9633b73 100644 --- a/usr.bin/window/cmd2.c +++ b/usr.bin/window/cmd2.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd2.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd3.c b/usr.bin/window/cmd3.c index b74b52f..27a3173 100644 --- a/usr.bin/window/cmd3.c +++ b/usr.bin/window/cmd3.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd4.c b/usr.bin/window/cmd4.c index b4e3271..82ed1bd 100644 --- a/usr.bin/window/cmd4.c +++ b/usr.bin/window/cmd4.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd4.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd5.c b/usr.bin/window/cmd5.c index 50e9b7e..60b0244 100644 --- a/usr.bin/window/cmd5.c +++ b/usr.bin/window/cmd5.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd5.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c index ac3d472..63689aa 100644 --- a/usr.bin/window/cmd6.c +++ b/usr.bin/window/cmd6.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c index 25c3ff0..1039f26 100644 --- a/usr.bin/window/cmd7.c +++ b/usr.bin/window/cmd7.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c index 76e2a4d..6294b93 100644 --- a/usr.bin/window/compress.c +++ b/usr.bin/window/compress.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)compress.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c index e568a0c..c190ff1 100644 --- a/usr.bin/window/context.c +++ b/usr.bin/window/context.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/error.c b/usr.bin/window/error.c index 3d098ed..7e759c1 100644 --- a/usr.bin/window/error.c +++ b/usr.bin/window/error.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)error.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd.c b/usr.bin/window/lcmd.c index 822198d..85a5489 100644 --- a/usr.bin/window/lcmd.c +++ b/usr.bin/window/lcmd.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)lcmd.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c index cc7c530..1e072d6 100644 --- a/usr.bin/window/lcmd1.c +++ b/usr.bin/window/lcmd1.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c index 7200f60..c9eaa24 100644 --- a/usr.bin/window/lcmd2.c +++ b/usr.bin/window/lcmd2.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c index 6d8a2d5..b618f14 100644 --- a/usr.bin/window/main.c +++ b/usr.bin/window/main.c @@ -42,7 +42,8 @@ char copyright[] = #ifndef lint static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/mloop.c b/usr.bin/window/mloop.c index c33d0d7..70d41dd 100644 --- a/usr.bin/window/mloop.c +++ b/usr.bin/window/mloop.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)mloop.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c index dbae107..ac9f9d3 100644 --- a/usr.bin/window/parser1.c +++ b/usr.bin/window/parser1.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser1.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser2.c b/usr.bin/window/parser2.c index 1e8c82f..75552de 100644 --- a/usr.bin/window/parser2.c +++ b/usr.bin/window/parser2.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser2.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser3.c b/usr.bin/window/parser3.c index 628f80b..bd36d41 100644 --- a/usr.bin/window/parser3.c +++ b/usr.bin/window/parser3.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser3.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/parser4.c b/usr.bin/window/parser4.c index dafa3c1..338bdfb 100644 --- a/usr.bin/window/parser4.c +++ b/usr.bin/window/parser4.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser4.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c index 43ca689..ddc8136 100644 --- a/usr.bin/window/parser5.c +++ b/usr.bin/window/parser5.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)parser5.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "parser.h" diff --git a/usr.bin/window/scanner.c b/usr.bin/window/scanner.c index e0140fc..785d0a3 100644 --- a/usr.bin/window/scanner.c +++ b/usr.bin/window/scanner.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)scanner.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c index cbb2faa7..557c0be 100644 --- a/usr.bin/window/startup.c +++ b/usr.bin/window/startup.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c index 29e3287..949222e 100644 --- a/usr.bin/window/string.c +++ b/usr.bin/window/string.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include /* System string definitions. */ diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c index 30e598e..53f177b 100644 --- a/usr.bin/window/ttf100.c +++ b/usr.bin/window/ttf100.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttf100.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttgeneric.c b/usr.bin/window/ttgeneric.c index f74ea9a..ba84e84 100644 --- a/usr.bin/window/ttgeneric.c +++ b/usr.bin/window/ttgeneric.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttgeneric.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth19.c b/usr.bin/window/tth19.c index 2c589f8..e1dab1e 100644 --- a/usr.bin/window/tth19.c +++ b/usr.bin/window/tth19.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)tth19.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tth29.c b/usr.bin/window/tth29.c index 7c5dba0..54229b5 100644 --- a/usr.bin/window/tth29.c +++ b/usr.bin/window/tth29.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)tth29.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttinit.c b/usr.bin/window/ttinit.c index f29289e..17b5961 100644 --- a/usr.bin/window/ttinit.c +++ b/usr.bin/window/ttinit.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttinit.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c index cbefc29..cc9afd9 100644 --- a/usr.bin/window/ttoutput.c +++ b/usr.bin/window/ttoutput.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttoutput.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/tttermcap.c b/usr.bin/window/tttermcap.c index 500fe6b..5f115a0 100644 --- a/usr.bin/window/tttermcap.c +++ b/usr.bin/window/tttermcap.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)tttermcap.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "tt.h" diff --git a/usr.bin/window/tttvi925.c b/usr.bin/window/tttvi925.c index 680f996..86e0d5a 100644 --- a/usr.bin/window/tttvi925.c +++ b/usr.bin/window/tttvi925.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)tttvi925.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse60.c b/usr.bin/window/ttwyse60.c index 523ead6..5e023ba 100644 --- a/usr.bin/window/ttwyse60.c +++ b/usr.bin/window/ttwyse60.c @@ -43,7 +43,8 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse60.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttwyse75.c b/usr.bin/window/ttwyse75.c index 01aeb60..37e0194 100644 --- a/usr.bin/window/ttwyse75.c +++ b/usr.bin/window/ttwyse75.c @@ -43,7 +43,8 @@ #ifndef lint static char sccsid[] = "@(#)ttwyse75.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzapple.c b/usr.bin/window/ttzapple.c index 43d6dfc..2fd6fb9 100644 --- a/usr.bin/window/ttzapple.c +++ b/usr.bin/window/ttzapple.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttzapple.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/ttzentec.c b/usr.bin/window/ttzentec.c index b7d2976..0e80711 100644 --- a/usr.bin/window/ttzentec.c +++ b/usr.bin/window/ttzentec.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)ttzentec.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c index b2a894e..f186460 100644 --- a/usr.bin/window/var.c +++ b/usr.bin/window/var.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "value.h" diff --git a/usr.bin/window/win.c b/usr.bin/window/win.c index d0b4f7b..c5f0e451 100644 --- a/usr.bin/window/win.c +++ b/usr.bin/window/win.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)win.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "defs.h" diff --git a/usr.bin/window/wwadd.c b/usr.bin/window/wwadd.c index 699500d..0a78f06 100644 --- a/usr.bin/window/wwadd.c +++ b/usr.bin/window/wwadd.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwadd.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwalloc.c b/usr.bin/window/wwalloc.c index 7f05d88..e02d4e5 100644 --- a/usr.bin/window/wwalloc.c +++ b/usr.bin/window/wwalloc.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwalloc.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c index 1403f9a..2d63b17 100644 --- a/usr.bin/window/wwbox.c +++ b/usr.bin/window/wwbox.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwbox.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c index 9ffc5d0..8b82fac 100644 --- a/usr.bin/window/wwchild.c +++ b/usr.bin/window/wwchild.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwchild.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclose.c b/usr.bin/window/wwclose.c index 0d9e333..ea58edc 100644 --- a/usr.bin/window/wwclose.c +++ b/usr.bin/window/wwclose.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwclose.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreol.c b/usr.bin/window/wwclreol.c index 49075bd..bc0055e 100644 --- a/usr.bin/window/wwclreol.c +++ b/usr.bin/window/wwclreol.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwclreol.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwclreos.c b/usr.bin/window/wwclreos.c index 0cba5a2..1b8452b 100644 --- a/usr.bin/window/wwclreos.c +++ b/usr.bin/window/wwclreos.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwclreos.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwcursor.c b/usr.bin/window/wwcursor.c index 3959d644..5b804c2 100644 --- a/usr.bin/window/wwcursor.c +++ b/usr.bin/window/wwcursor.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwcursor.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdata.c b/usr.bin/window/wwdata.c index 6efee9c..54062c2 100644 --- a/usr.bin/window/wwdata.c +++ b/usr.bin/window/wwdata.c @@ -36,5 +36,6 @@ #ifndef lint static char sccsid[] = "@(#)wwdata.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ diff --git a/usr.bin/window/wwdelchar.c b/usr.bin/window/wwdelchar.c index c03378f..ba25cb0 100644 --- a/usr.bin/window/wwdelchar.c +++ b/usr.bin/window/wwdelchar.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwdelchar.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelete.c b/usr.bin/window/wwdelete.c index d284d65..ef2912b 100644 --- a/usr.bin/window/wwdelete.c +++ b/usr.bin/window/wwdelete.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwdelete.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdelline.c b/usr.bin/window/wwdelline.c index c3040d01..dbeb12c 100644 --- a/usr.bin/window/wwdelline.c +++ b/usr.bin/window/wwdelline.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwdelline.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwdump.c b/usr.bin/window/wwdump.c index dd2d5df..7988492d 100644 --- a/usr.bin/window/wwdump.c +++ b/usr.bin/window/wwdump.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwdump.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c index 211058d..e8d62ab 100644 --- a/usr.bin/window/wwend.c +++ b/usr.bin/window/wwend.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwend.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c index 02db174..f60f7fa 100644 --- a/usr.bin/window/wwenviron.c +++ b/usr.bin/window/wwenviron.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwenviron.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c index 7e02209..9282b87 100644 --- a/usr.bin/window/wwerror.c +++ b/usr.bin/window/wwerror.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwerror.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c index 0576ebd..414cc4b 100644 --- a/usr.bin/window/wwflush.c +++ b/usr.bin/window/wwflush.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwflush.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwframe.c b/usr.bin/window/wwframe.c index d1a26da..5cdd777 100644 --- a/usr.bin/window/wwframe.c +++ b/usr.bin/window/wwframe.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwframe.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwgets.c b/usr.bin/window/wwgets.c index 527763b..c0a14ea 100644 --- a/usr.bin/window/wwgets.c +++ b/usr.bin/window/wwgets.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwgets.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinit.c b/usr.bin/window/wwinit.c index 174e381..4803672 100644 --- a/usr.bin/window/wwinit.c +++ b/usr.bin/window/wwinit.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwinit.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinschar.c b/usr.bin/window/wwinschar.c index 7884d94..a9a8c27 100644 --- a/usr.bin/window/wwinschar.c +++ b/usr.bin/window/wwinschar.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwinschar.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwinsline.c b/usr.bin/window/wwinsline.c index 09dc3b8..60e8b05 100644 --- a/usr.bin/window/wwinsline.c +++ b/usr.bin/window/wwinsline.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwinsline.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwiomux.c b/usr.bin/window/wwiomux.c index b6ea6b8..7803557 100644 --- a/usr.bin/window/wwiomux.c +++ b/usr.bin/window/wwiomux.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwiomux.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwlabel.c b/usr.bin/window/wwlabel.c index f3f8b2c..50ecf85 100644 --- a/usr.bin/window/wwlabel.c +++ b/usr.bin/window/wwlabel.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwlabel.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmisc.c b/usr.bin/window/wwmisc.c index 2e77578..945dca4 100644 --- a/usr.bin/window/wwmisc.c +++ b/usr.bin/window/wwmisc.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwmisc.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwmove.c b/usr.bin/window/wwmove.c index 0e23983..5db6cae 100644 --- a/usr.bin/window/wwmove.c +++ b/usr.bin/window/wwmove.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwmove.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwopen.c b/usr.bin/window/wwopen.c index ca77d16..c6f906d 100644 --- a/usr.bin/window/wwopen.c +++ b/usr.bin/window/wwopen.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwopen.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwprintf.c b/usr.bin/window/wwprintf.c index 400b526..43df5a7 100644 --- a/usr.bin/window/wwprintf.c +++ b/usr.bin/window/wwprintf.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwprintf.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwpty.c b/usr.bin/window/wwpty.c index 19df1ec..9f84ab3 100644 --- a/usr.bin/window/wwpty.c +++ b/usr.bin/window/wwpty.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwpty.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputc.c b/usr.bin/window/wwputc.c index 9d94a5d..8d0780e 100644 --- a/usr.bin/window/wwputc.c +++ b/usr.bin/window/wwputc.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwputc.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwputs.c b/usr.bin/window/wwputs.c index d5d673a..dbc2960 100644 --- a/usr.bin/window/wwputs.c +++ b/usr.bin/window/wwputs.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwputs.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredraw.c b/usr.bin/window/wwredraw.c index 32a2305..66ac69c 100644 --- a/usr.bin/window/wwredraw.c +++ b/usr.bin/window/wwredraw.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwredraw.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwredrawwin.c b/usr.bin/window/wwredrawwin.c index 4e12f18..bdc2f70 100644 --- a/usr.bin/window/wwredrawwin.c +++ b/usr.bin/window/wwredrawwin.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwredrawwin.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwrint.c b/usr.bin/window/wwrint.c index 2fdc39e..5d753f5 100644 --- a/usr.bin/window/wwrint.c +++ b/usr.bin/window/wwrint.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwrint.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwscroll.c b/usr.bin/window/wwscroll.c index 0afd91f..d0641a1 100644 --- a/usr.bin/window/wwscroll.c +++ b/usr.bin/window/wwscroll.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwscroll.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsize.c b/usr.bin/window/wwsize.c index 295c8a5..443d1f3 100644 --- a/usr.bin/window/wwsize.c +++ b/usr.bin/window/wwsize.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwsize.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c index 71c3db6..477f920 100644 --- a/usr.bin/window/wwspawn.c +++ b/usr.bin/window/wwspawn.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwspawn.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwsuspend.c b/usr.bin/window/wwsuspend.c index d3de5ed..ad3db5a 100644 --- a/usr.bin/window/wwsuspend.c +++ b/usr.bin/window/wwsuspend.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwsuspend.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwterminfo.c b/usr.bin/window/wwterminfo.c index 496cd51..0be6590 100644 --- a/usr.bin/window/wwterminfo.c +++ b/usr.bin/window/wwterminfo.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwterminfo.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #ifdef TERMINFO diff --git a/usr.bin/window/wwtty.c b/usr.bin/window/wwtty.c index 0545d5f..94de13c 100644 --- a/usr.bin/window/wwtty.c +++ b/usr.bin/window/wwtty.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwtty.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwunframe.c b/usr.bin/window/wwunframe.c index 4641e8b..7fd6507 100644 --- a/usr.bin/window/wwunframe.c +++ b/usr.bin/window/wwunframe.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwunframe.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwupdate.c b/usr.bin/window/wwupdate.c index f780716..3c1ade7 100644 --- a/usr.bin/window/wwupdate.c +++ b/usr.bin/window/wwupdate.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwupdate.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/wwwrite.c b/usr.bin/window/wwwrite.c index cc6f7bc..29b3b73 100644 --- a/usr.bin/window/wwwrite.c +++ b/usr.bin/window/wwwrite.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)wwwrite.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xx.c b/usr.bin/window/xx.c index 5a188da..82dcb33 100644 --- a/usr.bin/window/xx.c +++ b/usr.bin/window/xx.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)xx.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" diff --git a/usr.bin/window/xxflush.c b/usr.bin/window/xxflush.c index e119cd6..a6f9bed 100644 --- a/usr.bin/window/xxflush.c +++ b/usr.bin/window/xxflush.c @@ -36,7 +36,8 @@ #ifndef lint static char sccsid[] = "@(#)xxflush.c 8.1 (Berkeley) 6/6/93"; -static char rcsid[] = "@(#)$FreeBSD$"; +static char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ #include "ww.h" -- cgit v1.1