From: mk Date: Wed, 30 Jul 2008 19:41:32 +0000 (+0000) Subject: In the .Fn entries for timeout_add_usec/nsec, don't call the parameter X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b6b85dfc41f0d266faa1df126c0015471d3f7687;p=openbsd In the .Fn entries for timeout_add_usec/nsec, don't call the parameter ``sec''. Instead, use usec/nsec. Agreed with/no opposition from blambert. --- diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 10257c76cce..caf6f8dbd0b 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.27 2008/07/24 17:31:59 mk Exp $ +.\" $OpenBSD: timeout.9,v 1.28 2008/07/30 19:41:32 mk Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski .\" 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: July 24 2008 $ +.Dd $Mdocdate: July 30 2008 $ .Dt TIMEOUT 9 .Os .Sh NAME @@ -64,9 +64,9 @@ .Ft void .Fn "timeout_add_sec" "struct timeout *to" "int sec" .Ft void -.Fn "timeout_add_usec" "struct timeout *to" "int sec" +.Fn "timeout_add_usec" "struct timeout *to" "int usec" .Ft void -.Fn "timeout_add_nsec" "struct timeout *to" "int sec" +.Fn "timeout_add_nsec" "struct timeout *to" "int nsec" .Sh DESCRIPTION The .Nm timeout