Package: man2html
Version: 1.6-3
Severity: normal
File: /usr/bin/hman

One does hman i810 and sees:
SYNOPSIS
Section N'34'DeviceN'34'
  Identifier N'34'devnameN'34'
  Driver N'34'i810N'34'
  ...
EndSection

Same with
zcat $(man -w i810)|man2html -

OK, had to do
$ zcat $(man -w i810)|man2html -|sed "s/N'34'/\"/g" >| /tmp/i810.html
$ mozilla /tmp/i810.html

P.S. hman -P fails because I am not running whatever server. So I can only
use lynx it seems.


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

Reply via email to