- Use .fn to markup untimeout in two places it was missing.

- Reword a confusing sentence.

PR:		docs/89810
Submitted by:	Marius Nuennerich marius dot nuennerich at gmx dot net
MFC after:	3 days
This commit is contained in:
John Baldwin 2005-12-01 19:16:35 +00:00
parent fdc504a929
commit 267b051a81
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152991

View file

@ -121,7 +121,9 @@ functions.
The function
.Fn callout_handle_init
can be used to initialize a handle to a state which will cause
any calls to untimeout with that handle to return with no side
any calls to
.Fn untimeout
with that handle to return with no side
effects.
.Pp
Assigning a callout handle the value of
@ -153,7 +155,9 @@ or assigned the value of
.Fn CALLOUT_HANDLE_INITIALIZER "&handle"
before being passed to
.Fn untimeout .
The behavior of calling untimeout without a previously initialized handle
The behavior of calling
.Fn untimeout
with an uninitialized handle
is undefined.
The
.Fn untimeout