summaryrefslogtreecommitdiff
path: root/man/ocamldoc.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/ocamldoc.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/ocamldoc.m')
-rw-r--r--man/ocamldoc.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/ocamldoc.m b/man/ocamldoc.m
index 5c217cfa62..1a35506a96 100644
--- a/man/ocamldoc.m
+++ b/man/ocamldoc.m
@@ -12,7 +12,7 @@
\" ..
.SH NAME
-ocamldoc \- The Objective Caml documentation generator
+ocamldoc \- The OCaml documentation generator
.SH SYNOPSIS
@@ -24,13 +24,13 @@ ocamldoc \- The Objective Caml documentation generator
.SH DESCRIPTION
-The Objective Caml documentation generator
+The OCaml documentation generator
.BR ocamldoc (1)
generates documentation from special comments embedded in source files. The
comments used by OCamldoc are of the form
.I (** ... *)
and follow the format described in the
-.IR "The Objective Caml user's manual" .
+.IR "The OCaml user's manual" .
OCamldoc can produce documentation in various formats: HTML, LaTeX, TeXinfo,
Unix man pages, and
@@ -258,7 +258,7 @@ Do not print OCamldoc warnings.
Display a short usage summary and exit.
.SS "Type-checking options"
.BR ocamldoc (1)
-calls the Objective Caml type-checker to obtain type information. The
+calls the OCaml type-checker to obtain type information. The
following options impact the type-checking phase. They have the same meaning
as for the
.BR ocamlc (1)\ and \ ocamlopt (1)
@@ -430,5 +430,5 @@ Set the section number used for generated man filenames. Default is 3.
.BR ocamlc (1),
.BR ocamlopt (1).
.br
-.IR "The Objective Caml user's manual",
+.IR "The OCaml user's manual",
chapter "The documentation generator".