[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, 3.11/master, updated. debian/3.11.0-1-15-g06c0081

Stephane Glondu steph at glondu.net
Sun Feb 15 23:31:08 UTC 2009


The following commit has been merged in the 3.11/master branch:
commit d4d65fdc9f2e85643bec73975bf6862fd99978dc
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Feb 15 23:09:58 2009 +0100

    Fix hyphen escaping in manpage (thanks to Lintian)

diff --git a/debian/man/camlp4.1 b/debian/man/camlp4.1
index c107024..780b103 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).

-- 
OCaml packaging



More information about the Pkg-ocaml-maint-commits mailing list