aboutsummaryrefslogtreecommitdiff
path: root/contrib/top
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-11-03 00:35:26 +0000
commit3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch)
tree60a81407b110eb6d80af1e0affba0ec353de6a9c /contrib/top
parent3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff)
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'contrib/top')
-rw-r--r--contrib/top/commands.c2
-rw-r--r--contrib/top/display.c2
-rw-r--r--contrib/top/machine.h2
-rw-r--r--contrib/top/screen.c2
-rw-r--r--contrib/top/top.X2
-rw-r--r--contrib/top/top.c2
-rw-r--r--contrib/top/top.h2
-rw-r--r--contrib/top/username.c2
-rw-r--r--contrib/top/utils.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 200f0cc3cb04..5625e48b6644 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -8,7 +8,7 @@
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/commands.c,v 1.12 2005/05/18 13:30:08 keramida Exp $
*/
/*
diff --git a/contrib/top/display.c b/contrib/top/display.c
index 9de895200644..bdc167988228 100644
--- a/contrib/top/display.c
+++ b/contrib/top/display.c
@@ -8,7 +8,7 @@
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/display.c,v 1.9 2005/05/19 13:34:19 keramida Exp $
*/
/*
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 17e48cd8181b..a905179c5dd4 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/machine.h,v 1.7 2005/05/18 13:30:08 keramida Exp $
*/
/*
diff --git a/contrib/top/screen.c b/contrib/top/screen.c
index 348304cc2836..a3f19a36201c 100644
--- a/contrib/top/screen.c
+++ b/contrib/top/screen.c
@@ -8,7 +8,7 @@
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/screen.c,v 1.3 2000/09/16 19:36:18 peter Exp $
*/
/* This file contains the routines that interface to termcap and stty/gtty.
diff --git a/contrib/top/top.X b/contrib/top/top.X
index 8dfc94906009..1196f6f95ad4 100644
--- a/contrib/top/top.X
+++ b/contrib/top/top.X
@@ -1,6 +1,6 @@
.\" NOTE: changes to the manual page for "top" should be made in the
.\" file "top.X" and NOT in the file "top.1".
-.\" $FreeBSD$
+.\" $FreeBSD: src/contrib/top/top.X,v 1.12 2005/03/13 13:37:02 brueffer Exp $
.nr N %topn%
.nr D %delay%
.TH TOP 1 Local
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 00acd85181ac..d11f03396279 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -13,7 +13,7 @@ char *copyright =
* Copyright (c) 1994, 1995, William LeFebvre, Argonne National Laboratory
* Copyright (c) 1996, William LeFebvre, Group sys Consulting
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/top.c,v 1.17 2005/05/18 13:30:08 keramida Exp $
*/
/*
diff --git a/contrib/top/top.h b/contrib/top/top.h
index 59cdeed2d7d7..db89760aa510 100644
--- a/contrib/top/top.h
+++ b/contrib/top/top.h
@@ -1,5 +1,5 @@
/*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/top.h,v 1.3 2004/07/01 09:12:38 alfred Exp $
*/
/*
* Top - a top users display for Berkeley Unix
diff --git a/contrib/top/username.c b/contrib/top/username.c
index 23591866eb83..2cc45ed1db66 100644
--- a/contrib/top/username.c
+++ b/contrib/top/username.c
@@ -8,7 +8,7 @@
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/username.c,v 1.3 2002/06/09 19:29:55 mike Exp $
*/
/*
diff --git a/contrib/top/utils.c b/contrib/top/utils.c
index 906170ad67a3..93a4ae782077 100644
--- a/contrib/top/utils.c
+++ b/contrib/top/utils.c
@@ -8,7 +8,7 @@
* Copyright (c) 1984, 1989, William LeFebvre, Rice University
* Copyright (c) 1989, 1990, 1992, William LeFebvre, Northwestern University
*
- * $FreeBSD$
+ * $FreeBSD: src/contrib/top/utils.c,v 1.4 2002/01/24 17:58:42 dwmalone Exp $
*/
/*