diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-12 04:36:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-12 04:36:46 +0000 |
commit | 0e94a1811d3a0a09a95a4896e07890c31b54c409 (patch) | |
tree | b86636f5172c62919742a8f602405729b4e869f4 /usr.sbin | |
parent | a8304155f5966c115e4962fd0b23501e72f62c86 (diff) |
Adjust references for sysctl(3) to sysctl(2)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rebound/rebound.8 | 6 | ||||
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.8 | 8 | ||||
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/rebound/rebound.8 b/usr.sbin/rebound/rebound.8 index 256684776d4..83de981a445 100644 --- a/usr.sbin/rebound/rebound.8 +++ b/usr.sbin/rebound/rebound.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rebound.8,v 1.8 2017/07/20 07:43:21 jmc Exp $ +.\" $OpenBSD: rebound.8,v 1.9 2018/01/12 04:36:45 deraadt Exp $ .\" .\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org> .\" @@ -13,7 +13,7 @@ .\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -.Dd $Mdocdate: July 20 2017 $ +.Dd $Mdocdate: January 12 2018 $ .Dt REBOUND 8 .Os .Sh NAME @@ -34,7 +34,7 @@ When .Nm starts, it sets the .Dv kern.dnsjackport -.Xr sysctl 3 +.Xr sysctl 2 which enables it to intercept all DNS traffic. .Pp If sent a diff --git a/usr.sbin/sensorsd/sensorsd.8 b/usr.sbin/sensorsd/sensorsd.8 index 1fff783c37b..775f57aadfe 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.24 2017/07/23 19:41:58 schwarze Exp $ +.\" $OpenBSD: sensorsd.8,v 1.25 2018/01/12 04:36:45 deraadt Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -16,7 +16,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: July 23 2017 $ +.Dd $Mdocdate: January 12 2018 $ .Dt SENSORSD 8 .Os .Sh NAME @@ -32,7 +32,7 @@ The .Nm utility retrieves sensor monitoring data like fan speed, temperature, voltage and RAID logical disk status from the -.Xr sysctl 3 +.Xr sysctl 2 .Va hw.sensors subtree. When the state of any monitored sensor changes, an alert is triggered. @@ -89,7 +89,7 @@ Configuration file for .Nm . .El .Sh SEE ALSO -.Xr sysctl 3 , +.Xr sysctl 2 , .Xr sensorsd.conf 5 , .Xr syslog.conf 5 , .Xr sysctl 8 diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5 index eca4a5f6465..84e4053abcc 100644 --- a/usr.sbin/sensorsd/sensorsd.conf.5 +++ b/usr.sbin/sensorsd/sensorsd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.conf.5,v 1.26 2017/07/23 19:41:58 schwarze Exp $ +.\" $OpenBSD: sensorsd.conf.5,v 1.27 2018/01/12 04:36:45 deraadt Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -16,7 +16,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: July 23 2017 $ +.Dd $Mdocdate: January 12 2018 $ .Dt SENSORSD.CONF 5 .Os .Sh NAME @@ -29,7 +29,7 @@ file is read by .Xr sensorsd 8 to configure hardware sensor monitoring. Each variable in the -.Xr sysctl 3 +.Xr sysctl 2 .Va hw.sensors subtree represents a sensor. Each sensor is matched by at most one entry in |