summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2012-09-25 12:09:45 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2012-09-25 12:09:45 -0500
commitc08b1a6a3205c41bc14e466a6c47c7f309ae6cd2 (patch)
tree7f32f8f0be817eb231d602f16e10506e3b1ac23e
parent5615fa78d6dc4e23662a2c4130f31b8f954a8aab (diff)
downloadopenrc-c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2.tar.gz
openrc-c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2.tar.bz2
openrc-c08b1a6a3205c41bc14e466a6c47c7f309ae6cd2.tar.xz
small runscript man page cleanups
-rw-r--r--man/runscript.86
1 files changed, 3 insertions, 3 deletions
diff --git a/man/runscript.8 b/man/runscript.8
index 471c0f1..044bef7 100644
--- a/man/runscript.8
+++ b/man/runscript.8
@@ -37,7 +37,7 @@
.Op Ar command ...
.Sh DESCRIPTION
.Nm
-is basically an interpreter for shell scripts which provide an easy interface
+is basically an interpreter for shell scripts which provides an easy interface
to the often complex system commands and daemons.
When a service runs a command it first loads its multiplexed configuration
file, then its master configuration file, then
@@ -156,7 +156,7 @@ We provide this virtual service. For example, named provides dns.
.It Ic config
We should recalculate our dependencies if the listed files have changed.
.It Ic keyword
-Tags a service with a keyword. Here's the keywords we currently understand:-
+Tags a service with a keyword. These are the keywords we currently understand:
.Bl -tag -width indent
.It Dv -shutdown
Don't stop this service when shutting the system down.
@@ -358,7 +358,7 @@ offset. Otherwise it is undefined.
.It Va RC_UNAME
The result of `uname -s`.
.It Va RC_CMD
-This contains the name of the command the init script is executing, such
+This contains the name of the command the service script is executing, such
as start, stop, restart etc.
.El
.Sh FILES