git: 9front

Download patch

ref: 210c20917830c93865f94acd69cfb3965d70a028
parent: 114f10337b032b3cf907247e66bc4794b1e7f1a9
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Mon Sep 10 04:10:30 EDT 2012

lp: HTML table support

--- a/sys/lib/lp/process/generic
+++ b/sys/lib/lp/process/generic
@@ -208,7 +208,7 @@
 		echo Unrecognized class of line printer for $LPDEST >[1=2]
 	}
 case HTML
-	uhtml <$temp | html2ms | troff -ms | $proc/generic
+	uhtml <$temp | html2ms | tbl | troff -ms | $proc/generic
 case *
 	echo $type(2) file is improper for $LPDEST >[1=2]
 }
--- a/sys/man/1/ms2html
+++ b/sys/man/1/ms2html
@@ -78,5 +78,3 @@
 Ms2html doesn't understand a number of troff
 commands.  It does handle macros and defined
 strings.
-.PP
-Html2ms doesn't understand HTML tables. 
--