diff options
author | John Terpstra <jht@samba.org> | 2005-07-08 06:30:54 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:03 -0500 |
commit | 67f04891277c7a7d40e15ee7e942a514ffa71719 (patch) | |
tree | a558873ab2ebed3b3736a6c41deb1fd24bfb8011 /docs/Samba3-HOWTO/TOSHARG-glossary.xml | |
parent | e6e86156cbc4e953b93541edf48144fd75a9590d (diff) | |
download | samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.gz samba-67f04891277c7a7d40e15ee7e942a514ffa71719.tar.bz2 samba-67f04891277c7a7d40e15ee7e942a514ffa71719.zip |
Last PHPTR edits.
(This used to be commit 67668e23766dec799f95a64a94f553ad31db50e6)
Diffstat (limited to 'docs/Samba3-HOWTO/TOSHARG-glossary.xml')
-rw-r--r-- | docs/Samba3-HOWTO/TOSHARG-glossary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Samba3-HOWTO/TOSHARG-glossary.xml b/docs/Samba3-HOWTO/TOSHARG-glossary.xml index 34b15ee21b..6410e3e0f7 100644 --- a/docs/Samba3-HOWTO/TOSHARG-glossary.xml +++ b/docs/Samba3-HOWTO/TOSHARG-glossary.xml @@ -208,7 +208,7 @@ <glossdef><para> RPCs are a means for executing network operations. The RPC protocol is independent of transport protocols. RPC does not try to implement any kind of reliability and the application that uses RPCs must be aware of the type - of transport protocol underneath RPC. An RPC is like a programatic a jump subroutine over a network. RPCs used + of transport protocol underneath RPC. An RPC is like a programmatic jump subroutine over a network. RPCs used in the UNIX environment are specified in RFC 1050. RPC is a powerful technique for constructing distributed, client-server based applications. It is based on extending the notion of conventional, or local procedure calling, so that the called procedure need not exist in the same address space as the calling procedure. The |