diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
| commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
| tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /usr.sbin/sysctl | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
This commit was manufactured by cvs2svn to create tagupstream/2.1.0_cvsrelease/2.1.0_cvs
'RELENG_2_1_0_RELEASE'.
This commit was manufactured to restore the state of the 2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.sbin/sysctl')
| -rw-r--r-- | usr.sbin/sysctl/sysctl.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/sysctl/sysctl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8 index 931ac35fd614..b38adb4bbb7a 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.5 1995/02/16 00:28:40 wollman Exp $ +.\" $Id: sysctl.8,v 1.6 1995/02/20 19:42:42 guido Exp $ .\" .Dd September 23, 1994 .Dt SYSCTL 8 diff --git a/usr.sbin/sysctl/sysctl.c b/usr.sbin/sysctl/sysctl.c index 25f404aafc12..a21641ff6e39 100644 --- a/usr.sbin/sysctl/sysctl.c +++ b/usr.sbin/sysctl/sysctl.c @@ -40,7 +40,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)sysctl.c 8.1 (Berkeley) 6/6/93"; */ static const char rcsid[] = - "$Id: sysctl.c,v 1.6.2.1 1995/06/02 10:50:54 davidg Exp $"; + "$Id: sysctl.c,v 1.7 1995/06/11 19:32:58 rgrimes Exp $"; #endif /* not lint */ #include <sys/param.h> |
