diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-11-26 09:33:02 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-11-26 09:33:02 +0100 |
commit | f8f6115e7241673ec3cd5cdc79757a5139384623 (patch) | |
tree | 8185236068891ea18b71e336e266c01605c1e8ff /rpc.mdwn | |
parent | fe368cda90cd374c68780c238481b1208056655f (diff) | |
download | web-f8f6115e7241673ec3cd5cdc79757a5139384623.tar.gz web-f8f6115e7241673ec3cd5cdc79757a5139384623.tar.bz2 web-f8f6115e7241673ec3cd5cdc79757a5139384623.zip |
rpc: Add some links.
Diffstat (limited to 'rpc.mdwn')
-rw-r--r-- | rpc.mdwn | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,11 +1,19 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2007, 2008, 2010 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license -is included in the section entitled -[[GNU Free Documentation License|/fdl]]."]]"""]] +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] RPC stands for remote procedure call. + + +# See Also + + * [[Mach RPC|microkernel/mach/rpc]]s + + * the [[Hurd's rpctrace|hurd/debugging/rpctrace]] |