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@
This commit is contained in:
Warner Losh 2019-12-13 21:39:10 +00:00
parent f808cf7294
commit 16db09d8c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=355734

View File

@ -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.