From 0f8fe7fc59b5102f34a2e7fa42562cea5c471b8c Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Thu, 15 Apr 2004 16:16:55 +0000 Subject: PR#2267 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6209 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- man/ocamlrun.m | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/ocamlrun.m b/man/ocamlrun.m index 0fff44d76..7db888bdd 100644 --- a/man/ocamlrun.m +++ b/man/ocamlrun.m @@ -21,7 +21,7 @@ command. The first non-option argument is taken to be the name of the file containing the executable bytecode. (That file is searched in the executable path as well as in the current directory.) The remaining -arguments are passed to the Caml Light program, in the string array +arguments are passed to the Objective Caml program, in the string array Sys.argv. Element 0 of this array is the name of the bytecode executable file; elements 1 to .I n @@ -62,6 +62,9 @@ A parameter specification is an option letter followed by an = sign, a decimal number, and an optional multiplier. There are seven options: .TP +.BR b \ (backtrace) +Print a stack backtrace in case of an uncaught exception. +.TP .BR s \ (minor_heap_size) Size of the minor heap. .TP @@ -104,6 +107,12 @@ Change of GC parameters. .TP .BR 64 Computation of major GC slice size. +.TP +.BR 128 +Calling of finalisation function. +.TP +.BR 256 +Startup messages. The multiplier is .B k -- cgit v1.2.3-70-g09d2