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
This commit is contained in:
Tom Jones 2020-06-19 13:09:00 +00:00
parent 7a9dbc33f9
commit 135a55149a

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 20, 2011 .Dd June 19, 2020
.Dt APIC 4 .Dt APIC 4
.Os .Os
.Sh NAME .Sh NAME
@ -64,7 +64,7 @@ they receive from peripheral buses to one or more local APICs.
.Pp .Pp
Each local APIC includes one 32-bit programmable timer. Each local APIC includes one 32-bit programmable timer.
This driver uses them to supply kernel with one event timer named "LAPIC". 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. Because of local APIC nature it is per-CPU.
The timer frequency is not reported by the platform and so automatically The timer frequency is not reported by the platform and so automatically
measured by the driver on the first use. measured by the driver on the first use.