From: Stephane Glondu Date: Sun, 15 Feb 2009 22:09:58 +0000 (+0100) Subject: Fix hyphen escaping in manpage (thanks to Lintian) X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d4d65fdc9f2e85643bec73975bf6862fd99978dc;p=ocaml.git Fix hyphen escaping in manpage (thanks to Lintian) --- diff --git a/debian/man/camlp4.1 b/debian/man/camlp4.1 index c1070247..780b1035 100644 --- a/debian/man/camlp4.1 +++ b/debian/man/camlp4.1 @@ -3,13 +3,13 @@ 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).