summaryrefslogtreecommitdiffstats
path: root/share/man/man9/eventtimers.9
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-12-21 10:57:42 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-12-21 10:57:42 +0000
commit3d2f95b7b4e63f7a2ea5345802c6e7ef891866e0 (patch)
tree1650922b5dbd816ccc83ced12731fcb878dfd46d /share/man/man9/eventtimers.9
parent33d4745855250772eb7006652afc84193696c459 (diff)
downloadFreeBSD-src-3d2f95b7b4e63f7a2ea5345802c6e7ef891866e0.zip
FreeBSD-src-3d2f95b7b4e63f7a2ea5345802c6e7ef891866e0.tar.gz
Fix various mdoc issues and some EOL whitespace.
Found with: mandoc -Tlint
Diffstat (limited to 'share/man/man9/eventtimers.9')
-rw-r--r--share/man/man9/eventtimers.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/eventtimers.9 b/share/man/man9/eventtimers.9
index 09cd8b3..686f63c 100644
--- a/share/man/man9/eventtimers.9
+++ b/share/man/man9/eventtimers.9
@@ -179,13 +179,13 @@ methods control timers associated with the current CPU.
Driver may deregister its functionality by calling
.Fn et_deregister .
.Pp
-If the frequency of the clock hardware can change while it is
+If the frequency of the clock hardware can change while it is
running (for example, during power-saving modes), the driver must call
.Fn et_change_frequency
on each change.
If the given event timer is the active timer,
.Fn et_change_frequency
-stops the timer on all CPUs, updates
+stops the timer on all CPUs, updates
.Va et->frequency ,
then restarts the timer on all CPUs so that all
current events are rescheduled using the new frequency.
OpenPOWER on IntegriCloud