diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-23 03:42:06 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-23 03:42:06 +0200 |
commit | 3ec36f02a4ea0c1b669f08ff3ff5ac21c0039be0 (patch) | |
tree | c3f7b28a47b5a6afaa889e0b3d253f666b7a5191 | |
parent | typo (diff) | |
download | mds-3ec36f02a4ea0c1b669f08ff3ff5ac21c0039be0.tar.gz mds-3ec36f02a4ea0c1b669f08ff3ff5ac21c0039be0.tar.bz2 mds-3ec36f02a4ea0c1b669f08ff3ff5ac21c0039be0.tar.xz |
m style
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 276b3bf..bb4de5b 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -339,7 +339,7 @@ perhaps modify them. This enables you to do so much more with your display server. Moreover, if a single part of the system crashes it does not bring down the whole system, and the crashed server can be respawned -with minor side effects. @command{mds} is +with minor side-effects. @command{mds} is architectured in three layers: a microkernel, a master server and a collection of servers. And clients are actually located on the same layer as the @@ -368,7 +368,7 @@ privileges. All @command{mds}'s servers, that is all running parts of @command{mds} except the kernel, are designed so that they can re-execute themself so that -they can be updated online without any side effects. +they can be updated online without any side-effects. Servers serialises their state, saves it to RAM (in a directory created by the kernel), re-execute themself and loads their serialised state. The kernel cannot |