aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-08-20 14:43:10 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-08-20 14:43:10 +0000
commitd4bbfee2988e7492a5d2df80b8b2fe4709ee4307 (patch)
treeea8344da116217e288d565fcc5c4fabd025f905d
parent48093d339bed7eb5f5a28a245623f3a289073e44 (diff)
Notes
-rw-r--r--share/man/man8/rc.82
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index d60d7ff9df49..f987c60b2e66 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.