summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'man/rc-update.8')
-rw-r--r--man/rc-update.89
1 files changed, 5 insertions, 4 deletions
diff --git a/man/rc-update.8 b/man/rc-update.8
index b5b1d8c..47db9ad 100644
--- a/man/rc-update.8
+++ b/man/rc-update.8
@@ -6,7 +6,7 @@ rc-update \- add and remove init scripts to a runlevel
.br
\fBrc-update\fR \fIdel\fR \fIscript\fR \fI[runlevels]\fR
.br
-\fBrc-update\fR \fIshow\fR \fI[runlevels]\fR
+\fBrc-update\fR \fIshow\fR \fI[\-\-verbose]\fR \fI[runlevels]\fR
.SH DESCRIPTION
Gentoo's init system uses named runlevels. Rather than editing some obscure
file or managing a directory of symlinks, \fBrc-update\fR exists to quickly
@@ -29,9 +29,10 @@ will be removed from all exists runlevels.
Example: rc-update del sysklogd
.TP
-\fBshow (\-s)\fR \fI[runlevels]\fR
-Show all init scripts and the runlevels they belong to. If you specify
-\fIrunlevels\fR to show, then only those will be included in the output.
+\fBshow (\-s)\fR \fI[\-v|\-\-verbose]\fR \fI[runlevels]\fR
+Show all enabled scripts and the runlevels they belong to. If you specify
+\fIrunlevels\fR to show, then only those will be included in the output. To
+view all init scripts, run with the \fI\-\-verbose\fR option.
Example: rc-update show
.SH "REPORTING BUGS"