summaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /sbin/sysctl
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/Makefile2
-rw-r--r--sbin/sysctl/sysctl.82
-rw-r--r--sbin/sysctl/sysctl.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile
index 381f19918be3..69d85ab7b9ce 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 2004/02/23 20:13:56 johan Exp $
PROG= sysctl
WARNS?= 0
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 4084290284e1..f71a003774e7 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 2007/12/02 08:48:30 remko Exp $
.\"
.Dd November 28, 2007
.Dt SYSCTL 8
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index 9dcfcb06bfd9..1548ea9e2877 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 2007/06/11 13:02:15 bde Exp $";
#endif /* not lint */
#include <sys/param.h>