From 9f5b69e8def226f1d1ce9262477d5bbd1cbc1fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?= Date: Mon, 17 Oct 2016 15:07:55 +0200 Subject: erl_interface: Refactor documentation --- lib/erl_interface/doc/src/erl_global.xml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'lib/erl_interface/doc/src/erl_global.xml') diff --git a/lib/erl_interface/doc/src/erl_global.xml b/lib/erl_interface/doc/src/erl_global.xml index d6bfffc69d..69f303722d 100644 --- a/lib/erl_interface/doc/src/erl_global.xml +++ b/lib/erl_interface/doc/src/erl_global.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. - + erl_global @@ -30,7 +30,7 @@ Gordon Beaton 980703 A - erl_global.sgml + erl_global.xml erl_global Access globally registered names @@ -39,14 +39,14 @@ up and unregistering names in the Erlang Global module. For more information, see the description of Global in the reference manual.

Note that the functions below perform an RPC using an open file - descriptor provided by the caller. This file descriptor must - not be used for other traffic during the global operation or the + descriptor provided by the caller. This file descriptor must + not be used for other traffic during the global operation or the function may receive unexpected data and fail.

char **erl_global_names(fd,count) - Obtain list of Global names + Obtain list of Global names. int fd; int *count; @@ -76,7 +76,7 @@ interl_global_register(fd,name,pid) - Register a name in Global + Register a name in Global. int fd; const char *name; @@ -98,7 +98,7 @@ interl_global_unregister(fd,name) - Unregister a name in Global + Unregister a name in Global. int fd; const char *name; @@ -115,7 +115,7 @@ ETERM *erl_global_whereis(fd,name,node) - Look up a name in global + Look up a name in global. int fd; const char *name; @@ -139,4 +139,3 @@ - -- cgit v1.2.3