diff options
| author | Roy Marples <roy@marples.name> | 2008-04-09 22:56:32 +0000 | 
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-04-09 22:56:32 +0000 | 
| commit | 0e38dcc4d2e9c6f56bf02ff660f63526a942027d (patch) | |
| tree | 0700ac5511494b0e8a862f60660ccb99de23f688 /man | |
| parent | 9176b77c2383f3a70f842b82dbdd4ab59f7c9bd3 (diff) | |
| download | openrc-0e38dcc4d2e9c6f56bf02ff660f63526a942027d.tar.xz | |
By default, rc-status now shows the statuses of the services in the current runlevel and any unassigned non stopped services, #52.
Diffstat (limited to 'man')
| -rw-r--r-- | man/rc-status.8 | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/man/rc-status.8 b/man/rc-status.8 index 0d4d9cc4..c84b3dc7 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -22,7 +22,7 @@  .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  .\" SUCH DAMAGE.  .\" -.Dd Feb 22, 2008 +.Dd Arp 9, 2008  .Dt RC-STATUS 8 SMM  .Os OpenRC  .Sh NAME @@ -36,7 +36,8 @@  .Nm  gathers and displays information about the status of services   in different runlevels.  The default behavior is to show information  -about the current runlevel, but any runlevel can be quickly examined. +about the current runlevel and any unassgined services that are not stopped, +but any runlevel can be quickly examined.  .Pp  The options are as follows:  .Bl -tag -width ".Fl test , test string" | 
