diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-10 08:10:30 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-10 08:10:30 +0200 |
commit | 0a48c1e340e31b7e43b63edae5cdd4b400156a2c (patch) | |
tree | 242d76cc7c13eaeec0b47d688d7a5eeb3f68e24a /sys/lib/lp | |
parent | 8472086cc6c9aaf1d4c893a755341253d654a897 (diff) |
lp: HTML table support
Diffstat (limited to 'sys/lib/lp')
-rwxr-xr-x | sys/lib/lp/process/generic | 2 |
1 files changed, 1 insertions, 1 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] } |