diff options
author | Niclas Eklund <[email protected]> | 2009-12-21 14:42:44 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-21 14:42:44 +0000 |
commit | eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3 (patch) | |
tree | a615398377a8b61c09d0ae1c8f78fa5788dd6f2f /lib/orber/doc/src/ch_install.xml | |
parent | cc62eb20f678cecc1b9b1dbd572b191347a9e907 (diff) | |
download | otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.gz otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.bz2 otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.zip |
Removed superfluous backslash
Diffstat (limited to 'lib/orber/doc/src/ch_install.xml')
-rw-r--r-- | lib/orber/doc/src/ch_install.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/orber/doc/src/ch_install.xml b/lib/orber/doc/src/ch_install.xml index eee2b99c92..ab5885954b 100644 --- a/lib/orber/doc/src/ch_install.xml +++ b/lib/orber/doc/src/ch_install.xml @@ -483,7 +483,7 @@ nodeB@hostB> orber:start(). <item>Since Orber domains, they are supposed to communicate via IIOP, <em>MUST</em> have unique names, communication will fail if two domains have the same name. The domain name <em>MAY NOT</em> - contain <c>^G</c> (i.e. <c>\\007</c>).</item> + contain <c>^G</c> (i.e. <c>\007</c>).</item> <tag><em>iiop_port</em></tag> <item>If set to 0 the OS will pick any vacant port. <br></br> @@ -595,7 +595,7 @@ nodeB@hostB> orber:start(). the <c>interceptors</c> parameter.</item> <tag><em>orbInitRef</em></tag> <item>Setting this option, e.g., - <c>erl -orber orbInitRef [\\"NameService=corbaloc::host.com/NameService\\"]</c>, + <c>erl -orber orbInitRef [\"NameService=corbaloc::host.com/NameService\"]</c>, will alter the location from where <c>corba:resolve_initial_references(Key)</c> tries to find an object matching the given Key. The keys will also appear when invoking <c>corba:list_initial_services()</c>. This variable overrides @@ -605,7 +605,7 @@ nodeB@hostB> orber:start(). found, and this variable is set, it determines the location from where <c>orber:resolve_initial_references(Key)</c> tries to find an object matching the given Key. Usage: - <c>erl -orber orbDefaultInitRef \\"corbaloc::host.com\\"</c>.</item> + <c>erl -orber orbDefaultInitRef \"corbaloc::host.com\"</c>.</item> <tag><em>orber_debug_level</em></tag> <item>The range is 0 to 10. Using level 10 is the most verbose configuration. |