From 0a5078eba609f2a9009adb319a637fc5ad56e764 Mon Sep 17 00:00:00 2001 From: pawelb Date: Wed, 21 Jul 2004 19:23:32 +0000 Subject: [PATCH] - now works with 3.08 Changed files: ocaml-mano.patch -> 1.4 --- ocaml-mano.patch | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ocaml-mano.patch b/ocaml-mano.patch index acc6d62..f128a89 100644 --- a/ocaml-mano.patch +++ b/ocaml-mano.patch @@ -1,12 +1,11 @@ -diff -ur ocaml-3.05/ocamldoc/odoc_messages.ml ocaml-3.05-/ocamldoc/odoc_messages.ml ---- ocaml-3.05/ocamldoc/odoc_messages.ml Tue Jul 23 16:11:51 2002 -+++ ocaml-3.05-/ocamldoc/odoc_messages.ml Thu Aug 8 14:09:56 2002 -@@ -86,7 +86,7 @@ +--- ocaml-3.08.0/ocamldoc/odoc_messages.ml 2004-07-09 16:32:42.000000000 +0200 ++++ ocaml-3.08.0_/ocamldoc/odoc_messages.ml 2004-07-21 21:13:04.724002928 +0200 +@@ -83,7 +83,7 @@ - let man_mini = " Generate man pages only for modules, module types,\n"^ - " classes and class types "^man_only + let man_mini = "\tGenerate man pages only for modules, module types, classes\n"^ + "\t\tand class types "^man_only -let default_man_suffix = "o" +let default_man_suffix = "3o" - let man_suffix = " use for man page files "^ + let man_suffix = "\n\t\tUse for man page files "^ "(default is "^default_man_suffix^") "^man_only^"\n" -- 2.43.0