diff options
author | ache <ache@FreeBSD.org> | 1998-02-04 12:09:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-02-04 12:09:06 +0000 |
commit | 504e08b59813fc8f079d3ac0cbd1c5d46d510a8e (patch) | |
tree | 8c678de3fb4748b9302baf592eac3d5aac9d9fba /etc/printcap | |
parent | 9f7f3c25292bfb5bbedcc21bbd144874443ca1b4 (diff) | |
download | FreeBSD-src-504e08b59813fc8f079d3ac0cbd1c5d46d510a8e.zip FreeBSD-src-504e08b59813fc8f079d3ac0cbd1c5d46d510a8e.tar.gz |
Add commented out example of Russian output filter usage
Diffstat (limited to 'etc/printcap')
-rw-r--r-- | etc/printcap | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/printcap b/etc/printcap index 321a19c..5008071 100644 --- a/etc/printcap +++ b/etc/printcap @@ -1,5 +1,5 @@ # @(#)printcap 5.3 (Berkeley) 6/30/90 -# $Id: printcap,v 1.7 1997/02/23 09:20:44 peter Exp $ +# $Id: printcap,v 1.8 1998/01/04 17:59:24 steve Exp $ # # This enables a simple local "raw" printer, hooked up to the first @@ -35,3 +35,10 @@ lp|local line printer:\ #remote|sample remote printer:\ # :sh:\ # :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs: +# +# Simple Russian printer with hardware CP866 character set, output filter +# used for KOI8-R -> CP866 conversion +# +#lp|Russian local line printer:\ +# :sh:of=/usr/libexec/lpr/ru/koi2alt:\ +# :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: |