summaryrefslogtreecommitdiffstats
path: root/man/ocamlc.m
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2011-06-20 21:42:19 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2011-06-20 21:42:19 +0000
commitfda490b03cf09a5799cbebf15febb04ad359b77a (patch)
treed531d9b0fa1da50845788bdf21efd5b73c490b42 /man/ocamlc.m
parent9bd35bf83c3e99d87f72be4d5029aa6acad54135 (diff)
Documentation of option -strict-sequence. Bad alphabetical ordering corrected.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11098 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'man/ocamlc.m')
-rw-r--r--man/ocamlc.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m
index 597d0ca0e..54c4296dd 100644
--- a/man/ocamlc.m
+++ b/man/ocamlc.m
@@ -454,6 +454,9 @@ then the
.B d
suffix is supported and gives a debug version of the runtime.
.TP
+.B \-strict\-sequence
+The left-hand part of a sequence must have type unit.
+.TP
.B \-thread
Compile or link multithreaded programs, in combination with the
system "threads" library described in
@@ -486,7 +489,7 @@ invocations of the C compiler and linker in
.B \-custom
mode. Useful to debug C library problems.
.TP
-.BR \-vnum or \-version
+.BR \-vnum\ or \-version
Print the version number of the compiler in short form (e.g. "3.11.0"),
then exit.
.TP