Add some details on when filters are run.

This commit is contained in:
hubertf 1998-02-20 12:24:50 +00:00
parent e797ce3f09
commit 663644670d

View File

@ -1,4 +1,4 @@
.\" $NetBSD: printcap.5,v 1.6 1998/02/20 11:10:14 hubertf Exp $ .\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $
.\" .\"
.\" Copyright (c) 1983, 1991, 1993 .\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -133,11 +133,18 @@ style text files
If the local line printer driver supports indentation, the daemon If the local line printer driver supports indentation, the daemon
must understand how to invoke it. must understand how to invoke it.
.Sh FILTERS .Sh FILTERS
The If a printer is specified via
.Sy lp
(either local or remote),
the
.Xr lpd 8 .Xr lpd 8
daemon creates a pipeline of daemon creates a pipeline of
.Em filters .Em filters
to process files for various printer types. to process files for various printer types.
The pipeline is not set up for remote printers specified via
.Sy rm
unless the local host is the same as the remote printer host
given.
The filters selected depend on the flags passed to The filters selected depend on the flags passed to
.Xr lpr 1 . .Xr lpr 1 .
The pipeline set up is: The pipeline set up is: