summaryrefslogtreecommitdiff
path: root/usr.bin/window
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-21 05:50:02 +0000
commit1598515ece5ff1d40692c49b4a62801332aa8be1 (patch)
treead2cdc8d81a1a320072724c9959e53a092b6e5f2 /usr.bin/window
parent157f0596b9d3a9a573cfce94aa43e80f12142fb9 (diff)
Diffstat (limited to 'usr.bin/window')
-rw-r--r--usr.bin/window/Makefile2
-rw-r--r--usr.bin/window/cmd3.c2
-rw-r--r--usr.bin/window/cmd6.c2
-rw-r--r--usr.bin/window/cmd7.c2
-rw-r--r--usr.bin/window/context.c2
-rw-r--r--usr.bin/window/lcmd1.c2
-rw-r--r--usr.bin/window/lcmd2.c2
-rw-r--r--usr.bin/window/main.c2
-rw-r--r--usr.bin/window/mystring.h2
-rw-r--r--usr.bin/window/parser.h2
-rw-r--r--usr.bin/window/string.c2
-rw-r--r--usr.bin/window/ttoutput.c2
-rw-r--r--usr.bin/window/var.c2
-rw-r--r--usr.bin/window/window.12
-rw-r--r--usr.bin/window/wwchild.c2
-rw-r--r--usr.bin/window/wwerror.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile
index 700cb3de2e9e..50b049ed4b6c 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.3.14.1 2000/10/30 10:13:42 obrien 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/cmd3.c b/usr.bin/window/cmd3.c
index b74b52f99396..a73db75ceb77 100644
--- a/usr.bin/window/cmd3.c
+++ b/usr.bin/window/cmd3.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd3.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/cmd3.c,v 1.1.1.1.14.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd6.c b/usr.bin/window/cmd6.c
index ac3d472c98d1..0a4b3135f169 100644
--- a/usr.bin/window/cmd6.c
+++ b/usr.bin/window/cmd6.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd6.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/cmd6.c,v 1.1.1.1.14.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/cmd7.c b/usr.bin/window/cmd7.c
index 25c3ff03b510..aebf7fb8e06b 100644
--- a/usr.bin/window/cmd7.c
+++ b/usr.bin/window/cmd7.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)cmd7.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/cmd7.c,v 1.2.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include <stdlib.h>
diff --git a/usr.bin/window/context.c b/usr.bin/window/context.c
index e568a0cf78ce..d8190bd5c55f 100644
--- a/usr.bin/window/context.c
+++ b/usr.bin/window/context.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)context.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/context.c,v 1.1.1.1.14.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "value.h"
diff --git a/usr.bin/window/lcmd1.c b/usr.bin/window/lcmd1.c
index cc7c5303d7a1..fb4edac0a089 100644
--- a/usr.bin/window/lcmd1.c
+++ b/usr.bin/window/lcmd1.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd1.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/lcmd1.c,v 1.2.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/lcmd2.c b/usr.bin/window/lcmd2.c
index 7200f6039e54..47d8eb4aa4e0 100644
--- a/usr.bin/window/lcmd2.c
+++ b/usr.bin/window/lcmd2.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)lcmd2.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/lcmd2.c,v 1.2.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c
index 6d8a2d5816d7..da26e46287ee 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -42,7 +42,7 @@ char copyright[] =
#ifndef lint
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/main.c,v 1.5.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/usr.bin/window/mystring.h b/usr.bin/window/mystring.h
index 3d14ae681cc0..d229b8bdec35 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.2.1 2000/10/30 10:14:24 obrien Exp $
*/
#define STR_DEBUG
diff --git a/usr.bin/window/parser.h b/usr.bin/window/parser.h
index 30a45037c483..f089e37f930e 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.1.1.1.14.1 2000/10/30 10:13:42 obrien Exp $
*/
#include "value.h"
diff --git a/usr.bin/window/string.c b/usr.bin/window/string.c
index 29e3287f5695..97bfdb07f82e 100644
--- a/usr.bin/window/string.c
+++ b/usr.bin/window/string.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)string.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/string.c,v 1.2.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include <string.h> /* System string definitions. */
diff --git a/usr.bin/window/ttoutput.c b/usr.bin/window/ttoutput.c
index 6a2a36e1c1b3..aea7eec57d19 100644
--- a/usr.bin/window/ttoutput.c
+++ b/usr.bin/window/ttoutput.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/window/ttoutput.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $
*/
#ifndef lint
diff --git a/usr.bin/window/var.c b/usr.bin/window/var.c
index b2a894e46298..408129dc4d77 100644
--- a/usr.bin/window/var.c
+++ b/usr.bin/window/var.c
@@ -36,7 +36,7 @@
#ifndef lint
static char sccsid[] = "@(#)var.c 8.1 (Berkeley) 6/6/93";
-static char rcsid[] = "@(#)$FreeBSD$";
+static char rcsid[] = "@(#)$FreeBSD: src/usr.bin/window/var.c,v 1.2.6.1 2000/10/30 10:13:42 obrien Exp $";
#endif /* not lint */
#include "value.h"
diff --git a/usr.bin/window/window.1 b/usr.bin/window/window.1
index a61ad1c07b6e..fe030e8d3c98 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.5.2.3 2001/03/06 12:53:03 ru Exp $
.\"
.Dd December 30, 1993
.Dt WINDOW 1
diff --git a/usr.bin/window/wwchild.c b/usr.bin/window/wwchild.c
index 0e9646657df4..2135df833484 100644
--- a/usr.bin/window/wwchild.c
+++ b/usr.bin/window/wwchild.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/window/wwchild.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $
*/
#ifndef lint
diff --git a/usr.bin/window/wwerror.c b/usr.bin/window/wwerror.c
index c2b971c9f48e..60b5cf13b438 100644
--- a/usr.bin/window/wwerror.c
+++ b/usr.bin/window/wwerror.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/window/wwerror.c,v 1.1.1.1.14.1 2000/07/01 12:24:23 ps Exp $
*/
#ifndef lint