summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-15 09:50:14 +0000
committerRoy Marples <roy@marples.name>2008-01-15 09:50:14 +0000
commit38f8eee495494a4c08adb64faa5b2c37d059765c (patch)
treed45724e6917418291fdd5ae37249d2aa57a528eb /man
parenta1783d552d4867ff93d1b5e1d91110b229048dad (diff)
downloadopenrc-38f8eee495494a4c08adb64faa5b2c37d059765c.tar.gz
openrc-38f8eee495494a4c08adb64faa5b2c37d059765c.tar.bz2
openrc-38f8eee495494a4c08adb64faa5b2c37d059765c.tar.xz
We should not use options for rc-update, as add, delete and such are commands.
Diffstat (limited to 'man')
-rw-r--r--man/rc-update.814
1 files changed, 7 insertions, 7 deletions
diff --git a/man/rc-update.8 b/man/rc-update.8
index f4d0e54..852e9cb 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -1,4 +1,4 @@
-.\" Copyright 2007 Roy Marples
+.\" Copyright 2007-2008 Roy Marples
.\" All rights reserved
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Dec 15, 2007
+.Dd Jan 15, 2008
.Dt RC-UPDATE 8 SMM
.Os OpenRC
.Sh NAME
@@ -30,16 +30,16 @@
.Nd add and remove services to and from a runlevel
.Sh SYNOPSIS
.Nm
-.Fl a , -add
+.Ar add
.Ar service
.Op Ar runlevel ...
.Nm
-.Fl d , -delete
+.Ar delete
.Ar service
.Op Ar runlevel ...
.Nm
-.Fl s , -show
.Op Fl v , -verbose
+.Ar show
.Op Ar runlevel ...
.Sh DESCRIPTION
OpenRC uses named runlevels. Rather than editing some obscure
@@ -61,13 +61,13 @@ to the
or the current one if none given.
Services added to the boot runlevel must exist in
.Pa /etc/init.d .
-.It Fl d , -delete Ar service
+.It Ar delete Ar service
Delete the
.Ar service
from the
.Ar runlevel
or the current one if none given.
-.It Fl s , -show
+.It Ar show
Show all enabled services and the runlevels they belong to. If you specify
runlevels to show, then only those will be included in the output.
.It Fl v , -verbose