diff options
author | Siri Hansen <[email protected]> | 2016-09-29 10:53:33 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-29 10:53:33 +0200 |
commit | b353bc12df008f9a30c5ec4f71b51ae70a3102d9 (patch) | |
tree | 35a83f4531ebca31531de3565367b8d4e08c95f4 /erts/doc/src | |
parent | 2b1d54c48ea4e72876e02b1380553105138c842c (diff) | |
parent | b1c1bea9242c5b44f17c5f8aca40c9d0eedf0756 (diff) | |
download | otp-b353bc12df008f9a30c5ec4f71b51ae70a3102d9.tar.gz otp-b353bc12df008f9a30c5ec4f71b51ae70a3102d9.tar.bz2 otp-b353bc12df008f9a30c5ec4f71b51ae70a3102d9.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc/src')
-rw-r--r-- | erts/doc/src/erl.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index f62d3fb170..eb1d24cf12 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -393,9 +393,11 @@ <tag><c><![CDATA[-pa Dir1 Dir2 ...]]></c></tag> <item> <p>Adds the specified directories to the beginning of the code - path, similar to <c><![CDATA[code:add_pathsa/1]]></c>; see - <seealso marker="kernel:code"><c>code(3)</c></seealso>. - As an alternative to <c>-pa</c>, if several directories are + path, similar to <seealso marker="kernel:code#add_pathsa/1"> + <c><![CDATA[code:add_pathsa/1]]></c></seealso>. Note that the + order of the given directories will be reversed in the + resulting path.</p> + <p>As an alternative to <c>-pa</c>, if several directories are to be prepended to the code path and the directories have a common parent directory, that parent directory can be specified in environment variable <c>ERL_LIBS</c>; see |