aboutsummaryrefslogtreecommitdiff
path: root/man/rc.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/rc.8')
-rw-r--r--man/rc.89
1 files changed, 5 insertions, 4 deletions
diff --git a/man/rc.8 b/man/rc.8
index 0d645bf5..dd457888 100644
--- a/man/rc.8
+++ b/man/rc.8
@@ -29,16 +29,17 @@
.Nd stops and starts services for the specified runlevel
.Sh SYNOPSIS
.Nm
+.Op Fl n , -no-stop
.Op Fl o , -override
.Op Ar runlevel
.Sh DESCRIPTION
.Nm
-first stops any services that are not for the runlevel and then starts any
-services in the runlevel and from stacked runlevels added by
+first stops any services that are not in the specified runlevel unless
+--no-stop is specified, then starts any services in the runlevel and
+stacked runlevels added by
.Nm rc-update
that are not currently started.
-If no runlevel is specified then we use the current runlevel the system
-is currently in.
+If no runlevel is specified, we use the current runlevel.
.Pp
There are some special runlevels that you should be aware of:
.Bl -tag -width "shutdown"