On Fri, Nov 28, 2008 at 08:41:38AM +0100, Werner LEMBERG wrote: > > [CVS 2008-11-25] > > There are some command line problems in texi2html. > > . texi2html doesn't understand `-o /dev/null'. It aborts with > > *** /dev/ not writable
That doesn't seems to be a bug. -o /dev/null means that the use wants to output to the file names /dev/null (or the directory if split). If somebody wants to have the output goes to /Dev/null, it should be .... -o - > /dev/null -- Pat
