svn commit: r362899 - stable/11/share/man/man4

Tom Jones thj at FreeBSD.org
Thu Jul 2 18:42:44 UTC 2020


Author: thj
Date: Thu Jul  2 18:42:43 2020
New Revision: 362899
URL: https://svnweb.freebsd.org/changeset/base/362899

Log:
  MFC r362379:
  
  Fix typo in apic.4
  
  Reviewed by:    bcr (manpages)
  Approved by:    jtl (co-mentor)
  Differential Revision:  https://reviews.freebsd.org/D25357

Modified:
  stable/11/share/man/man4/apic.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/apic.4
==============================================================================
--- stable/11/share/man/man4/apic.4	Thu Jul  2 18:40:22 2020	(r362898)
+++ stable/11/share/man/man4/apic.4	Thu Jul  2 18:42:43 2020	(r362899)
@@ -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.


More information about the svn-src-all mailing list