Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP1:GA
ocaml.12788
ocamldoc-man-th.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ocamldoc-man-th.patch of Package ocaml.12788
http://caml.inria.fr/mantis/view.php?id=7281 --- ocamldoc/odoc_man.ml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/ocamldoc/odoc_man.ml +++ b/ocamldoc/odoc_man.ml @@ -871,7 +871,7 @@ class man = let b = new_buf () in bs b (".TH \""^cl.cl_name^"\" "); bs b !man_section ; - bs b (" source: "^Odoc_misc.current_date^" "); + bs b (" "^Odoc_misc.current_date^" "); bs b "OCamldoc "; bs b ("\""^(match !Global.title with Some t -> t | None -> "")^"\"\n"); @@ -929,7 +929,7 @@ class man = let b = new_buf () in bs b (".TH \""^ct.clt_name^"\" "); bs b !man_section ; - bs b (" source: "^Odoc_misc.current_date^" "); + bs b (" "^Odoc_misc.current_date^" "); bs b "OCamldoc "; bs b ("\""^(match !Global.title with Some t -> t | None -> "")^"\"\n"); @@ -1021,7 +1021,7 @@ class man = let b = new_buf () in bs b (".TH \""^mt.mt_name^"\" "); bs b !man_section ; - bs b (" source: "^Odoc_misc.current_date^" "); + bs b (" "^Odoc_misc.current_date^" "); bs b "OCamldoc "; bs b ("\""^(match !Global.title with Some t -> t | None -> "")^"\"\n"); @@ -1103,7 +1103,7 @@ class man = let b = new_buf () in bs b (".TH \""^m.m_name^"\" "); bs b !man_section ; - bs b (" source: "^Odoc_misc.current_date^" "); + bs b (" "^Odoc_misc.current_date^" "); bs b "OCamldoc "; bs b ("\""^(match !Global.title with Some t -> t | None -> "")^"\"\n"); @@ -1209,7 +1209,7 @@ class man = let b = new_buf () in bs b (".TH \""^name^"\" "); bs b !man_section ; - bs b (" source: "^Odoc_misc.current_date^" "); + bs b (" "^Odoc_misc.current_date^" "); bs b "OCamldoc "; bs b ("\""^(match !Global.title with Some t -> t | None -> "")^"\"\n"); bs b ".SH NAME\n";
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor