Package: po4a Version: 0.45-1 Severity: minor Tags: patch Hi!
I've been kept confused by the porefs option in the docs, as if it was a config file option only or similar. Checking the code, revealed that this was an actual command-line option just lacking the -- prefix, which was missing in the man page and the --help output. The attached patch fixes it. Thanks, Guillem
Index: po4a =================================================================== --- po4a (revision 2764) +++ po4a (working copy) @@ -427,7 +427,7 @@ =over 4 -=item B<porefs> I<type>[,B<wrap>|B<nowrap>] +=item B<--porefs> I<type>[,B<wrap>|B<nowrap>] Specify the reference format. Argument I<type> can be one of B<none> to not produce any reference, B<noline> to not specify the line number (more

