From c693840fe81e59a308e0c6e3d2bafae728d1caff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Mar 2008 02:18:03 +0000 Subject: *: whitespace fixes, no code changes --- printutils/lpd.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'printutils') diff --git a/printutils/lpd.c b/printutils/lpd.c index bc0348eba..4008e4396 100644 --- a/printutils/lpd.c +++ b/printutils/lpd.c @@ -18,13 +18,13 @@ * and should have the following structure: * * SPOOLDIR/ - * - * ... - * + * + * ... + * * * can be of two types: - * A. a printer character device or an ordinary file a link to such; - * B. a directory. + * A. a printer character device or an ordinary file a link to such; + * B. a directory. * * In case A lpd just dumps the data it receives from client (lpr) to the * end of queue file/device. This is non-spooling mode. @@ -38,11 +38,11 @@ * lpd only sanitizes them (by removing most non-alphanumerics). * * If HELPER-PROG (with optional arguments) is specified then lpd continues to process client data: - * 1. it reads and parses control file (cfA...). The parse process results in setting environment - * variables whose values were passed in control file; when parsing is complete, lpd deletes - * control file. - * 2. it spawns specified helper application. It is then the helper application who is responsible - * for both actual printing and deleting processed data file. + * 1. it reads and parses control file (cfA...). The parse process results in setting environment + * variables whose values were passed in control file; when parsing is complete, lpd deletes + * control file. + * 2. it spawns specified helper application. It is then the helper application who is responsible + * for both actual printing and deleting processed data file. * * A good lpr passes control files which when parsed provide the following variables: * $H = host which issues the job -- cgit v1.2.3