diff options
Diffstat (limited to 'sbin/sysctl')
-rw-r--r-- | sbin/sysctl/Makefile | 2 | ||||
-rw-r--r-- | sbin/sysctl/sysctl.8 | 2 | ||||
-rw-r--r-- | sbin/sysctl/sysctl.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 381f19918be3..4198a362f08f 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/sbin/sysctl/Makefile,v 1.9.32.1 2010/02/10 00:26:20 kensmith Exp $ PROG= sysctl WARNS?= 0 diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 4084290284e1..bd1d38fc5bc4 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sysctl/sysctl.8,v 1.61.2.1.8.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd November 28, 2007 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 9dcfcb06bfd9..4621d3efb9d2 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -38,7 +38,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: sysctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sbin/sysctl/sysctl.c,v 1.86.10.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* not lint */ #include <sys/param.h> |