diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:19:54 +0000 |
commit | cc28c79becc0c69f0d33337062166295c1f52d63 (patch) | |
tree | 027a1716b81de12e9d3735d93dcaf4b08ccb78af /usr.bin/top | |
parent | a92e32c6e92d43c510782860a055a2d736966c11 (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 182714aa7021..26f8dea7086b 100644 --- a/usr.bin/top/Makefile +++ b/usr.bin/top/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/top/Makefile,v 1.11.14.1 2010/12/21 17:10:29 kensmith Exp $ TOPDIR= ${.CURDIR}/../../contrib/top .PATH: ${TOPDIR} diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c index 3f291617d777..28230f52781f 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.82.2.5.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/usr.bin/top/top.local.1 b/usr.bin/top/top.local.1 index cf2ba0161d8c..ce7ddfac3c5b 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.5.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ .SH "FreeBSD NOTES" .SH DISPLAY OF THREADS |