diff options
author | Roy Marples <roy@marples.name> | 2008-11-04 14:28:51 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-11-04 14:28:51 +0000 |
commit | 03e8e0cb6817d7a0063b8c6b3738bb08a2db5121 (patch) | |
tree | bb4d94aae628b0bfb602c5b68d8f3d7283c22458 | |
parent | a3d266e7411397cd42569c41442c4437b1b7bd63 (diff) |
More Typos.
-rw-r--r-- | man/runscript.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index a6844340..eaded9f4 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -111,11 +111,11 @@ You should define a function for the service so that .Nm will start and stop it in the right order in relation to other services. -As it's a function it can be very flexable, see the example below. +As it's a function it can be very flexible, see the example below. Here is a list of the functions you can use in a .Ic depend function. You simply pass the names of the services to it to add to that -dpendency type, or prefix it with ! to remove it. +dependency type, or prefix it with ! to remove it. .Bl -tag -width "RC_DEFAULTLEVEL" .It Ic need The service will refuse to start until needed services have started and it |