From 0a48c1e340e31b7e43b63edae5cdd4b400156a2c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 10 Sep 2012 08:10:30 +0200 Subject: [PATCH] lp: HTML table support --- sys/lib/lp/process/generic | 2 +- sys/man/1/ms2html | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/lib/lp/process/generic b/sys/lib/lp/process/generic index e10d3514c..d4a9e53f4 100755 --- a/sys/lib/lp/process/generic +++ b/sys/lib/lp/process/generic @@ -208,7 +208,7 @@ case English short extended alef limbo [Aa]scii assembler c latin rc sh \ 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] } diff --git a/sys/man/1/ms2html b/sys/man/1/ms2html index 06c380363..85e40b041 100644 --- a/sys/man/1/ms2html +++ b/sys/man/1/ms2html @@ -78,5 +78,3 @@ should be used to normalize the HTML. Ms2html doesn't understand a number of troff commands. It does handle macros and defined strings. -.PP -Html2ms doesn't understand HTML tables.