From 16db09d8c1a36c19b4ef5e1826a1f48eb57be883 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 13 Dec 2019 21:39:10 +0000 Subject: [PATCH] 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@ --- share/man/man9/bus_delayed_attach_children.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/bus_delayed_attach_children.9 b/share/man/man9/bus_delayed_attach_children.9 index 724d90096537..0ba923d54b49 100644 --- a/share/man/man9/bus_delayed_attach_children.9 +++ b/share/man/man9/bus_delayed_attach_children.9 @@ -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.