From bff165da260571012aa02b6c325b728297d2550f Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Fri, 4 Jun 2010 11:01:17 +0200 Subject: Change documentation for erlang:min/2,max/2 and port_command/3 to reflect auto-import --- erts/doc/src/erlang.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'erts') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index c3c0dd77d7..a118cf0c64 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2209,7 +2209,7 @@ os_prompt% - erlang:max(Term1, Term2) -> Maximum + max(Term1, Term2) -> Maximum Return the largest of two term Term1 = Term2 = Maximum = term() @@ -2458,7 +2458,7 @@ os_prompt% - erlang:min(Term1, Term2) -> Minimum + min(Term1, Term2) -> Minimum Return the smallest of two term Term1 = Term2 = Minimum = term() @@ -3200,7 +3200,7 @@ os_prompt% - erlang:port_command(Port, Data, OptionList) -> true|false + port_command(Port, Data, OptionList) -> true|false Send data to a port Port = port() | atom() @@ -3236,10 +3236,6 @@ os_prompt%

More options may be added in the future.

- -

erlang:port_command/3 is currently not auto imported, but - it is planned to be auto imported in OTP R14.

-

Failures:

badarg -- cgit v1.2.3