summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/ocamlrun.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/ocamlrun.m b/man/ocamlrun.m
index ba59d20b7f..7c4734bb4c 100644
--- a/man/ocamlrun.m
+++ b/man/ocamlrun.m
@@ -151,8 +151,7 @@ The initial size of the major heap (in words).
.BR a \ (allocation_policy)
The policy used for allocating in the OCaml heap. Possible values
are 0 for the next-fit policy, 1 for the first-fit
-policy, and 2 for the best-fit policy. Best-fit is still experimental,
-but probably the best of the three. The default is 0.
+policy, and 2 for the best-fit policy. The default is 2.
See the Gc module documentation for details.
.TP
.BR s \ (minor_heap_size)