From f4b825b43fd8057f89d8ed4c6d8a1e1d775d42b3 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Fri, 19 Mar 2010 13:38:07 +0000 Subject: erl_call: fix documentation of -a option The default value for Fun is start, not [] as the documentation used to suggest. Also, format [] with instead of since it is a code fragment, not an emphasised word. --- lib/erl_interface/doc/src/erl_call.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/erl_interface/doc/src/erl_call.xml b/lib/erl_interface/doc/src/erl_call.xml index 2d88e7616a..c597e11481 100644 --- a/lib/erl_interface/doc/src/erl_call.xml +++ b/lib/erl_interface/doc/src/erl_call.xml @@ -4,7 +4,7 @@
- 19962009 + 19962010 Ericsson AB. All Rights Reserved. @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + erl_call @@ -61,7 +61,7 @@

(optional): Applies the specified function and returns the result. must be specified, however - [] is assumed for unspecified and . should + start and [] are assumed for unspecified and , respectively. should be in the same format as for . Note that this flag takes exactly one argument, so quoting may be necessary in order to group , -- cgit v1.2.3