CamlP4 \- Pre-Processor-Pretty-Printer for Objective Caml
.SH SYNOPSIS
.B camlp4
-[\fIload-options\fR] [\fI--\fR] [\fIother-options\fR]
+[\fIload\-options\fR] [\fI\-\-\fR] [\fIother\-options\fR]
.SH DESCRIPTION
Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools
for syntax (Stream Parsers and Grammars) and the ability to modify the concrete
syntax of the language (Quotations, Syntax Extensions).
-The Objective Caml compiler has a special option "-pp", allowing to call any
+The Objective Caml compiler has a special option "\-pp", allowing to call any
preprocessor. If Camlp4 is used, the parsing is done (only once) by Camlp4, and
the Objective Caml compiler resumes the rest of the compilation (typing, code
generation).