diff options
| -rw-r--r-- | doc/info/mds.texinfo | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 92c4a22..5d9f171 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -860,6 +860,11 @@ cmdipc -Srk $S             # Remove the semaphore.  mds-respawn @{ mds-bar @} &  # Spawn `mds-bar`.  @end example +This is however seldom necessary as @command{mds-reg} can +often be used instead, with more abstraction as you would +only need to specify what servers need to wait for, not +what they provide. +  Another useful command (and package) is @command{setpgrp}.  @command{mds} puts itself an all its children in a new  process group. However you may want to put processes that | 
