~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to debian/manpages/erl.1

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH erl 1 "erts  5.6.3" "Ericsson AB" "USER COMMANDS"
 
1
.TH erl 1 "erts  5.6.5" "Ericsson AB" "USER COMMANDS"
2
2
.SH NAME
3
3
erl \- The Erlang Emulator
4
4
.SH DESCRIPTION
361
361
.RE
362
362
.TP 4
363
363
.B
 
364
\fI+d\fR:
 
365
If the emulator detects an internal error (or runs out of memory), it will by default generate both a crash dump and a core dump\&. The core dump will, however, not be very useful since the content of process heaps is destroyed by the crash dump generation\&.
 
366
.RS 4
 
367
.LP
 
368
 
 
369
.LP
 
370
The \fI+d\fR option instructs the emulator to only produce a core dump and no crash dump if an internal error is detected\&.
 
371
.LP
 
372
 
 
373
.LP
 
374
Calling \fIerlang:halt/1\fR with a string argument will still produce a crash dump\&.
 
375
.RE
 
376
.TP 4
 
377
.B
364
378
\fI+h Size\fR:
365
379
Sets the default heap size of processes to the size \fISize\fR\&.
366
380
.TP 4