summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeb <mikeb@openbsd.org>2015-06-11 16:04:55 +0000
committermikeb <mikeb@openbsd.org>2015-06-11 16:04:55 +0000
commit499cba82d9949f3c6bf5db94c0b38a30666c4efa (patch)
tree0b6578a0041bf143b9cc898b0a98664e3ca609e7
parentMove hzto(9) to the attic; OK dlg (diff)
downloadwireguard-openbsd-499cba82d9949f3c6bf5db94c0b38a30666c4efa.tar.xz
wireguard-openbsd-499cba82d9949f3c6bf5db94c0b38a30666c4efa.zip
Remove hzto(9) manual pages and references; OK dlg
-rw-r--r--share/man/man9/Makefile4
-rw-r--r--share/man/man9/hzto.952
-rw-r--r--share/man/man9/timeout.95
-rw-r--r--share/man/man9/tvtohz.95
4 files changed, 6 insertions, 60 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index d145186beb8..ca3d8baceaf 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.232 2015/05/05 16:38:20 mikeb Exp $
+# $OpenBSD: Makefile,v 1.233 2015/06/11 16:04:55 mikeb Exp $
# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@@ -14,7 +14,7 @@ MAN= aml_evalnode.9 atomic_add_int.9 atomic_cas_uint.9 \
domountroothooks.9 dostartuphooks.9 \
evcount.9 extent.9 fb_setup.9 file.9 fork1.9 \
getdevvp.9 getnewvnode.9 hash.9 hashinit.9 \
- hardclock.9 hook_establish.9 hz.9 hzto.9 idgen32.9 \
+ hardclock.9 hook_establish.9 hz.9 idgen32.9 \
ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 \
ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 \
ieee80211_radiotap.9 \
diff --git a/share/man/man9/hzto.9 b/share/man/man9/hzto.9
index 907a59ab528..e69de29bb2d 100644
--- a/share/man/man9/hzto.9
+++ b/share/man/man9/hzto.9
@@ -1,52 +0,0 @@
-.\" $OpenBSD: hzto.9,v 1.8 2013/06/04 19:27:07 schwarze Exp $
-.\"
-.\" Copyright (c) 1999 Marc Espie
-.\" All rights reserved.
-.\"
-.\" Redistribution and use in source and binary forms, with or without
-.\" modification, are permitted provided that the following conditions
-.\" are met:
-.\" 1. Redistributions of source code must retain the above copyright
-.\" notice, this list of conditions and the following disclaimer.
-.\" 2. Redistributions in binary form must reproduce the above copyright
-.\" notice, this list of conditions and the following disclaimer in the
-.\" documentation and/or other materials provided with the distribution.
-.\"
-.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-.\"
-.Dd $Mdocdate: June 4 2013 $
-.Dt HZTO 9
-.Os
-.Sh NAME
-.Nm hzto
-.Nd translate absolute time to timeout delay
-.Sh SYNOPSIS
-.In sys/types.h
-.In sys/time.h
-.In sys/systm.h
-.Ft int
-.Fn hzto "const struct timeval *tv"
-.Sh DESCRIPTION
-The
-.Fn hzto
-function computes the number of
-.Va hz
-until the specified time occurs.
-This is mainly used to translate a timeval into a suitable argument for
-.Xr timeout 9 .
-.Sh CODE REFERENCES
-This function is implemented in the file
-.Pa sys/kern/kern_clock.c .
-.Sh SEE ALSO
-.Xr hz 9 ,
-.Xr timeout 9 ,
-.Xr tvtohz 9
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index e741921d773..b732f95c4ee 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: timeout.9,v 1.39 2015/03/18 11:53:38 dlg Exp $
+.\" $OpenBSD: timeout.9,v 1.40 2015/06/11 16:04:55 mikeb Exp $
.\"
.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 18 2015 $
+.Dd $Mdocdate: June 11 2015 $
.Dt TIMEOUT 9
.Os
.Sh NAME
@@ -235,7 +235,6 @@ These functions are implemented in the file
.Pa sys/kern/kern_timeout.c .
.Sh SEE ALSO
.Xr hz 9 ,
-.Xr hzto 9 ,
.Xr splclock 9 ,
.Xr tsleep 9 ,
.Xr tvtohz 9
diff --git a/share/man/man9/tvtohz.9 b/share/man/man9/tvtohz.9
index bcd2c8ecfd0..213ebc44303 100644
--- a/share/man/man9/tvtohz.9
+++ b/share/man/man9/tvtohz.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tvtohz.9,v 1.8 2013/06/04 19:27:15 schwarze Exp $
+.\" $OpenBSD: tvtohz.9,v 1.9 2015/06/11 16:04:55 mikeb Exp $
.\"
.\" Copyright (c) 1999 Marc Espie
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 4 2013 $
+.Dd $Mdocdate: June 11 2015 $
.Dt TVTOHZ 9
.Os
.Sh NAME
@@ -55,5 +55,4 @@ These functions are implemented in the file
.Pa sys/kern/kern_clock.c .
.Sh SEE ALSO
.Xr hz 9 ,
-.Xr hzto 9 ,
.Xr timeout 9