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:
parent
f808cf7294
commit
16db09d8c1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user