mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Add commented out example of Russian output filter usage
This commit is contained in:
parent
6094ceca72
commit
0b9bd7b7e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33089
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user