diff options
Diffstat (limited to 'man/ocaml.m')
-rw-r--r-- | man/ocaml.m | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man/ocaml.m b/man/ocaml.m index dd01069fa..424e9ebba 100644 --- a/man/ocaml.m +++ b/man/ocaml.m @@ -7,7 +7,7 @@ ocaml \- The Objective Caml interactive toplevel .SH SYNOPSIS .B ocaml [ -.B \-modern +.B \-labels ] [ .B \-unsafe @@ -63,11 +63,12 @@ were given on the command line, but before the standard library directory. .TP -.B \-modern -Switch to the modern semantics for application. Arguments should be +.B \-labels +Switch to ``commuting label mode''. Arguments must be explicitly labeled by labels appearing in types. Arguments with different labels may commute freely. + .TP .B \-unsafe Turn bound checking off on array and string accesses (the v.(i) |