summaryrefslogtreecommitdiff
path: root/man/ocamlmktop.m
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2011-04-26 12:16:50 +0000
committerDamien Doligez <damien.doligez-inria.fr>2011-04-26 12:16:50 +0000
commit31b0292413bc64305ba2a1ea7dd309f32e54c575 (patch)
treebaa33aab8801a327088b88d887ba6a6cb83b6b05 /man/ocamlmktop.m
parent9d0006c665fa2eb7441cfd2b9d4257da82ecbe9c (diff)
downloadocaml-31b0292413bc64305ba2a1ea7dd309f32e54c575.tar.gz
renaming "Objective Caml" to "OCaml" (first pass)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11015 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'man/ocamlmktop.m')
-rw-r--r--man/ocamlmktop.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/ocamlmktop.m b/man/ocamlmktop.m
index d84381e154..647a29d80f 100644
--- a/man/ocamlmktop.m
+++ b/man/ocamlmktop.m
@@ -29,7 +29,7 @@ ocamlmktop \- Building custom toplevel systems
The
.BR ocamlmktop (1)
-command builds Objective Caml toplevels that
+command builds OCaml toplevels that
contain user code preloaded at start-up.
The
.BR ocamlmktop (1)
@@ -37,8 +37,8 @@ command takes as argument a set of
.IR x .cmo
and
.IR x .cma
-files, and links them with the object files that implement the Objective
-Caml toplevel. If the
+files, and links them with the object files that implement the
+OCaml toplevel. If the
.B \-custom
flag is given, C object files and libraries (.o and .a files) can also
be given on the command line and are linked in the resulting toplevel.