aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/doc/src/erl_interface.xml
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-10-20 14:08:31 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-10-24 10:54:47 +0200
commit036c56d3ee969daa39c1e03de69744ba394f0fe3 (patch)
tree7ddac6b6158cacb8520729af07d6bce750b0bcd1 /lib/erl_interface/doc/src/erl_interface.xml
parent031f9ca91ade7fbb9e31c82545401b8a5531e539 (diff)
downloadotp-036c56d3ee969daa39c1e03de69744ba394f0fe3.tar.gz
otp-036c56d3ee969daa39c1e03de69744ba394f0fe3.tar.bz2
otp-036c56d3ee969daa39c1e03de69744ba394f0fe3.zip
erl_interface: Fix editorial changes
Diffstat (limited to 'lib/erl_interface/doc/src/erl_interface.xml')
-rw-r--r--lib/erl_interface/doc/src/erl_interface.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/erl_interface/doc/src/erl_interface.xml b/lib/erl_interface/doc/src/erl_interface.xml
index a9d421bbeb..2a3831cf0f 100644
--- a/lib/erl_interface/doc/src/erl_interface.xml
+++ b/lib/erl_interface/doc/src/erl_interface.xml
@@ -11,7 +11,7 @@
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
@@ -19,7 +19,7 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
</legalnotice>
<title>The Erl_Interface Library</title>
@@ -500,7 +500,7 @@ erl_global_unregister(fd,servicename); ]]></code>
restoring them from a Mnesia table on an Erlang node. More detailed
information about the individual API functions can be found in the
Reference Manual.</p>
- <p>Keys are strings, i.e. 0-terminated arrays of characters, and values
+ <p>Keys are strings, i.e. <c>NULL</c>-terminated arrays of characters, and values
are arbitrary objects. Although integers and floating point numbers
are treated specially by the registry, you can store strings or binary
objects of any type as pointers.</p>