Date: Sun, 13 Dec 1998 21:26:12 +0100 (CET) From: List User <listuser@netspace.net.au> To: freebsd-questions@FreeBSD.ORG Message-ID: <199812132026.VAA02572@doorway.home.lan>
next in thread | raw e-mail | index | archive | help
Newsgroups: freebsd.questions Path: root From: Steve Price <sprice@hiwaay.net> Subject: Re: printing stair stepping Content-Type: TEXT/PLAIN; charset=US-ASCII Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id NAA28902; Sun, 13 Dec 1998 13:35:33 -0600 (CST) To: Robert L Shollenberger <Shollenb> Sender: owner-freebsd-questions@FreeBSD.ORG Organization: Private News Host Precedence: bulk Message-ID: <Pine.OSF.4.02.9812131331030.4086-100000@fly.HiWAAY.net> Delivered-To: vmailer-questions@freebsd.org X-Uidl: 6dfa623cbcaf78b0b5de9bc7bdcaf539 X-Loop: FreeBSD.ORG Mime-Version: 1.0 In-Reply-To: <01BE26A4.1B0113A0@d363m18.hsonline.net> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions> Date: Sun, 13 Dec 1998 19:35:33 GMT On Sun, 13 Dec 1998, Robert L Shollenberger wrote: # Could you tell me exactly how to fix the stairstepping effect when using lpr? You have two ways of fixing it. Set the jumpers on the printer to translate a LF to a CR/LF. Or setup an input filter (if=) in your /etc/printcap file. If you pick the latter it should contain a line similar to: sed -e 's/$/^M/' Note to get the Control-m (^M) into the filter script (and if you are using vi) you will need to go into insert mode and type Control-v Control-m. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812132026.VAA02572>