aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-03-23 12:42:55 +0100
committerBjörn Gustavsson <[email protected]>2016-03-31 14:25:37 +0200
commit20ca1514787110037079e39bd10f00e0e3957ea7 (patch)
tree750a4e31a3d49bdd20f331651e8b362c803d4ebe /lib/kernel/doc
parent3d70cee4034e4da37d125679345aa2a10c58cb34 (diff)
downloadotp-20ca1514787110037079e39bd10f00e0e3957ea7.tar.gz
otp-20ca1514787110037079e39bd10f00e0e3957ea7.tar.bz2
otp-20ca1514787110037079e39bd10f00e0e3957ea7.zip
code: Remove 'bad_path' error code from set_path/1
code:set_path/1 no longer returns {error,bad_path} (an exception will be thrown instead).
Diffstat (limited to 'lib/kernel/doc')
-rw-r--r--lib/kernel/doc/src/code.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml
index 575f2f0b51..7598b22d79 100644
--- a/lib/kernel/doc/src/code.xml
+++ b/lib/kernel/doc/src/code.xml
@@ -330,8 +330,6 @@ zip:create("mnesia-4.4.7.ez",
<item><p>If successful</p></item>
<tag><c>{error, bad_directory}</c></tag>
<item><p>If any <c><anno>Dir</anno></c> is not a directory name</p></item>
- <tag><c>{error, bad_path}</c></tag>
- <item><p>If the argument is invalid</p></item>
</taglist>
</desc>
</func>