diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:54:49 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-14 16:54:49 +0200 |
commit | 87d8cb64e23a18f22d9a639f8fdbd9669fdb55e1 (patch) | |
tree | 92d89f14f85398fa9c834cd5514a8d8cb19cd870 /microkernel/mach/ipc.mdwn | |
parent | bb3480cbba8cfe0601694973b3fc26b2f5243b53 (diff) | |
download | web-87d8cb64e23a18f22d9a639f8fdbd9669fdb55e1.tar.gz web-87d8cb64e23a18f22d9a639f8fdbd9669fdb55e1.tar.bz2 web-87d8cb64e23a18f22d9a639f8fdbd9669fdb55e1.zip |
Add some information about Mach IPC's sequence numbering.
Diffstat (limited to 'microkernel/mach/ipc.mdwn')
-rw-r--r-- | microkernel/mach/ipc.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/microkernel/mach/ipc.mdwn b/microkernel/mach/ipc.mdwn index f6eae76e..c493174c 100644 --- a/microkernel/mach/ipc.mdwn +++ b/microkernel/mach/ipc.mdwn @@ -20,8 +20,9 @@ redistribute your contributions. An IPC is sent by invoking a [[port]]. <!-- Isn't this wording a bit strange? ``IPC is sent'' --tschwinge --> -[The Unofficial GNU Mach IPC beginner's guide](http://www.nongnu.org/hurdextras/ipc_guide/ipc_guide.html) +[[Sequence_numbering]]. +[The Unofficial GNU Mach IPC beginner's guide](http://www.nongnu.org/hurdextras/ipc_guide/ipc_guide.html) # See Also |