diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-07 02:35:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-07 02:35:14 +0200 |
commit | ca961a5c43c4c895d530c50df7eca09570385d3f (patch) | |
tree | 4155d8aec045719b56031c10e9bc923d1e693594 /doc/info/mds.texinfo | |
parent | info: why we do not use SIGRTMIN (diff) | |
download | mds-ca961a5c43c4c895d530c50df7eca09570385d3f.tar.gz mds-ca961a5c43c4c895d530c50df7eca09570385d3f.tar.bz2 mds-ca961a5c43c4c895d530c50df7eca09570385d3f.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 4a810fc..bb15694 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -109,7 +109,7 @@ to use. Then the kernel creates a domain socket for the master server and spawns the master server and respawns it if it crashes. Because of this, if the master server crashes it will not lose its socket when it is respawned. -The master server than, on its initial spawn, starts +The master server then, on its initial spawn, starts the all servers and other programs that the user have choosen and then starts accepting connections to it and coordinates messages between servers and clients. Further, @@ -129,7 +129,7 @@ kernel cannot do this because when it has spawned the master server it has no reason to re-execute, its only mission is to respawn the master server it if would happen to crash. It would technically be possible to enable the kernel to -re-execute but it is not worth it as it as no reason to +re-execute but it is not worth it as there is no reason to re-execute, and doing so puts the display server at risk of crashing. @@ -1225,7 +1225,7 @@ 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, @command{mds-server} +include all servers but the master server, @command{mds-server} and the kernel, @command{mds}, the latter of which is not actually a server. |