diff options
author | Siri Hansen <[email protected]> | 2016-09-29 10:51:58 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-09-29 10:51:58 +0200 |
commit | b1c1bea9242c5b44f17c5f8aca40c9d0eedf0756 (patch) | |
tree | fdfbd9fbfd6cba6fd6d47b7bfcfee1031d8e5f2d /lib/sasl/doc/src/script.xml | |
parent | 8bde09c998c68265361155aa8ed188aa0e2a4a44 (diff) | |
parent | 714570912d678c10f4aa4b6a6692d958e0fc7fe7 (diff) | |
download | otp-b1c1bea9242c5b44f17c5f8aca40c9d0eedf0756.tar.gz otp-b1c1bea9242c5b44f17c5f8aca40c9d0eedf0756.tar.bz2 otp-b1c1bea9242c5b44f17c5f8aca40c9d0eedf0756.zip |
Merge branch 'siri/doc-add_pathsa-order/ERL-267/OTP-13920' into maint
* siri/doc-add_pathsa-order/ERL-267/OTP-13920:
Document the order of directories added with code:add_pathsa/1
Diffstat (limited to 'lib/sasl/doc/src/script.xml')
-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 |