summaryrefslogtreecommitdiff
path: root/hurd/networking.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/networking.mdwn')
-rw-r--r--hurd/networking.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/networking.mdwn b/hurd/networking.mdwn
index bc33769a..6ed031ed 100644
--- a/hurd/networking.mdwn
+++ b/hurd/networking.mdwn
@@ -16,7 +16,7 @@ where `N` is the numberic value fo the `PF_*` symbol. Right now
User programs open those files, and use the `socket_create` [[RPC]] to make a
new socket. With that socket, they can use the other `socket_*` RPCs and also
-the `io_*` RPCs. The `socket_*` RPCs are essentially clones of the Unix
+the `io_*` RPCs. The `socket_*` RPCs are essentially clones of the [[Unix]]
syscalls in question.
The only exception is `sockaddrs`, which are implemented as [[ports|libports]]