diff options
author | ru <ru@FreeBSD.org> | 2004-06-16 08:33:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-06-16 08:33:57 +0000 |
commit | aa52a5a900bdec01cd64392151f45ae2b913614b (patch) | |
tree | 45340076f670c5a33c9f8979cfb69f5797c2be57 /share/man/man9/timeout.9 | |
parent | 075deb0c4c016fbd1931955599b44e3592fa397c (diff) | |
download | FreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.zip FreeBSD-src-aa52a5a900bdec01cd64392151f45ae2b913614b.tar.gz |
Assorted markup, spelling, and grammar fixes.
Diffstat (limited to 'share/man/man9/timeout.9')
-rw-r--r-- | share/man/man9/timeout.9 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index beb2553..94325ce 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -103,7 +103,9 @@ which can be used in conjunction with the function to request that a scheduled timeout be canceled. The .Fn timeout -call is the old style and new code should use the callout_* functions. +call is the old style and new code should use the +.Fn callout_* +functions. .Pp The function .Fn callout_handle_init @@ -144,7 +146,9 @@ The behavior of calling untimeout without a previously initialized handle is undefined. The .Fn untimeout -call is the old style and new code should use the callout_* functions. +call is the old style and new code should use the +.Fn callout_* +functions. .Pp As handles are recycled by the system, it is possible (although unlikely) that a handle from one invocation of @@ -176,7 +180,7 @@ The function .Fn callout_init initializes a callout so it can be passed to .Fn callout_stop , -.Fn callout_drain +.Fn callout_drain or .Fn callout_reset without any side effects. |