summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2013-04-24 20:44:53 +0000
committermatthew <matthew@openbsd.org>2013-04-24 20:44:53 +0000
commit8f0420d92102afa413725514823149877b032f2f (patch)
treee195ae02561ebe65d4c93c015b022e5d7f029f98 /share/man/man9
parentAdd tstohz(9) as the timespec analog to tvtohz(9). (diff)
downloadwireguard-openbsd-8f0420d92102afa413725514823149877b032f2f.tar.xz
wireguard-openbsd-8f0420d92102afa413725514823149877b032f2f.zip
wording tweak from jmc
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/tvtohz.95
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/tvtohz.9 b/share/man/man9/tvtohz.9
index eca8a0d2953..71ca6d40c21 100644
--- a/share/man/man9/tvtohz.9
+++ b/share/man/man9/tvtohz.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tvtohz.9,v 1.6 2013/04/24 17:29:02 matthew Exp $
+.\" $OpenBSD: tvtohz.9,v 1.7 2013/04/24 20:44:53 matthew Exp $
.\"
.\" Copyright (c) 1999 Marc Espie
.\" All rights reserved.
@@ -46,7 +46,8 @@ and
functions compute the number of
.Va hz
in the specified amount of time.
-These are mainly used to translate a timeval or timespec
+They are mainly used to translate a timeval or timespec,
+respectively,
into a suitable argument for
.Xr timeout 9 .
.Sh CODE REFERENCES