Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2020 13:09:00 +0000 (UTC)
From:      Tom Jones <thj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r362379 - head/share/man/man4
Message-ID:  <202006191309.05JD90AK059139@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thj
Date: Fri Jun 19 13:09:00 2020
New Revision: 362379
URL: https://svnweb.freebsd.org/changeset/base/362379

Log:
  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

Modified:
  head/share/man/man4/apic.4

Modified: head/share/man/man4/apic.4
==============================================================================
--- head/share/man/man4/apic.4	Fri Jun 19 12:38:27 2020	(r362378)
+++ head/share/man/man4/apic.4	Fri Jun 19 13:09:00 2020	(r362379)
@@ -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 loca
 .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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006191309.05JD90AK059139>