From eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Mon, 21 Dec 2009 14:42:44 +0000 Subject: Removed superfluous backslash --- lib/orber/doc/src/ch_install.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/orber/doc/src/ch_install.xml') 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(). Since Orber domains, they are supposed to communicate via IIOP, MUST have unique names, communication will fail if two domains have the same name. The domain name MAY NOT - contain ^G (i.e. \\007). + contain ^G (i.e. \007). iiop_port If set to 0 the OS will pick any vacant port.

@@ -595,7 +595,7 @@ nodeB@hostB> orber:start(). the interceptors parameter.
orbInitRef Setting this option, e.g., - erl -orber orbInitRef [\\"NameService=corbaloc::host.com/NameService\\"], + erl -orber orbInitRef [\"NameService=corbaloc::host.com/NameService\"], will alter the location from where corba:resolve_initial_references(Key) tries to find an object matching the given Key. The keys will also appear when invoking corba:list_initial_services(). This variable overrides @@ -605,7 +605,7 @@ nodeB@hostB> orber:start(). found, and this variable is set, it determines the location from where orber:resolve_initial_references(Key) tries to find an object matching the given Key. Usage: - erl -orber orbDefaultInitRef \\"corbaloc::host.com\\". + erl -orber orbDefaultInitRef \"corbaloc::host.com\". orber_debug_level The range is 0 to 10. Using level 10 is the most verbose configuration. -- cgit v1.2.3