diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /sbin/sysctl | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'sbin/sysctl')
| -rw-r--r-- | sbin/sysctl/Makefile | 2 | ||||
| -rw-r--r-- | sbin/sysctl/pathconf.c | 2 | ||||
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 2 | ||||
| -rw-r--r-- | sbin/sysctl/sysctl.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile index 46be1feb96b4..864a3eb21bc7 100644 --- a/sbin/sysctl/Makefile +++ b/sbin/sysctl/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1997/12/18 15:34:08 bde Exp $ +# $Id: Makefile,v 1.3.2.1 1999/05/10 19:44:31 obrien Exp $ PROG= sysctl MAN8= sysctl.8 diff --git a/sbin/sysctl/pathconf.c b/sbin/sysctl/pathconf.c index 07f786d82086..65d12ced39cf 100644 --- a/sbin/sysctl/pathconf.c +++ b/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/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index e959ecd77aff..cccf2a7025cc 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)sysctl.8 8.1 (Berkeley) 6/6/93 -.\" $Id: sysctl.8,v 1.17 1998/09/29 02:01:06 jkoshy Exp $ +.\" $Id: sysctl.8,v 1.18 1999/01/10 02:10:08 des Exp $ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index f264409d6b3d..4d288af33f29 100644 --- a/sbin/sysctl/sysctl.c +++ b/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.19 1998/11/08 19:27:43 phk Exp $"; + "$Id: sysctl.c,v 1.20 1999/01/10 02:10:08 des Exp $"; #endif /* not lint */ #include <sys/types.h> |
