diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-16 00:43:27 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-16 00:43:27 +0100 |
commit | 028d21b56d91c44e4109c2beeb7e3ca80c247943 (patch) | |
tree | a22c04cd5ed76de5c4a9165ce1385dbb629c174a /ipc.mdwn | |
parent | 25bb79367934d2dd24298efbe0874e7744e0e9d5 (diff) | |
download | web-028d21b56d91c44e4109c2beeb7e3ca80c247943.tar.gz web-028d21b56d91c44e4109c2beeb7e3ca80c247943.tar.bz2 web-028d21b56d91c44e4109c2beeb7e3ca80c247943.zip |
Fix some wiki links.
Diffstat (limited to 'ipc.mdwn')
-rw-r--r-- | ipc.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ On Unix, interprocess communication can be achieved using pipes. This is inefficient for large amounts of data as the data must be copied. This is generally not a problem as most services are provided by the Unix kernel and Unix is not designed to be -[[extensible]]. +[[extensible|extensibility]]. [[Microkernel]] systems, on the other hand, are generally composed of many components. As components are separated by their respective |