<div dir="ltr">Hey David,<div><br></div><div>Maybe there are more man pages to change:</div><div><a href="http://erldocs.com/?search=format_error#format_error">http://erldocs.com/?search=format_error#format_error</a><br></div>

<div><br></div><div>I did not look into all of those modules but I guess some may lack the information you're adding.</div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><div><div><br></div><div>Cheers,</div>

<div>-- </div><div>Pierre Fenoll</div></div><div><br></div></div></div>
<br><br><div class="gmail_quote">On 17 February 2014 10:39, David Welton <span dir="ltr"><<a href="mailto:davidnwelton@gmail.com" target="_blank">davidnwelton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Ok, I think I can follow that and do a pull request with all the man<br>
pages to patch if the basic information to include in the patch makes<br>
sense.  If it should not be included there, I guess no one needs to do<br>
any work.<br>
<br>
Thanks.<br>
<br>
BTW, that page says:<br>
<br>
"whether it is a bug-fix och if it is a new feature"<br>
<br>
'och' should probably be 'or'.  I took the liberty of changing it.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Mon, Feb 17, 2014 at 7:59 AM, Henrik Nord <<a href="mailto:henrik@erlang.org">henrik@erlang.org</a>> wrote:<br>
> Hello<br>
><br>
> I will take a look at this today.<br>
><br>
> If possible, try to follow<br>
> <a href="https://github.com/erlang/otp/wiki/Submitting-patches" target="_blank">https://github.com/erlang/otp/wiki/Submitting-patches</a> when submitting a<br>
> patch.<br>
> Even minor ones, if you make use of githubs "pull-request" it will save us<br>
> alot of manual labor.<br>
><br>
><br>
> On 2014-02-11 14:09, David Welton wrote:<br>
>><br>
>> This is very minor, so I'm just sending a patch here:<br>
>><br>
>> --- a/lib/stdlib/doc/src/erl_parse.xml<br>
>> +++ b/lib/stdlib/doc/src/erl_parse.xml<br>
>> @@ -200,6 +200,12 @@<br>
>>         </p><br>
>>       <code type="none"><br>
>>       Module:format_error(ErrorDescriptor)    </code><br>
>> +    <p><br>
>> +      It is also possible to obtain a human-readable string<br>
>> describing the error with this function:<br>
>> +    </p><br>
>> +    <code type="none"><br>
>> +    file:format_error({Errorline, Module, ErrorDescriptor})    </code><br>
>> +<br>
>>     </section><br>
>><br>
>>     <section><br>
>><br>
>> This could also be added to io.xml, epp.xml, erl_lint.xml and<br>
>> erl_scan.xml.<br>
>><br>
>> If needs be, I guess I could create a branch, pull request, and so on.<br>
>><br>
><br>
> --<br>
> /Henrik Nord Erlang/OTP<br>
><br>
<br>
<br>
<br>
</div></div><div class="im HOEnZb">--<br>
David N. Welton<br>
<br>
<a href="http://www.welton.it/davidw/" target="_blank">http://www.welton.it/davidw/</a><br>
<br>
<a href="http://www.dedasys.com/" target="_blank">http://www.dedasys.com/</a><br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
erlang-patches mailing list<br>
<a href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-patches" target="_blank">http://erlang.org/mailman/listinfo/erlang-patches</a><br>
</div></div></blockquote></div><br></div>