[Pkg-ocaml-maint-commits] [SCM] hevea packaging branch, experimental/master, updated. debian/1.10-14-16-ge605d79

Ralf Treinen treinen at debian.org
Thu Sep 6 12:36:09 UTC 2012


The following commit has been merged in the experimental/master branch:
commit 7fb449651ddb4e91c95c603bd936e6cfd7b27a75
Author: Ralf Treinen <treinen at debian.org>
Date:   Thu Sep 6 20:54:33 2012 +0900

    update hacha manpage

diff --git a/debian/changelog b/debian/changelog
index 9703d6f..185f374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ hevea (2.00-1) experimental; urgency=low
       upstream, since it no longer applies.
     - fixed a typo (missing space)
     - added the option -rsz
+  * debian/manpages/hacha.1:
+    - several subsections for different types of options
+    - add options -rsz, -tocter, --help, -version.
 
  -- Ralf Treinen <treinen at debian.org>  Thu, 06 Sep 2012 20:39:45 +0900
 
diff --git a/debian/manpages/hacha.1 b/debian/manpages/hacha.1
index 88c3c57..cfd6bcb 100644
--- a/debian/manpages/hacha.1
+++ b/debian/manpages/hacha.1
@@ -15,29 +15,47 @@ because the original program does not have a manual page.
 is a program that allow to cut an html file produced with
 .B hevea
 into several html files.
+
 .SH OPTIONS
-A summary of options are included below.
+
+.SS General Options 
+.TP
+.B \-help, \-\- help 
+Print a summary of the usage of hacha.
+.TP 
+.B \-version
+Show the current version of hacha and exit. 
 .TP
 .B \-v,
 Verbose flag
 .TP
+.B -rsz
+Size of leaves in rope implementation. The default is 1024. Ropes are
+a datastructure internally used by hevea to represent large pieces of
+text.
+
+.SS Options directing the flow of output
+.TP
 .B \-o filename
 make htmlcut output go into file \fIfilename\fR (defaults to index.html)
 .TP
-.B \-tocbis
-Add small table of contents at the beginning of files.
-.TP
-.B \-nolinks
-Do not insert Previous/Up/Next links in generated pages.
-.TP
 .B -hrf
 Output a base.hrf file, showing in which output files are the anchors
 from the input file gone. The format of this summary is one
 ``\fIanchor\fR\\t\fIfile\fR'' line per anchor. This information may be
 needed by other tools.
+
+.SS Options controlling aspects of the HTML code 
+.TP
+.B \-tocbis
+Duplicate table of contents at the begining of files
+.TP
+.B \-tocter
+Insert most of table of contents at the beginning of files
+.TP
+.B \-nolinks
+Do not insert Previous/Up/Next links in generated pages.
 .TP
-.B -help
-Print version number and a short help message. 
 
 .SH SEE ALSO
 .BR hevea (1)

-- 
hevea packaging



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