aboutsummaryrefslogtreecommitdiff
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 0e8d674a..7c0e16b2 100644
--- a/ipc.mdwn
+++ b/ipc.mdwn
@@ -10,7 +10,7 @@ is included in the section entitled
IPC stands for interprocess communication.
-On Unix, interprocess communication can be achieved using pipes.
+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