summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-ocamldoc_odoc__messages.ml
blob: a38a2da6bc1d39f208165709fd033200aefb23a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ocamldoc_odoc__messages.ml,v 1.1 2015/04/02 22:40:09 tnn Exp $

--- ocamldoc/odoc_messages.ml.orig	2014-09-26 13:00:20.000000000 +0000
+++ ocamldoc/odoc_messages.ml
@@ -89,7 +89,7 @@ let default_man_section = "3"
 let man_section = "<section> Use <section> in man page files "^
   "(default is "^default_man_section^") "^man_only^"\n"
 
-let default_man_suffix = default_man_section^"o"
+let default_man_suffix = default_man_section
 let man_suffix = "<suffix> Use <suffix> for man page files "^
   "(default is "^default_man_suffix^") "^man_only^"\n"