diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /usr.bin/top | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'usr.bin/top')
| -rw-r--r-- | usr.bin/top/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/top/machine.c | 2 | ||||
| -rw-r--r-- | usr.bin/top/top.local.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/top/Makefile b/usr.bin/top/Makefile index 08343da66f8b..070655be0c8b 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.10.26.1 2008/10/02 02:57:24 kensmith Exp $ PROG= top TOPDIR= ${.CURDIR}/../../contrib/top diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 9dc6fcf2ae8a..3fdd193a0310 100644 --- a/usr.bin/top/machine.c +++ b/usr.bin/top/machine.c @@ -20,7 +20,7 @@ * Wolfram Schneider <wosch@FreeBSD.org> * Thomas Moestl <tmoestl@gmx.net> * - * $FreeBSD$ + * $FreeBSD: src/usr.bin/top/machine.c,v 1.74.2.3.2.2 2008/10/27 18:00:39 jhb Exp $ */ #include <sys/param.h> diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index 75489b7c8291..b39cdc25bba1 100644 --- a/usr.bin/top/top.local.1 +++ b/usr.bin/top/top.local.1 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/top/top.local.1,v 1.3.22.1 2008/10/02 02:57:24 kensmith Exp $ .SH "FreeBSD NOTES" .SH DISPLAY OF THREADS |
