diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-12-23 01:19:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-05 22:09:33 -0800 |
commit | 6df531d33d0f3c3cad8edcafdcd62525ca30fc1f (patch) | |
tree | 43786bf4d09783f50033eb4449e354994e95d66a | |
parent | b2e9b91852ad4f405842032a6cc1396bffcafac0 (diff) |
Document the order of the services within rc-status output.
-rw-r--r-- | man/rc-status.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/rc-status.8 b/man/rc-status.8 index 8a014c5f..d1fd9061 100644 --- a/man/rc-status.8 +++ b/man/rc-status.8 @@ -62,6 +62,10 @@ Show information only for the named .Sh EXIT STATUS .Nm exits 0, except when checking for crashed services and it doesn't find any. +.Sh IMPLEMENTATION NOTES +.Nm +tries to list services within each runlevel in the presently resolved +dependency order if the dependency tree is available. .Sh SEE ALSO .Xr rc 8 , .Xr rc-update 8 |