aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/window/char.c3
-rw-r--r--usr.bin/window/cmd.c3
-rw-r--r--usr.bin/window/cmd1.c3
-rw-r--r--usr.bin/window/cmd2.c3
-rw-r--r--usr.bin/window/cmd3.c3
-rw-r--r--usr.bin/window/cmd4.c3
-rw-r--r--usr.bin/window/cmd5.c3
-rw-r--r--usr.bin/window/cmd6.c3
-rw-r--r--usr.bin/window/cmd7.c3
-rw-r--r--usr.bin/window/compress.c3
-rw-r--r--usr.bin/window/context.c3
-rw-r--r--usr.bin/window/error.c3
-rw-r--r--usr.bin/window/lcmd.c3
-rw-r--r--usr.bin/window/lcmd1.c3
-rw-r--r--usr.bin/window/lcmd2.c3
-rw-r--r--usr.bin/window/main.c3
-rw-r--r--usr.bin/window/mloop.c3
-rw-r--r--usr.bin/window/parser1.c3
-rw-r--r--usr.bin/window/parser2.c3
-rw-r--r--usr.bin/window/parser3.c3
-rw-r--r--usr.bin/window/parser4.c3
-rw-r--r--usr.bin/window/parser5.c3
-rw-r--r--usr.bin/window/scanner.c3
-rw-r--r--usr.bin/window/startup.c3
-rw-r--r--usr.bin/window/string.c3
-rw-r--r--usr.bin/window/ttf100.c3
-rw-r--r--usr.bin/window/ttgeneric.c3
-rw-r--r--usr.bin/window/tth19.c3
-rw-r--r--usr.bin/window/tth29.c3
-rw-r--r--usr.bin/window/ttinit.c3
-rw-r--r--usr.bin/window/ttoutput.c3
-rw-r--r--usr.bin/window/tttermcap.c3
-rw-r--r--usr.bin/window/tttvi925.c3
-rw-r--r--usr.bin/window/ttwyse60.c3
-rw-r--r--usr.bin/window/ttwyse75.c3
-rw-r--r--usr.bin/window/ttzapple.c3
-rw-r--r--usr.bin/window/ttzentec.c3
-rw-r--r--usr.bin/window/var.c3
-rw-r--r--usr.bin/window/win.c3
-rw-r--r--usr.bin/window/wwadd.c3
-rw-r--r--usr.bin/window/wwalloc.c3
-rw-r--r--usr.bin/window/wwbox.c3
-rw-r--r--usr.bin/window/wwchild.c3
-rw-r--r--usr.bin/window/wwclose.c3
-rw-r--r--usr.bin/window/wwclreol.c3
-rw-r--r--usr.bin/window/wwclreos.c3
-rw-r--r--usr.bin/window/wwcursor.c3
-rw-r--r--usr.bin/window/wwdata.c3
-rw-r--r--usr.bin/window/wwdelchar.c3
-rw-r--r--usr.bin/window/wwdelete.c3
-rw-r--r--usr.bin/window/wwdelline.c3
-rw-r--r--usr.bin/window/wwdump.c3
-rw-r--r--usr.bin/window/wwend.c3
-rw-r--r--usr.bin/window/wwenviron.c3
-rw-r--r--usr.bin/window/wwerror.c3
-rw-r--r--usr.bin/window/wwflush.c3
-rw-r--r--usr.bin/window/wwframe.c3
-rw-r--r--usr.bin/window/wwgets.c3
-rw-r--r--usr.bin/window/wwinit.c3
-rw-r--r--usr.bin/window/wwinschar.c3
-rw-r--r--usr.bin/window/wwinsline.c3
-rw-r--r--usr.bin/window/wwiomux.c3
-rw-r--r--usr.bin/window/wwlabel.c3
-rw-r--r--usr.bin/window/wwmisc.c3
-rw-r--r--usr.bin/window/wwmove.c3
-rw-r--r--usr.bin/window/wwopen.c3
-rw-r--r--usr.bin/window/wwprintf.c3
-rw-r--r--usr.bin/window/wwpty.c3
-rw-r--r--usr.bin/window/wwputc.c3
-rw-r--r--usr.bin/window/wwputs.c3
-rw-r--r--usr.bin/window/wwredraw.c3
-rw-r--r--usr.bin/window/wwredrawwin.c3
-rw-r--r--usr.bin/window/wwrint.c3
-rw-r--r--usr.bin/window/wwscroll.c3
-rw-r--r--usr.bin/window/wwsize.c3
-rw-r--r--usr.bin/window/wwspawn.c3
-rw-r--r--usr.bin/window/wwsuspend.c3
-rw-r--r--usr.bin/window/wwterminfo.c3
-rw-r--r--usr.bin/window/wwtty.c3
-rw-r--r--usr.bin/window/wwunframe.c3
-rw-r--r--usr.bin/window/wwupdate.c3
-rw-r--r--usr.bin/window/wwwrite.c3
-rw-r--r--usr.bin/window/xx.c3
-rw-r--r--usr.bin/window/xxflush.c3
84 files changed, 168 insertions, 84 deletions
diff --git a/usr.bin/window/char.c b/usr.bin/window/char.c
index 8680cd40b128..cd9a6ebc8907 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 66e5359d89a4..698930ea4451 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 9b632e641d5e..049171d3bbd5 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 da5aa9f41897..9633b7386de7 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 b74b52f99396..27a3173bd018 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 b4e32713b3b6..82ed1bd7d5e6 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 50e9b7ebc3bd..60b0244d8622 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 ac3d472c98d1..63689aa77c36 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 25c3ff03b510..1039f2617464 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 <stdlib.h>
diff --git a/usr.bin/window/compress.c b/usr.bin/window/compress.c
index 76e2a4d5eee8..6294b936f498 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 e568a0cf78ce..c190ff1dd00f 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 3d098ed23c8f..7e759c14d047 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 822198d8c917..85a54899b625 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 cc7c5303d7a1..1e072d6323b2 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 7200f6039e54..c9eaa2496a5e 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 6d8a2d5816d7..b618f14e7cf6 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 c33d0d7b48b2..70d41dd79ad8 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 <sys/param.h>
diff --git a/usr.bin/window/parser1.c b/usr.bin/window/parser1.c
index dbae10753778..ac9f9d358fb5 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 1e8c82f52c33..75552de9d015 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 628f80bfc24a..bd36d41a4713 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 dafa3c18a997..338bdfb98121 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 <string.h>
diff --git a/usr.bin/window/parser5.c b/usr.bin/window/parser5.c
index 43ca689ec326..ddc81366c5c8 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 e0140fc51dd2..785d0a343fa4 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 <ctype.h>
diff --git a/usr.bin/window/startup.c b/usr.bin/window/startup.c
index cbb2faa79371..557c0beb878c 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 29e3287f5695..949222e18e81 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 <string.h> /* System string definitions. */
diff --git a/usr.bin/window/ttf100.c b/usr.bin/window/ttf100.c
index 30e598e3ed5b..53f177b002cb 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 f74ea9ae7f44..ba84e849694e 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 2c589f8d1c94..e1dab1ecaa2f 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 7c5dba0a754c..54229b5ad334 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 f29289e65372..17b5961168df 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 cbefc294ccd2..cc9afd9c0e73 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 500fe6bf5a86..5f115a0bcfc8 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 680f996b97e1..86e0d5ae4f38 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 523ead6c94d8..5e023bac263d 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 01aeb60d4b1a..37e0194b56f0 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 43d6dfc4c775..2fd6fb97d84b 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 b7d2976a9ef6..0e80711a3460 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 b2a894e46298..f186460b798e 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 d0b4f7bffc07..c5f0e451725c 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 699500d0e170..0a78f0605fae 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 7f05d88c06cf..e02d4e5fa75e 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 <stdlib.h>
diff --git a/usr.bin/window/wwbox.c b/usr.bin/window/wwbox.c
index 1403f9aca39a..2d63b173982d 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 9ffc5d00b4bb..8b82fac129ec 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 0d9e3330b6f8..ea58edcaa47f 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 49075bde1554..bc0055eda7f5 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 0cba5a2ab831..1b8452bf1d1b 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 3959d64482c2..5b804c2a2517 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 6efee9ce6b1b..54062c20e45f 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 c03378f07b20..ba25cb00d3e9 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 d284d65e3a14..ef2912b16995 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 c3040d01cd2d..dbeb12cd1dd9 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 dd2d5df1e5df..7988492de4a2 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 <string.h>
diff --git a/usr.bin/window/wwend.c b/usr.bin/window/wwend.c
index 211058ddbe1e..e8d62ab857b0 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 <signal.h>
diff --git a/usr.bin/window/wwenviron.c b/usr.bin/window/wwenviron.c
index 02db17409f49..f60f7fa0a436 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 7e02209d543c..9282b87bcf7e 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 <errno.h>
diff --git a/usr.bin/window/wwflush.c b/usr.bin/window/wwflush.c
index 0576ebd2cb67..414cc4bec8a4 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 d1a26dae74b8..5cdd7779c5a0 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 527763b6abc3..c0a14ea8fffb 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 174e381d5b3d..480367292081 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 7884d94ee0e1..a9a8c277eece 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 09dc3b85a204..60e8b054d720 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 b6ea6b891bba..7803557c16b6 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 f3f8b2cf3614..50ecf8579161 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 2e77578a978f..945dca4e037d 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 0e23983f9bb9..5db6caecf4ec 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 ca77d16cc90b..c6f906d8b752 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 400b526a3adf..43df5a76b72f 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 19df1ece0476..9f84ab3351ec 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 9d94a5d40812..8d0780e443d4 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 d5d673a3f192..dbc2960c00c9 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 32a23055da59..66ac69c50962 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 4e12f18074a0..bdc2f7092ebc 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 2fdc39e4b2da..5d753f5e8540 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 0afd91faa013..d0641a1e69c7 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 295c8a5717fc..443d1f31c5a6 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 <stdlib.h>
diff --git a/usr.bin/window/wwspawn.c b/usr.bin/window/wwspawn.c
index 71c3db668a2a..477f920a286c 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 d3de5edba48f..ad3db5aa1106 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 496cd515bd5f..0be6590aeaff 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 0545d5f8664d..94de13cfbc1c 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 4641e8b6c8da..7fd6507046cc 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 f780716992be..3c1ade7263e0 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 cc6f7bc49d37..29b3b73fb54b 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 5a188da3786b..82dcb33bd17f 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 e119cd67634a..a6f9bed48931 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"