summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-21 09:10:59 +0000
committerRoy Marples <roy@marples.name>2008-03-21 09:10:59 +0000
commit494fb0a5f6df3c8da636f4db057fbb3994c1ad6c (patch)
tree445f85ba02a818b9bc1aac6e66ddd0ccff423a40 /man
parente505e6ea4131224d4f11e87d8b086c9e35b448a2 (diff)
downloadopenrc-494fb0a5f6df3c8da636f4db057fbb3994c1ad6c.tar.gz
openrc-494fb0a5f6df3c8da636f4db057fbb3994c1ad6c.tar.bz2
openrc-494fb0a5f6df3c8da636f4db057fbb3994c1ad6c.tar.xz
Add --list to rc-service to list all available services.
Diffstat (limited to 'man')
-rw-r--r--man/rc-service.810
1 files changed, 9 insertions, 1 deletions
diff --git a/man/rc-service.8 b/man/rc-service.8
index 840f22b..0668eaf 100644
--- a/man/rc-service.8
+++ b/man/rc-service.8
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd Mar 19, 2008
+.Dd Mar 21, 2008
.Dt RC-SERVICE 8 SMM
.Os OpenRC
.Sh NAME
@@ -32,10 +32,18 @@
.Nm
.Ar service cmd
.Op Ar ...
+.Nm
+.Fl l , -list
.Sh DESCRIPTION
Service scripts could be in different places on different systems.
.Nm
locates the specified service and runs it with the given arguments.
+.Pp
+If given the
+.Fl l , -list
+argument then
+.Nm
+will list all available services.
.Sh SEE ALSO
.Xr rc 8 ,
.Sh AUTHORS