diff options
author | Siri Hansen <[email protected]> | 2014-07-03 09:48:37 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2014-07-03 09:48:37 +0200 |
commit | bbf3e70e806b796611d14d4660372072dce8bffb (patch) | |
tree | 8e25835e77ee2bd3247b4ae8a658f9e737283850 /lib/stdlib/doc/src | |
parent | d2ade9b27432a1f7342e231d0d8b12467c3d3d77 (diff) | |
download | otp-bbf3e70e806b796611d14d4660372072dce8bffb.tar.gz otp-bbf3e70e806b796611d14d4660372072dce8bffb.tar.bz2 otp-bbf3e70e806b796611d14d4660372072dce8bffb.zip |
Fix spec of format function in sys
The argument FormFunc is sys:handle_debug/4war erronously specified as
dbg_fun(), which is a debug function. This has now been corrected by
adding a new type, format_fun().
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/sys.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml index a46fa1289f..19605f325b 100644 --- a/lib/stdlib/doc/src/sys.xml +++ b/lib/stdlib/doc/src/sys.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1996</year><year>2013</year> + <year>1996</year><year>2014</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -115,6 +115,9 @@ <datatype> <name name="dbg_fun"/> </datatype> + <datatype> + <name name="format_fun"/> + </datatype> </datatypes> <funcs> <func> |