diff options
| author | wiz <wiz@NetBSD.org> | 2003-08-07 10:11:02 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-08-07 10:11:02 +0000 |
| commit | bf2d0ca59959b10792c3bfe574c7341cd2d7ecb7 (patch) | |
| tree | 89a39f88668780775e8122ae56dbb082e8e80062 /sbin/sysctl/sysctl.8 | |
| parent | 276d62f603d91eb70fa1c86be231f00146ffe7b3 (diff) | |
Mention /etc/sysctl.conf. Bump date. Closes PR 22213.
Diffstat (limited to 'sbin/sysctl/sysctl.8')
| -rw-r--r-- | sbin/sysctl/sysctl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index a1fff594c64..7703f62262a 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.8,v 1.96 2003/08/07 10:04:40 agc Exp $ +.\" $NetBSD: sysctl.8,v 1.97 2003/08/07 10:11:02 wiz Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)sysctl.8 8.1 (Berkeley) 6/6/93 .\" -.Dd July 3, 2003 +.Dd August 7, 2003 .Dt SYSCTL 8 .Os .Sh NAME @@ -429,6 +429,9 @@ Values and structure are vendor-defined, and no registry exists right now. .Sh FILES .Bl -tag -width xnetinet6/udp6Xvar.hx -compact +.It Pa /etc/sysctl.conf +.Nm +variables set at boot time .It Aq Pa sys/sysctl.h definitions for top level identifiers, second level kernel and hardware identifiers, and user level identifiers |
