summaryrefslogtreecommitdiff
path: root/ipc.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.mdwn')
-rw-r--r--ipc.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc.mdwn b/ipc.mdwn
index 8047970d..c1e68a98 100644
--- a/ipc.mdwn
+++ b/ipc.mdwn
@@ -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