aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTom Jones <thj@FreeBSD.org>2020-06-19 13:09:00 +0000
committerTom Jones <thj@FreeBSD.org>2020-06-19 13:09:00 +0000
commit135a55149a5fc9d42554f19f4736f0567eca431d (patch)
tree71dcdb2020940ad1cddc2b4fad797ff5cc63844f /share
parent7a9dbc33f98b1666e15c6c6afc489220081d505d (diff)
downloadsrc-135a55149a5fc9d42554f19f4736f0567eca431d.tar.gz
src-135a55149a5fc9d42554f19f4736f0567eca431d.zip
Fix typo in apic.4
Reviewed by: bcr (manpages) Approved by: jtl (co-mentor) MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D25357
Notes
Notes: svn path=/head/; revision=362379
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/apic.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/apic.4 b/share/man/man4/apic.4
index 1e7cc18070cd..02d199b17754 100644
--- a/share/man/man4/apic.4
+++ b/share/man/man4/apic.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 20, 2011
+.Dd June 19, 2020
.Dt APIC 4
.Os
.Sh NAME
@@ -64,7 +64,7 @@ they receive from peripheral buses to one or more local APICs.
.Pp
Each local APIC includes one 32-bit programmable timer.
This driver uses them to supply kernel with one event timer named "LAPIC".
-Event timer provided by the driver supports both one-shot an periodic modes.
+Event timer provided by the driver supports both one-shot and periodic modes.
Because of local APIC nature it is per-CPU.
The timer frequency is not reported by the platform and so automatically
measured by the driver on the first use.