diff options
author | 2013-04-24 20:44:53 +0000 | |
---|---|---|
committer | 2013-04-24 20:44:53 +0000 | |
commit | 8f0420d92102afa413725514823149877b032f2f (patch) | |
tree | e195ae02561ebe65d4c93c015b022e5d7f029f98 /share/man/man9 | |
parent | Add tstohz(9) as the timespec analog to tvtohz(9). (diff) | |
download | wireguard-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.9 | 5 |
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 |