shithub: riscv

Download patch

ref: 0a48c1e340e31b7e43b63edae5cdd4b400156a2c
parent: 8472086cc6c9aaf1d4c893a755341253d654a897
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. 
--