*** lib/stdlib-1.10/doc/html/epp.html Tue Oct 16 05:11:27 2001 --- lib/stdlib-1.10/doc/html/epp.html.in Thu Nov 1 11:50:41 2001 *************** *** 83,93 **** ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, ErrorDescriptor)

See Also

AUTHORS

--- 83,93 ---- ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, [ErrorDescriptor])

See Also

AUTHORS

*** lib/stdlib-1.10/doc/html/erl_lint.html Tue Oct 16 05:11:27 2001 --- lib/stdlib-1.10/doc/html/erl_lint.html.in Thu Nov 1 11:50:42 2001 *************** *** 116,126 **** ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, ErrorDescriptor)

See Also

--- 116,126 ---- ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, [ErrorDescriptor])

See Also

*** lib/stdlib-1.10/doc/html/erl_parse.html Tue Oct 16 05:11:27 2001 --- lib/stdlib-1.10/doc/html/erl_parse.html.in Thu Nov 1 11:50:42 2001 *************** *** 157,167 **** ErrorInfo structure which is returned from all IO modules. It has the format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, ErrorDescriptor)

See Also

--- 157,167 ---- ErrorInfo structure which is returned from all IO modules. It has the format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, [ErrorDescriptor])

See Also

*** lib/stdlib-1.10/doc/html/erl_scan.html Tue Oct 16 05:11:27 2001 --- lib/stdlib-1.10/doc/html/erl_scan.html.in Thu Nov 1 11:50:42 2001 *************** *** 108,118 **** ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, ErrorDescriptor)

Notes

Notes

AUTHORS

--- 484,494 ---- ErrorInfo structure which is returned from all IO modules. It has the following format:
    {ErrorLine, Module, ErrorDescriptor}

A string which describes the error is obtained with the following call: !

apply(Module, format_error, [ErrorDescriptor])

AUTHORS

*** man/man3/epp.3 Tue Oct 16 05:11:28 2001 --- man/man3/epp.3.in Thu Nov 1 11:53:32 2001 *************** *** 98,108 **** .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH See Also .LP erl_parse .SH AUTHOR --- 98,108 ---- .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH See Also .LP erl_parse .SH AUTHOR *** man/man3/erl_lint.3 Tue Oct 16 05:11:28 2001 --- man/man3/erl_lint.3.in Thu Nov 1 11:53:32 2001 *************** *** 134,144 **** .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH See Also .LP erl_parse, epp .SH AUTHOR --- 134,144 ---- .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH See Also .LP erl_parse, epp .SH AUTHOR *** man/man3/erl_parse.3 Tue Oct 16 05:11:28 2001 --- man/man3/erl_parse.3.in Thu Nov 1 11:53:32 2001 *************** *** 183,193 **** .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH See Also .LP io, erl_scan .SH AUTHOR --- 183,193 ---- .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH See Also .LP io, erl_scan .SH AUTHOR *** man/man3/erl_scan.3 Tue Oct 16 05:11:28 2001 --- man/man3/erl_scan.3.in Thu Nov 1 11:53:32 2001 *************** *** 118,128 **** .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH Notes .LP The continuation of the first call to the re-entrant input functions must be \fI[]\fR\&. Refer to Armstrong, Virding and Williams, \&'Concurrent Programming in Erlang\&', Chapter 13, for a complete description of how the re-entrant input scheme works\&. .SH See Also --- 118,128 ---- .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH Notes .LP The continuation of the first call to the re-entrant input functions must be \fI[]\fR\&. Refer to Armstrong, Virding and Williams, \&'Concurrent Programming in Erlang\&', Chapter 13, for a complete description of how the re-entrant input scheme works\&. .SH See Also *** man/man3/io.3 Tue Oct 16 05:11:28 2001 --- man/man3/io.3.in Thu Nov 1 11:53:33 2001 *************** *** 514,524 **** .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH AUTHOR .nf Robert Virding - support@erlang.ericsson.se .fi --- 514,524 ---- .fi .LP A string which describes the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH AUTHOR .nf Robert Virding - support@erlang.ericsson.se .fi *** man/man3/compile.3 Tue Oct 16 05:23:37 2001 --- man/man3/compile.3.in Thu Nov 1 11:53:35 2001 *************** *** 239,249 **** .fi .LP A string describing the error is obtained with the following call: .nf ! apply(Module, format_error, ErrorDescriptor) .fi .SH See Also .LP epp, erl_id_trans, erl_lint .SH AUTHOR --- 239,249 ---- .fi .LP A string describing the error is obtained with the following call: .nf ! apply(Module, format_error, [ErrorDescriptor]) .fi .SH See Also .LP epp, erl_id_trans, erl_lint .SH AUTHOR