diff options
Diffstat (limited to 'contrib/top')
-rw-r--r-- | contrib/top/commands.c | 2 | ||||
-rw-r--r-- | contrib/top/display.c | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | contrib/top/install-sh | 0 | ||||
-rw-r--r-- | contrib/top/layout.h | 2 | ||||
-rw-r--r-- | contrib/top/machine.h | 2 | ||||
-rw-r--r-- | contrib/top/screen.c | 2 | ||||
-rw-r--r-- | contrib/top/sigconv.awk | 2 | ||||
-rw-r--r-- | contrib/top/top.X | 2 | ||||
-rw-r--r-- | contrib/top/top.c | 2 | ||||
-rw-r--r-- | contrib/top/top.h | 2 | ||||
-rw-r--r-- | contrib/top/username.c | 2 | ||||
-rw-r--r-- | contrib/top/utils.c | 2 |
12 files changed, 11 insertions, 11 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c index 83f966d5e21b..80e51d8cc256 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.15.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/contrib/top/display.c b/contrib/top/display.c index 3fca57b5fdc7..059c2c9db3eb 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.10.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/contrib/top/install-sh b/contrib/top/install-sh index d8b6283eaca1..d8b6283eaca1 100755..100644 --- a/contrib/top/install-sh +++ b/contrib/top/install-sh diff --git a/contrib/top/layout.h b/contrib/top/layout.h index 1b2564e0a657..520148fb77d3 100644 --- a/contrib/top/layout.h +++ b/contrib/top/layout.h @@ -5,7 +5,7 @@ * display. These definitions are used by the routines in "display.c" for * cursor addressing. * - * $FreeBSD$ + * $FreeBSD: src/contrib/top/layout.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ extern int x_lastpid; /* 10 */ diff --git a/contrib/top/machine.h b/contrib/top/machine.h index a09424c19ca2..e095994dee75 100644 --- a/contrib/top/machine.h +++ b/contrib/top/machine.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/top/machine.h,v 1.11.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/contrib/top/screen.c b/contrib/top/screen.c index 348304cc2836..4995d9ec3f61 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.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* This file contains the routines that interface to termcap and stty/gtty. diff --git a/contrib/top/sigconv.awk b/contrib/top/sigconv.awk index 8e065fa1a355..e3b6549dbe72 100644 --- a/contrib/top/sigconv.awk +++ b/contrib/top/sigconv.awk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/contrib/top/sigconv.awk,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ BEGIN { nsig = 0; diff --git a/contrib/top/top.X b/contrib/top/top.X index 830e50dd2346..d51bef9a5545 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.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .nr N %topn% .nr D %delay% .TH TOP 1 Local diff --git a/contrib/top/top.c b/contrib/top/top.c index 762efaa2a723..6c21acf1e74c 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.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/contrib/top/top.h b/contrib/top/top.h index a281957c34bd..bd68d0986aca 100644 --- a/contrib/top/top.h +++ b/contrib/top/top.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/contrib/top/top.h,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* * Top - a top users display for Berkeley Unix diff --git a/contrib/top/username.c b/contrib/top/username.c index 23591866eb83..4eb8a2a1a886 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.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/contrib/top/utils.c b/contrib/top/utils.c index 906170ad67a3..3fc07eb46d5a 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.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* |