reassign 486965 linuxdoc-tools 0.9.50
thanks

On Thu, Jun 19, 2008 at 10:28:35AM +0200, Lucas Nussbaum wrote:
[...]
> > sgml2html -s 0 arpd.sgml
[...]
> > 
> > Error: Option -s: value required
> > 

This seems to be a regression in sgml2html. The "-s <num>" (short for
--split=<num>) seems to no longer work. The syntax output and the
manpage seems to suggest that the option should still be supported.

There are more combinations, according to the manpage, that seems
broken:

$ for a in "-s 0" "--split 0" "-s=0" "--split=0" ; do sgml2html $a arpd.sgml > 
/dev/null 2>&1 ; echo "Option: $a -> Exitcode: $?" ; done
Option: -s 0 -> Exitcode: 1
Option: --split 0 -> Exitcode: 1
Option: -s=0 -> Exitcode: 1
Option: --split=0 -> Exitcode: 0


Please update your manpages and reassign this bug back to iproute if the
options are no longer supported.

--
Regards,
Andreas Henriksson




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to