svn commit: r348002 - head/share/man/man9

Mark Johnston markj at FreeBSD.org
Mon May 20 19:08:56 UTC 2019


Author: markj
Date: Mon May 20 19:08:55 2019
New Revision: 348002
URL: https://svnweb.freebsd.org/changeset/base/348002

Log:
  Typo.
  
  MFC after:	3 days

Modified:
  head/share/man/man9/DRIVER_MODULE.9

Modified: head/share/man/man9/DRIVER_MODULE.9
==============================================================================
--- head/share/man/man9/DRIVER_MODULE.9	Mon May 20 18:41:07 2019	(r348001)
+++ head/share/man/man9/DRIVER_MODULE.9	Mon May 20 19:08:55 2019	(r348002)
@@ -125,7 +125,7 @@ macro allows a driver to be registered for a specific 
 The boot time probe and attach process makes multiple passes over the
 device tree.
 Certain critical drivers that provide basic services needed by other
-devices are attach during earlier passes.
+devices are attached during earlier passes.
 Most drivers are attached in a final general pass.
 A driver that attaches during an early pass must register for a specific
 pass level


More information about the svn-src-head mailing list