Adress for patches?
Marc Ernst Eddy van Woerkom
Marc.Vanwoerkom@REDACTED
Mon Feb 17 19:31:47 CET 2003
Forgive me if I overlooked it, but where can I send
patch proposals to the Erlang source distribution to?
Just asking because I found a minor error in the README
and found no contact adress except this mailing list.
Regards,
Marc
--- README.orig Tue Oct 15 15:27:58 2002
+++ README Mon Feb 17 19:14:18 2003
@@ -168,13 +168,13 @@
the HTML documentation on top of the installed OTP applications, i.e.
cd <PrefixDir>/lib/erlang
- gunzip -c otp_doc_html_R9B-0.tar.gz | tar xf -
+ gunzip -c otp_html_R9B-0.tar.gz | tar xf -
For "erl -man <page>" to work the Unix manual pages have to be
installed in the same way, i.e.
cd <PrefixDir>/lib/erlang
- gunzip -c otp_doc_man_R9B-0.tar.gz | tar xf -
+ gunzip -c otp_man_R9B-0.tar.gz | tar xf -
More information about the erlang-questions
mailing list