summaryrefslogtreecommitdiffstats
path: root/share/man/man9/timeout.9
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man9/timeout.9
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man9/timeout.9')
-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 b5e390a..41a5096 100644
--- a/share/man/man9/timeout.9
+++ b/share/man/man9/timeout.9
@@ -95,7 +95,7 @@ The return value from
.Fn timeout
is a
.Ft struct callout_handle
-which can be used in conjunction with the
+which can be used in conjunction with the
.Fn untimeout
function to request that a scheduled timeout be canceled.
.Pp
@@ -156,10 +156,10 @@ Thus they are protected from re-entrancy.
.Pp
The functions
.Fn callout_init ,
-.Fn callout_stop
+.Fn callout_stop
and
.Fn callout_reset
-are low-level routines for clients who wish to allocate their own
+are low-level routines for clients who wish to allocate their own
callout structures.
.Pp
The function
@@ -187,7 +187,7 @@ The function
first calls
.Fn callout_stop
to disestablish the callout, and then establishes a new callout in the
-same manner as
+same manner as
.Fn timeout .
.Sh HISTORY
The current timeout and untimeout routines are based on the work of
@@ -206,7 +206,7 @@ was published by
and
.An A. Lauck
in the paper
-.%T "Hashed and Hierarchical Timing Wheels: Data Structures for the Efficient Implementation of a Timer Facility"
+.%T "Hashed and Hierarchical Timing Wheels: Data Structures for the Efficient Implementation of a Timer Facility"
in the
.%B "Proceedings of the 11th ACM Annual Symposium on Operating Systems Principles" .
The current implementation replaces the long standing BSD linked list
OpenPOWER on IntegriCloud