aboutsummaryrefslogtreecommitdiffstats
path: root/lib/orber/doc/src/CosNaming.xml
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2017-10-09 10:24:06 +0200
committerLars Thorsen <[email protected]>2017-10-09 13:19:24 +0200
commit0035fa9dc6cc1cadf810a144d7a60e679455fd59 (patch)
tree29fe7711fd33166d68a9ac525b64e31d7b979322 /lib/orber/doc/src/CosNaming.xml
parent3f4aac5b00959d3f0ddfaf54a3163cd75053dd24 (diff)
downloadotp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.tar.gz
otp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.tar.bz2
otp-0035fa9dc6cc1cadf810a144d7a60e679455fd59.zip
[orber] Touchup of code tags
Diffstat (limited to 'lib/orber/doc/src/CosNaming.xml')
-rw-r--r--lib/orber/doc/src/CosNaming.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/orber/doc/src/CosNaming.xml b/lib/orber/doc/src/CosNaming.xml
index d69b604f2f..251e721df1 100644
--- a/lib/orber/doc/src/CosNaming.xml
+++ b/lib/orber/doc/src/CosNaming.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>1997</year><year>2016</year>
+ <year>1997</year><year>2017</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -55,8 +55,8 @@ struct Binding {
typedef sequence <Binding> BindingList;
]]></code>
- <p>To get access to the record definitions for the structs use:
- <c>-include_lib("orber/COSS/CosNaming.hrl").</c>.</p>
+ <p>To get access to the record definitions for the structs use:</p>
+ <code>-include_lib("orber/COSS/CosNaming.hrl").</code>
<p>Names are not an ORB object but the can be structured in components as seen by
the definition above. There are no requirements on names so the service can support
many different conventions and standards.</p>