Le dimanche, 2 f�v 2003, � 20:34 Europe/Paris, David Orlovich a �crit :

Is there a fink package that'll do it?
rman is a good formatter. Available on Fink.

I use it via a script to generate an html file, I can browse or print as pdf with Preview.

Script:

#!/bin/sh
tfile=~/Documents/manoutput.html
man $1 | rman -f HTML > $tfile
open $tfile

Mich�le
<http://micmacfr.homeunix.org/>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


Reply via email to