From 06b707f209d1011a6399f9128e71e7e93ee385eb Mon Sep 17 00:00:00 2001 From: Tom Jones Date: Thu, 2 Jul 2020 18:40:22 +0000 Subject: [PATCH] MFC r362379: Fix typo in apic.4 Reviewed by: bcr (manpages) Approved by: jtl (co-mentor) Differential Revision: https://reviews.freebsd.org/D2535 --- share/man/man4/apic.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/apic.4 b/share/man/man4/apic.4 index 1e7cc18070c..02d199b1775 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. -- 2.45.0