diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-31 01:25:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-31 01:25:54 +0200 |
commit | 1b465bd729a5a7b20a6d65f1c3fe0b16b4d57aa8 (patch) | |
tree | c99c90407c80e1b2d1d6ebbfefe93302879a7430 | |
parent | create and export process group (diff) | |
download | mds-1b465bd729a5a7b20a6d65f1c3fe0b16b4d57aa8.tar.gz mds-1b465bd729a5a7b20a6d65f1c3fe0b16b4d57aa8.tar.bz2 mds-1b465bd729a5a7b20a6d65f1c3fe0b16b4d57aa8.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | doc/info/mds.texinfo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index da2b744..92c4a22 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -875,8 +875,9 @@ to starta process in a new process group. An @command{mds} display server instance is comprised of multiple small servers that each implements a small part of the display server's functionallity. This chapter will -include all servers but the master sever and the kernel, -the latter of which is not actually a server. +include all servers but the master sever, @command{mds-server} +and the kernel, @command{mds}, the latter of which is not +actually a server. @menu * mds-echo:: The @command{mds-echo} server. |