diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-28 04:07:46 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-06-28 04:07:46 +0000 |
commit | 5c11983f9bec513c061c739396ecb8c1f30656e7 (patch) | |
tree | 6d2903d4ceb2b29bf1390982376391b8453f879c /share/man | |
parent | a50c6f898eee8b4262b0af5a07f768dfe405a3db (diff) |
While I'm reading this, complete the NAME section and fix a typo.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/timeout.9 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index c4f58e88991..c71a9ea4efd 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.9 2000/06/05 13:24:55 aaron Exp $ +.\" $OpenBSD: timeout.9,v 1.10 2000/06/28 04:07:45 aaron Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -32,7 +32,9 @@ .Sh NAME .Nm timeout_set , .Nm timeout_add , -.Nm timeout_del +.Nm timeout_del , +.Nm timeout_pending , +.Nm timeout_initialized .Nd execute a function after a specified period of time .Sh SYNOPSIS .Fd #include <sys/types.h> @@ -65,7 +67,7 @@ and .Pp The function .Fn timeout_set -Prepares the timeout structure +prepares the timeout structure .Fa to to be used in future calls to .Fn timeout_add @@ -84,7 +86,7 @@ structure can be used in repeatedly in .Fn timeout_add and .Fn timeout_del -and doesn't need to be reinitialized unless you wish to +and does not need to be reinitialized unless you wish to change the function called and/or the argument to it. .Pp The function |