summaryrefslogtreecommitdiff
path: root/ocamldoc/odoc_man.ml
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2018-04-30 12:39:12 +0200
committerGitHub <noreply@github.com>2018-04-30 12:39:12 +0200
commit672e615b8152138ac1a921d7bf5a6471dc21d8a4 (patch)
tree1399fb5dbe562b995d78e0a83591b84f4c118ef9 /ocamldoc/odoc_man.ml
parentbcfa95848bc28a67513b2136e830ae573d238e4b (diff)
parent9273bab69e3c2cbd45595797cf231339d92d6fe2 (diff)
downloadocaml-fix_large_file_lseek_windows.tar.gz
Merge branch 'trunk' into fix_large_file_lseek_windowsfix_large_file_lseek_windows
Diffstat (limited to 'ocamldoc/odoc_man.ml')
-rw-r--r--ocamldoc/odoc_man.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_man.ml b/ocamldoc/odoc_man.ml
index 9a4d3f1ca1..04e66e70aa 100644
--- a/ocamldoc/odoc_man.ml
+++ b/ocamldoc/odoc_man.ml
@@ -329,9 +329,9 @@ class man =
self#man_of_text_element b
(Odoc_info.Code (Odoc_info.use_hidden_modules name))
| Odoc_info.Superscript t ->
- bs b "^{"; self#man_of_text2 b t
+ bs b "^"; self#man_of_text2 b t
| Odoc_info.Subscript t ->
- bs b "_{"; self#man_of_text2 b t
+ bs b "_"; self#man_of_text2 b t
| Odoc_info.Module_list _ ->
()
| Odoc_info.Index_list ->