diff options
author | Stephan Renatus <[email protected]> | 2017-02-20 09:00:21 +0100 |
---|---|---|
committer | Stephan Renatus <[email protected]> | 2017-02-20 09:00:21 +0100 |
commit | 8bbee751000b6a43b4817e81157903e816a4cb3c (patch) | |
tree | 29cd6964979e7415e7c4d56904aae3e1ca6891ef /system | |
parent | b1ada5d80a5ed7a1e069cdd8bff7545e09ca5e4c (diff) | |
download | otp-8bbee751000b6a43b4817e81157903e816a4cb3c.tar.gz otp-8bbee751000b6a43b4817e81157903e816a4cb3c.tar.bz2 otp-8bbee751000b6a43b4817e81157903e816a4cb3c.zip |
Documentation: fix link to erlang(3) man page
I don't see why this should point to process_flag/2. Let's make it not
do that.
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/reference_manual/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/introduction.xml b/system/doc/reference_manual/introduction.xml index 5701462443..c9ce45bbcc 100644 --- a/system/doc/reference_manual/introduction.xml +++ b/system/doc/reference_manual/introduction.xml @@ -87,7 +87,7 @@ <section> <title>Complete List of BIFs</title> <p>For a complete list of BIFs, their arguments and return values, - see <seealso marker="erts:erlang#process_flag/2">erlang(3)</seealso> + see <seealso marker="erts:erlang">erlang(3)</seealso> manual page in ERTS.</p> </section> |