From 24d4e50eca03385c0f4b45f51092f4a5b4ccd0c1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 13 Jul 2015 08:22:09 +0000 Subject: Apply fixes suggested by Colin Booth --- doc/s6-rc.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/s6-rc.html') diff --git a/doc/s6-rc.html b/doc/s6-rc.html index ff18362..8d976d6 100644 --- a/doc/s6-rc.html +++ b/doc/s6-rc.html @@ -43,7 +43,7 @@ change.
      s6-rc help
-     s6-rc [ -l live ] [ -a ] list servicenames...
+     s6-rc [ -l live ] [ -a ] [ -u | -d ] list servicenames...
      s6-rc [ -l live ] [ -a ] [ -u | -d ] listall servicenames...
      s6-rc [ -l live ] [ -a ] [ -u | -d ] [ -p ] [ -v verbosity ] [ -n dryrunthrottle ] [ -t timeout ] change [ servicenames... ]
 
@@ -137,12 +137,15 @@ all brought down, then the wanted services are all brought up.

s6-rc list servicenames...

- Prints the selection. + Prints the selection. If the -d option has been given, +the selection is inverted before it is printed, i.e. all the +services but servicenames... will be printed.

This is mostly useful as s6-rc -a list, which simply prints -the list of currently active services. +the list of currently active services. s6-rc -da list +will print the list of currently down services.

s6-rc listall servicenames...

-- cgit v1.2.3