summaryrefslogtreecommitdiffstats
path: root/man/ocamlc.m
diff options
context:
space:
mode:
Diffstat (limited to 'man/ocamlc.m')
-rw-r--r--man/ocamlc.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/man/ocamlc.m b/man/ocamlc.m
index e53a994f4..c26d29ca5 100644
--- a/man/ocamlc.m
+++ b/man/ocamlc.m
@@ -407,9 +407,8 @@ specify the name of the output file produced.
.B \-output\-obj
Cause the linker to produce a C object file instead of a bytecode
executable file. This is useful to wrap OCaml code as a C library,
-callable from any C program. The name of the output object file is
-.B camlprog.o
-by default; it can be set with the
+callable from any C program. The name of the output object file
+must be set with the
.B \-o
option. This
option can also be used to produce a C source file (.c extension) or