diff options
author | Björn Gustavsson <[email protected]> | 2011-04-11 15:08:06 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-04-11 15:09:58 +0200 |
commit | ca8dcd1911a9a382ac8dd0d511d009d5c3ae37c4 (patch) | |
tree | c314c8b75761caafdf436521292d53e81e41673b /erts | |
parent | 5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a (diff) | |
download | otp-ca8dcd1911a9a382ac8dd0d511d009d5c3ae37c4.tar.gz otp-ca8dcd1911a9a382ac8dd0d511d009d5c3ae37c4.tar.bz2 otp-ca8dcd1911a9a382ac8dd0d511d009d5c3ae37c4.zip |
Remove documentation for non-existent init:get_args/0
init:get_args/0 was deprecated in R9C and removed in R12B.
Reported-by: Eric Pailleau
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/init.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/erts/doc/src/init.xml b/erts/doc/src/init.xml index 33364c709a..0e828389f6 100644 --- a/erts/doc/src/init.xml +++ b/erts/doc/src/init.xml @@ -67,19 +67,6 @@ </desc> </func> <func> - <name>get_args() -> [Arg]</name> - <fsummary>Get all non-flag command line arguments</fsummary> - <type> - <v>Arg = atom()</v> - </type> - <desc> - <p>Returns any plain command line arguments as a list of atoms - (possibly empty). It is recommended that - <c>get_plain_arguments/1</c> is used instead, because of - the limited length of atoms.</p> - </desc> - </func> - <func> <name>get_argument(Flag) -> {ok, Arg} | error</name> <fsummary>Get the values associated with a command line user flag</fsummary> <type> |