From 81dd9fa1547dbd79dfde3af3421a7155c29537e7 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 22 Jan 2013 15:04:22 +0100 Subject: Add a new function proc_lib:format/2 which takes encoding --- lib/stdlib/doc/src/proc_lib.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/proc_lib.xml b/lib/stdlib/doc/src/proc_lib.xml index abc17c4a91..b597074044 100644 --- a/lib/stdlib/doc/src/proc_lib.xml +++ b/lib/stdlib/doc/src/proc_lib.xml @@ -4,7 +4,7 @@
- 19962011 + 19962013 Ericsson AB. All Rights Reserved. @@ -208,6 +208,13 @@ init(Parent) -> Format a crash report. + +

Equivalent to format(CrashReport, latin1).

+
+
+ + + Format a crash report.

This function can be used by a user defined event handler to format a crash report. The crash report is sent using -- cgit v1.2.3