diff options
author | Siri Hansen <[email protected]> | 2016-09-28 16:40:19 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-28 16:57:59 +0200 |
commit | 714570912d678c10f4aa4b6a6692d958e0fc7fe7 (patch) | |
tree | de2d7c9bb558355224e58714d8ce82c49447c411 /lib/sasl/doc/src | |
parent | dabc6644991a6e732dc4404433215d1333a0ea07 (diff) | |
download | otp-714570912d678c10f4aa4b6a6692d958e0fc7fe7.tar.gz otp-714570912d678c10f4aa4b6a6692d958e0fc7fe7.tar.bz2 otp-714570912d678c10f4aa4b6a6692d958e0fc7fe7.zip |
Document the order of directories added with code:add_pathsa/1
code:add_pathsa/1 reverts the list of directories when adding it at
the beginning of the code path. The command line option '-pa' behaves
in the same way. This is now documented.
Diffstat (limited to 'lib/sasl/doc/src')
-rw-r--r-- | lib/sasl/doc/src/script.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/doc/src/script.xml b/lib/sasl/doc/src/script.xml index 8ed132354d..b40ff28179 100644 --- a/lib/sasl/doc/src/script.xml +++ b/lib/sasl/doc/src/script.xml @@ -88,7 +88,7 @@ follows:</p> <list type="bulleted"> <item><c>-pa Dir1 Dir2 ... DirN</c> adds the directories - <c>Dir1, Dir2, ..., DirN</c> to the front of the initial + <c>DirN, DirN-1, ..., Dir2, Dir1</c> to the front of the initial load path.</item> <item><c>-pz Dir1 Dir2 ... DirN</c> adds the directories <c>Dir1, Dir2, ..., DirN</c> to the end of the initial |