diff options
author | Patrik Nyblom <[email protected]> | 2010-06-04 11:01:17 +0200 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2010-06-04 11:01:17 +0200 |
commit | bff165da260571012aa02b6c325b728297d2550f (patch) | |
tree | 9fba3d0204f223361afc39ec219da5bdcf740fa4 /erts/doc/src | |
parent | bcb19b624d02a35c463fa7a84ed4e79eaa8eb278 (diff) | |
download | otp-bff165da260571012aa02b6c325b728297d2550f.tar.gz otp-bff165da260571012aa02b6c325b728297d2550f.tar.bz2 otp-bff165da260571012aa02b6c325b728297d2550f.zip |
Change documentation for erlang:min/2,max/2 and port_command/3 to
reflect auto-import
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erlang.xml | 10 |
1 files changed, 3 insertions, 7 deletions
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%</pre> </desc> </func> <func> - <name>erlang:max(Term1, Term2) -> Maximum</name> + <name>max(Term1, Term2) -> Maximum</name> <fsummary>Return the largest of two term</fsummary> <type> <v>Term1 = Term2 = Maximum = term()</v> @@ -2458,7 +2458,7 @@ os_prompt%</pre> </desc> </func> <func> - <name>erlang:min(Term1, Term2) -> Minimum</name> + <name>min(Term1, Term2) -> Minimum</name> <fsummary>Return the smallest of two term</fsummary> <type> <v>Term1 = Term2 = Minimum = term()</v> @@ -3200,7 +3200,7 @@ os_prompt%</pre> </desc> </func> <func> - <name>erlang:port_command(Port, Data, OptionList) -> true|false</name> + <name>port_command(Port, Data, OptionList) -> true|false</name> <fsummary>Send data to a port</fsummary> <type> <v>Port = port() | atom()</v> @@ -3236,10 +3236,6 @@ os_prompt%</pre> <note> <p>More options may be added in the future.</p> </note> - <note> - <p><c>erlang:port_command/3</c> is currently not auto imported, but - it is planned to be auto imported in OTP R14.</p> - </note> <p>Failures:</p> <taglist> <tag><c>badarg</c></tag> |