summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-28 21:18:14 +0000
committerru <ru@FreeBSD.org>2005-01-28 21:18:14 +0000
commit1c19ffd486c9fc95d308a305070e5a10169bfe60 (patch)
treeaaf41d1c2e96ea8c9f2493731bb50ceba819bfca /share
parentde77cf0b40afdb810cbe9e67076f54ea6ff3a2f3 (diff)
downloadFreeBSD-src-1c19ffd486c9fc95d308a305070e5a10169bfe60.zip
FreeBSD-src-1c19ffd486c9fc95d308a305070e5a10169bfe60.tar.gz
Fixed whitespace at EOL and double word.
Uncompact enumaration to make it look better.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/timeout.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9
index 424689c..19eaaf6 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -229,7 +229,7 @@ returns.
.Pp
The function
.Fn callout_reset
-first first performs the equivalent of
+first performs the equivalent of
.Fn callout_stop
to disestablish the callout, and then establishes a new callout in the
same manner as
@@ -293,7 +293,7 @@ tries to reset or stop the callout.
.Pp
The callout subsystem provides a number of mechanisms to address these
synchronization concerns:
-.Bl -enum -offset indent -compact
+.Bl -enum -offset indent
.It
The return value from
.Fn callout_stop
@@ -343,7 +343,7 @@ flag, and does not clear the
flag even after the callout function returns.
The mechanism described here requires the callout function itself to
clear the
-.Em active
+.Em active
flag using the
.Fn callout_deactivate
macro.
@@ -352,9 +352,9 @@ The
and
.Fn callout_drain
functions always clear both the
-.Em active
+.Em active
and
-.Em pending
+.Em pending
flags before returning.
.Pp
The callout function should first check the
OpenPOWER on IntegriCloud