From d4bbfee2988e7492a5d2df80b8b2fe4709ee4307 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Tue, 20 Aug 2002 14:43:10 +0000 Subject: [PATCH] Insert missing 'are' to fix grammar bogon. MFC after: 3 days --- share/man/man8/rc.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index d60d7ff9df4..f987c60b2e6 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -105,7 +105,7 @@ At shutdown time, it is passed the string as its first and only argument. All .Nm rc.d -scripts expected to handle these arguments appropriately. +scripts are expected to handle these arguments appropriately. If no action needs to be taken at a given time (either boot time or shutdown time) the script should exit successfully and without producing an error message.