diff options
author | mav <mav@FreeBSD.org> | 2012-03-13 10:54:14 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2012-03-13 10:54:14 +0000 |
commit | 6305fd59a4505072cad584c3109fa95086c6a1bf (patch) | |
tree | a5baec0ff5c97fbe3ca537b84d95587d16644699 /share/man/man4/eventtimers.4 | |
parent | 5b5fc4e5856d75a0cda38add225366a3d7ff0035 (diff) | |
download | FreeBSD-src-6305fd59a4505072cad584c3109fa95086c6a1bf.zip FreeBSD-src-6305fd59a4505072cad584c3109fa95086c6a1bf.tar.gz |
Some formatting for r232919.
Submitted by: pluknet
Diffstat (limited to 'share/man/man4/eventtimers.4')
-rw-r--r-- | share/man/man4/eventtimers.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/eventtimers.4 b/share/man/man4/eventtimers.4 index 88ed860..4db4420 100644 --- a/share/man/man4/eventtimers.4 +++ b/share/man/man4/eventtimers.4 @@ -145,7 +145,9 @@ and runs in periodic mode, this option has no effect - all interrupts are always generating. .It Va kern.eventtimer.activetick makes each CPU to receive all kinds of timer interrupts when they are busy. -Disabling it allows to skip some hardclock() calls in some cases. +Disabling it allows to skip some +.Fn hardclock +calls in some cases. By default this options is enabled. If chosen timer is per-CPU, this option has no effect - all interrupts are always generating, as timer reprogramming is too expensive for that case. |