[erlang-patches] small fixes for documentation
Björn Gustavsson
bgustavsson@REDACTED
Mon Sep 6 11:59:53 CEST 2010
Thanks!
On Fri, Sep 3, 2010 at 10:49 PM, Cristian Greco <cristian@REDACTED> wrote:
> please merge some more docs fixes from my forked repository:
>
We don't merge untested changes directly to 'dev'; we
first include them in them 'pu' and only merge them to
'dev' when they have been verified.
To save time I have corrected your change to
erl_id_trans.xml (instead of asking you to fix it).
References between different applications must
be written like this:
diff --git a/lib/stdlib/doc/src/erl_id_trans.xml
b/lib/stdlib/doc/src/erl_id_trans.xml
index 7c821d2..54fa1d0 100644
--- a/lib/stdlib/doc/src/erl_id_trans.xml
+++ b/lib/stdlib/doc/src/erl_id_trans.xml
@@ -70,7 +70,8 @@
<section>
<title>See Also</title>
- <p><seealso marker="erl_parse">erl_parse(3)</seealso>, compile(3).</p>
+ <p><seealso marker="erl_parse">erl_parse(3)</seealso>,
+ <seealso marker="compile">compiler:compile(3)</seealso>.</p>
</section>
</erlref>
Also, for your next submission, please review our guidelines
for how to write commit messages:
http://wiki.github.com/erlang/otp/writing-good-commit-messages
I have broken up your commit into two separate commits
with the following commit messages:
Linkify applications listed under "See Also"
Fix minor typos in the documentation
The updated commit will be included in 'pu' later today.
--
Björn Gustavsson, Erlang/OTP, Ericsson AB
More information about the erlang-patches
mailing list