aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/doc/src/ch_naming_service.xml
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2009-12-21 14:42:44 +0000
committerErlang/OTP <[email protected]>2009-12-21 14:42:44 +0000
commiteb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3 (patch)
treea615398377a8b61c09d0ae1c8f78fa5788dd6f2f /lib/orber/doc/src/ch_naming_service.xml
parentcc62eb20f678cecc1b9b1dbd572b191347a9e907 (diff)
downloadotp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.gz
otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.tar.bz2
otp-eb61bde7fa746d95b1dd2ae8dae6dc21e17a19f3.zip
Removed superfluous backslash
Diffstat (limited to 'lib/orber/doc/src/ch_naming_service.xml')
-rw-r--r--lib/orber/doc/src/ch_naming_service.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/orber/doc/src/ch_naming_service.xml b/lib/orber/doc/src/ch_naming_service.xml
index a5818966fa..5cc50d95ec 100644
--- a/lib/orber/doc/src/ch_naming_service.xml
+++ b/lib/orber/doc/src/ch_naming_service.xml
@@ -427,7 +427,7 @@ lists:foreach(fun({{Id, Kind},BindingType}) -> case BindingType of
<cell align="left" valign="middle">An Id with a trailing '.' is not allowed.</cell>
</row>
<row>
- <cell align="left" valign="middle">"i\\\\/d1/i\\\\.d2"</cell>
+ <cell align="left" valign="middle">"i\\/d1/i\\.d2"</cell>
<cell align="left" valign="middle">[{"i/d1",""},{"i.d2",""}]</cell>
<cell align="left" valign="middle">Since '.' and '/' are used to separate the components, these tokens must be escaped to be correctly converted.</cell>
</row>