Bug#593705: Manpage of zggev

Ferenc Wagner wferi at niif.hu
Mon Feb 14 17:47:53 UTC 2011


Bastien ROUCARIES <roucaries.bastien at gmail.com> writes:

> Beta is misaligned in the man page of zggev.
>
> I have just cook a patch. I know it is obvious but it ease the
> reading. Other man page of the serie has the same problem

Indeed, this is a minor but rather annoying issue, rather widespread
amongst the LaPack manual pages, as shown by

cd lapack-3.2.1/man/manl
for i in *; do
  o=$(sed -n '/^[A-Z][A-Z0-9]*  *(/{h;n;/^[A-Z][A-Z0-9]*  *(/{x;p;x;p}}' $i)
  [ "$o" ] && {
    echo $i
    echo "$o"
  }
done

However, most of this can be fixed by issuing

sed -i '/^\.TP /{n;/^[A-Z][A-Z0-9]*  *(/{:cont;n;/^[A-Z][A-Z0-9]*  *(/{i.TQ
bcont}}}' *

in the manl directory.  The obvious remaining offenders are the
[sdcz]larrv.l pages (escaping the sed fix due to their undocumented
MINRGP argument), which are also seriously challenged with respect to
the documentation of their INFO argument.  I attach 4 proof-of-concept
patches to fix up these, but I admit that I've got no idea about what
IINFO is, so take that part of the patches with extra grains of salt.
Also, the INFO documentation generally isn't structured into .TPs in
other functions, but that's less of a problem in the simpler cases.
Still, it would be nice (and probably reasonable to automate) to fix up
those, too.

Of course these manual pages might be automatically generated from the
Fortran source files, in which case fixing the generation process would
be preferred, but I couldn't find any information regarding this.
-- 
Thanks,
Feri.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: slarrv.patch
Type: text/x-diff
Size: 1948 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20110214/05c9e037/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dlarrv.patch
Type: text/x-diff
Size: 1948 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20110214/05c9e037/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clarrv.patch
Type: text/x-diff
Size: 1948 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20110214/05c9e037/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zlarrv.patch
Type: text/x-diff
Size: 1948 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20110214/05c9e037/attachment-0003.patch>


More information about the debian-science-maintainers mailing list