diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-20 00:53:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-20 00:53:36 +0200 |
commit | 7e8b3ddfa57d35f809689e76a82c3518ee89c29a (patch) | |
tree | bcc7e27cd0119ec086ff243bb7888bac6cfb7b2d | |
parent | grammaro (diff) | |
download | mds-7e8b3ddfa57d35f809689e76a82c3518ee89c29a.tar.gz mds-7e8b3ddfa57d35f809689e76a82c3518ee89c29a.tar.bz2 mds-7e8b3ddfa57d35f809689e76a82c3518ee89c29a.tar.xz |
m
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 432e908..1b94910 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -83,8 +83,8 @@ about flexibility and freedom 0@footnote{The freedom to run the program as you wish, for any purpose.}. The reason for having a display server architectured as a -microkernel is so that components can be added, remove -and replaced online. Additionally, the message passing +microkernel is so that components can be added, removed, +updated and replaced online. Additionally, the message passing between the servers makes it easy to design a system that lets you make clients that can listen on messages between the servers and perhaps modify them. This enables you to |