diff options
author | Siri Hansen <[email protected]> | 2011-12-02 15:36:38 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-12-02 15:36:38 +0100 |
commit | 2243001806a00b8ed37873fd0eb416d34a990833 (patch) | |
tree | 13b5fb2371e72cda625402dfdd4fc087775fe70c /lib | |
parent | e10079c3793da3d0f6d76adaf38422cba63bc427 (diff) | |
download | otp-2243001806a00b8ed37873fd0eb416d34a990833.tar.gz otp-2243001806a00b8ed37873fd0eb416d34a990833.tar.bz2 otp-2243001806a00b8ed37873fd0eb416d34a990833.zip |
Add all valid report types in documentation of rb:list
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sasl/doc/src/rb.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sasl/doc/src/rb.xml b/lib/sasl/doc/src/rb.xml index f35ceb5777..3da825878e 100644 --- a/lib/sasl/doc/src/rb.xml +++ b/lib/sasl/doc/src/rb.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2010</year> + <year>1996</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -123,7 +123,9 @@ <fsummary>List all reports</fsummary> <type> <v>Type = type()</v> - <v>type() = crash_report | supervisor_report | error | progress</v> + <v>type() = error | error_report | info_msg | info_report | + warning_msg | warning_report | crash_report | + supervisor_report | progress</v> </type> <desc> <p>This function lists all reports loaded in the |