diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 15:22:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 15:22:04 +0000 |
commit | 39227ede1d1571192e12ac2f957951d79f36cfa5 (patch) | |
tree | 6299760e4ff4821e4c4f4c8b124b308b63b8f587 /man | |
parent | 28d9d86dd54c530c19141de3adf139e200f4da01 (diff) |
relicense as 2-clause BSD, with the kind permission of Gentoo
Diffstat (limited to 'man')
-rw-r--r-- | man/rc-status.8 | 8 | ||||
-rw-r--r-- | man/rc-update.8 | 10 | ||||
-rw-r--r-- | man/start-stop-daemon.8 | 2 |
3 files changed, 6 insertions, 14 deletions
diff --git a/man/rc-status.8 b/man/rc-status.8 index d78e4469..af86e60e 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -1,4 +1,4 @@ -.TH "BASELAYOUT" "8" "May 2004" "baselayout" "baselayout" +.TH "OPENRC" "8" "Nov 2007" "openrc" "openrc" .SH NAME rc-status \- show status info about runlevels .SH SYNOPSIS @@ -7,7 +7,7 @@ rc-status \- show status info about runlevels \fBrc-status\fR gathers and displays information about the status of init scripts in different runlevels. The default behavior is to show information about the current runlevel, but any runlevel can be quickly examined. -directory. They must also conform to the Gentoo runscript standard. +directory. They must also conform to the OpenRC runscript standard. .SH OPTIONS .TP \fB\-\-all (\-a)\fR @@ -27,11 +27,7 @@ Show services not assigned to any runlevel .TP \fB[runlevel]\fR Show information only for the named \fBrunlevel\fR -.SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ .SH "SEE ALSO" .BR rc-update (8) - -http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4 .SH AUTHORS Mike Frysinger <vapier@gentoo.org> diff --git a/man/rc-update.8 b/man/rc-update.8 index 03e79c84..b99146e1 100644 --- a/man/rc-update.8 +++ b/man/rc-update.8 @@ -1,4 +1,4 @@ -.TH "BASELAYOUT" "8" "May 2004" "baselayout" "baselayout" +.TH "OPENRC" "8" "Nov 2007" "openrc" "openrc" .SH NAME rc-update \- add and remove init scripts to a runlevel .SH SYNOPSIS @@ -8,12 +8,12 @@ rc-update \- add and remove init scripts to a runlevel .br \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 +OpenRC uses named runlevels. Rather than editing some obscure file or managing a directory of symlinks, \fBrc-update\fR exists to quickly add or delete init scripts from different runlevels. All scripts specified with this utility must reside in the \fI/etc/init.d\fR -directory. They must also conform to the Gentoo runscript standard. +directory. They must also conform to the OpenRC runscript standard. .SH OPTIONS .TP \fBadd (\-a)\fR \fIscript\fR \fI<runlevels>\fR @@ -35,9 +35,5 @@ Show all enabled scripts and the runlevels they belong to. If you specify view all init scripts, run with the \fI\-\-verbose\fR option. Example: rc-update show -.SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ .SH "SEE ALSO" .BR rc-status (8) - -http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4 diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 index ab9bc9c8..d674a0ba 100644 --- a/man/start-stop-daemon.8 +++ b/man/start-stop-daemon.8 @@ -1,4 +1,4 @@ -.TH "BASELAYOUT" "13" "April 2007" "baselayout" "baselayout" +.TH "OPENRC" "13" "Nov 2007" "openrc" "openrc" .SH NAME start\-stop\-daemon \- start and stop system daemon programs .SH SYNOPSIS |