summaryrefslogtreecommitdiffstats
path: root/man/ocamlopt.m
diff options
context:
space:
mode:
Diffstat (limited to 'man/ocamlopt.m')
-rw-r--r--man/ocamlopt.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ocamlopt.m b/man/ocamlopt.m
index db6ac0098..0dfb196bd 100644
--- a/man/ocamlopt.m
+++ b/man/ocamlopt.m
@@ -336,8 +336,8 @@ option is given, specify the name of plugin file produced.
.B \-output\-obj
Cause the linker to produce a C object file instead of an 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
-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 compiled shared/dynamic