diff options
author | Björn Gustavsson <[email protected]> | 2010-02-05 08:33:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-05 08:33:57 +0000 |
commit | e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6 (patch) | |
tree | 86c77b2a0522002c3292d737839080e8347d47dc /lib/stdlib/doc/src/epp.xml | |
parent | f2846970e7fcb3df4c51b6450fe72c145d5e5b2f (diff) | |
download | otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.gz otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.bz2 otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.zip |
OTP-8404: Doc: some corrections and improvements in STDLIB
Diffstat (limited to 'lib/stdlib/doc/src/epp.xml')
-rw-r--r-- | lib/stdlib/doc/src/epp.xml | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/lib/stdlib/doc/src/epp.xml b/lib/stdlib/doc/src/epp.xml index 455d9dc124..e6b48b270a 100644 --- a/lib/stdlib/doc/src/epp.xml +++ b/lib/stdlib/doc/src/epp.xml @@ -4,23 +4,21 @@ <erlref> <header> <copyright> - <year>1996</year> - <year>2007</year> - <holder>Ericsson AB, All Rights Reserved</holder> + <year>1996</year><year>2010</year> + <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. - The Initial Developer of the Original Code is Ericsson AB. </legalnotice> <title>epp</title> @@ -112,7 +110,7 @@ <p>A string which describes the error is obtained with the following call: </p> <code type="none"> -apply(Module, format_error, ErrorDescriptor) </code> + Module:format_error(ErrorDescriptor) </code> </section> <section> |