diff options
author | Lukas Larsson <[email protected]> | 2012-01-04 10:30:52 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-01-04 10:31:58 +0100 |
commit | 306c93a493b1add02520009af9b4211670362227 (patch) | |
tree | db7f7aee3a2e14dac66d1677b9415bd6b9a8d7f1 /lib/stdlib | |
parent | ea560bcf8308585e74a16f9feb524c01941f86e1 (diff) | |
parent | c9b489be03b0fce477e807182846c03fb200ef94 (diff) | |
download | otp-306c93a493b1add02520009af9b4211670362227.tar.gz otp-306c93a493b1add02520009af9b4211670362227.tar.bz2 otp-306c93a493b1add02520009af9b4211670362227.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/io.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/io.xml b/lib/stdlib/doc/src/io.xml index 667d758e29..e6d262466c 100644 --- a/lib/stdlib/doc/src/io.xml +++ b/lib/stdlib/doc/src/io.xml @@ -70,7 +70,7 @@ <desc> <p>Either <c>standard_io</c>, <c>standard_error</c>, a registered name, or a pid handling IO protocols (returned from - <seealso marker="file#open/2">file:open/2</seealso>).</p> + <seealso marker="kernel:file#open/2">file:open/2</seealso>).</p> </desc> </datatype> <datatype> |