summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-09-28 07:46:45 +0000
committerschwarze <schwarze@openbsd.org>2018-09-28 07:46:45 +0000
commit4f8c1c0b60dbbdcb1d5da9c60d26e1e600f58328 (patch)
tree4927130599801b60fa6511409c89c2c9e0775682 /share/man/man5
parentadd unveil(2) to tcpdump(8) (diff)
downloadwireguard-openbsd-4f8c1c0b60dbbdcb1d5da9c60d26e1e600f58328.tar.xz
wireguard-openbsd-4f8c1c0b60dbbdcb1d5da9c60d26e1e600f58328.zip
Add a cross reference to sysctl(2) to SEE ALSO.
People reading the present page will almost certainly need it because that's where all the sysctl variables are described.
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/sysctl.conf.55
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index 810f126a26e..d81e5a63443 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.conf.5,v 1.11 2007/05/31 19:19:58 jmc Exp $
+.\" $OpenBSD: sysctl.conf.5,v 1.12 2018/09/28 07:46:45 schwarze Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 28 2018 $
.Dt SYSCTL.CONF 5
.Os
.Sh NAME
@@ -50,6 +50,7 @@ the debugger, the following can be used:
ddb.panic=0
.Ed
.Sh SEE ALSO
+.Xr sysctl 2 ,
.Xr rc 8 ,
.Xr sysctl 8
.Sh HISTORY