diff options
author | Lukas Larsson <[email protected]> | 2011-12-30 15:53:03 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-01-03 17:45:19 +0100 |
commit | fb223910eb89d438b05491904f317e56a69d2b36 (patch) | |
tree | 7959fa873d223fcacad0cbf3133ed7075bebb7ad /erts/doc | |
parent | 34dca57472ba2f4e82bb03d3713e3318613093bb (diff) | |
download | otp-fb223910eb89d438b05491904f317e56a69d2b36.tar.gz otp-fb223910eb89d438b05491904f317e56a69d2b36.tar.bz2 otp-fb223910eb89d438b05491904f317e56a69d2b36.zip |
Fix some broken links in documentation
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index a603d5c2b8..8c01d77721 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3909,7 +3909,7 @@ os_prompt%</pre> <item> <p>Return the current call stack back-trace (<em>stacktrace</em>) of the process. The stack has the same format as returned by - <seealso marker="#get_stacktrace/1">erlang:get_stacktrace/0</seealso>. + <seealso marker="#get_stacktrace/0">erlang:get_stacktrace/0</seealso>. </p> </item> <tag><c>{dictionary, Dictionary}</c></tag> |