File 0049-Documentation-fix-link-to-erlang-3-man-page.patch of Package erlang
From 8bbee751000b6a43b4817e81157903e816a4cb3c Mon Sep 17 00:00:00 2001
From: Stephan Renatus <srenatus@chef.io>
Date: Mon, 20 Feb 2017 09:00:21 +0100
Subject: [PATCH] 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.
---
system/doc/reference_manual/introduction.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/reference_manual/introduction.xml b/system/doc/reference_manual/introduction.xml
index 570146244..c9ce45bbc 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>
--
2.11.1