aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/sys.xml
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-07-03 09:48:37 +0200
committerSiri Hansen <[email protected]>2014-07-03 09:48:37 +0200
commitbbf3e70e806b796611d14d4660372072dce8bffb (patch)
tree8e25835e77ee2bd3247b4ae8a658f9e737283850 /lib/stdlib/doc/src/sys.xml
parentd2ade9b27432a1f7342e231d0d8b12467c3d3d77 (diff)
downloadotp-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/sys.xml')
-rw-r--r--lib/stdlib/doc/src/sys.xml5
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>