diff options
Diffstat (limited to 'usr.sbin/sysctl')
-rw-r--r-- | usr.sbin/sysctl/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/sysctl/pathconf.c | 2 | ||||
-rw-r--r-- | usr.sbin/sysctl/sysctl.8 | 2 | ||||
-rw-r--r-- | usr.sbin/sysctl/sysctl.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sysctl/Makefile b/usr.sbin/sysctl/Makefile index e0c6a2238d457..7dd1a5c0838cc 100644 --- a/usr.sbin/sysctl/Makefile +++ b/usr.sbin/sysctl/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1997/12/18 15:34:08 bde Exp $ PROG= sysctl MAN8= sysctl.8 diff --git a/usr.sbin/sysctl/pathconf.c b/usr.sbin/sysctl/pathconf.c index 07f786d820863..65d12ced39cf6 100644 --- a/usr.sbin/sysctl/pathconf.c +++ b/usr.sbin/sysctl/pathconf.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)pathconf.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: pathconf.c,v 1.3 1997/10/20 12:53:53 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8 index 455dcaca85a42..d1457fd484e88 100644 --- a/usr.sbin/sysctl/sysctl.8 +++ b/usr.sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $Id: sysctl.8,v 1.16 1998/07/29 08:30:37 joerg Exp $ +.\" $Id: sysctl.8,v 1.17 1998/09/29 02:01:06 jkoshy Exp $ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c index 14247a08c225c..4303af77365cd 100644 --- a/usr.sbin/sysctl/sysctl.c +++ b/usr.sbin/sysctl/sysctl.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: sysctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: sysctl.c,v 1.17 1998/06/29 17:54:29 bde Exp $"; + "$Id: sysctl.c,v 1.18 1998/08/25 07:38:19 dfr Exp $"; #endif /* not lint */ #include <sys/types.h> |