Author: imp
Date: Fri Dec 13 21:39:10 2019
New Revision: 355734
URL: https://svnweb.freebsd.org/changeset/base/355734

Log:
  Don't use contractions. Fix the date.
  
  Contractions cause problems for translators, so s/aren't/are not/ in the one
  place this slipped through.
  
  While here, noticed I commited with the date I did the work, not today's
  date. Fix that too.
  
  Noticed by: bjk@

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

Modified: head/share/man/man9/bus_delayed_attach_children.9
==============================================================================
--- head/share/man/man9/bus_delayed_attach_children.9   Fri Dec 13 21:38:08 
2019        (r355733)
+++ head/share/man/man9/bus_delayed_attach_children.9   Fri Dec 13 21:39:10 
2019        (r355734)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 29, 2019
+.Dd December 13, 2019
 .Dt BUS_DELAYED_ATTACH_CHILDREN 9
 .Os
 .Sh NAME
@@ -42,7 +42,7 @@ The
 function requests that the children of this device
 be attached when interrupts are running.
 If interrupts are currently running, this happens immediately.
-If interrupts aren't yet running, this happens after interrupts are enabled, 
but
+If interrupts are not yet running, this happens after interrupts are enabled, 
but
 before the system mounts root.
 .Sh RETURN VALUES
 A zero return value indicates success.
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to