summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2019-01-18 03:34:58 +0000
committerschwarze <schwarze@openbsd.org>2019-01-18 03:34:58 +0000
commit2190d4d932bde0e50545d2593d735a3962cc62b2 (patch)
treeaa4cc814a264f0e10815d648918f66051daa1c95
parentOops. Nuke debug statement that snuck it. (diff)
downloadwireguard-openbsd-2190d4d932bde0e50545d2593d735a3962cc62b2.tar.xz
wireguard-openbsd-2190d4d932bde0e50545d2593d735a3962cc62b2.zip
add missing .Vt markup
-rw-r--r--share/man/man9/tvtohz.912
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/tvtohz.9 b/share/man/man9/tvtohz.9
index 59af4709f7f..dd9f69cb0b1 100644
--- a/share/man/man9/tvtohz.9
+++ b/share/man/man9/tvtohz.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tvtohz.9,v 1.10 2019/01/17 23:01:26 tedu Exp $
+.\" $OpenBSD: tvtohz.9,v 1.11 2019/01/18 03:34:58 schwarze 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: January 17 2019 $
+.Dd $Mdocdate: January 18 2019 $
.Dt TVTOHZ 9
.Os
.Sh NAME
@@ -44,10 +44,14 @@ The
and
.Fn tstohz
functions return the number of ticks in the specified amount of time.
-If the return value would exceed the maximum value representable by an int,
+If the return value would exceed the maximum value representable by an
+.Vt int ,
it is capped at
.Dv INT_MAX .
-They are mainly used to translate a timeval or timespec,
+They are mainly used to translate a
+.Vt timeval
+or
+.Vt timespec ,
respectively,
into a suitable argument for
.Xr tsleep 9 .