Date: Mon, 08 Jun 1998 15:34:57 -0500 From: Stephen Montgomery-Smith <stephen@showme.missouri.edu> To: faq@FreeBSD.ORG Subject: Suggested changes to handbook Message-ID: <357C4AF1.BD2688FF@showme.missouri.edu>
next in thread | raw e-mail | index | archive | help
Dear Mr/Ms FAQ, I have some little suggested change to the FreeBSD handbook, specifically concerning HP printers. In section 7.4.2.2, in your sample if-simple, you end with a printf "\f". The disadvantage of this is if it should just happen that the printed page ended exactly at the end of the page, then in addition you get another blank page printed. (Yes, this really happened to me, usually when I used the dvilj program.) I find that the sequence printf "\033&l0H" works a lot better - it flushes out the present page, only printing if there is actually stuff on it. In fact, I use the hpif described in 7.6.1.3 - again I use this new sequence. Just a little suggestion to a really excellent handbook to a really excellent product. -- Stephen Montgomery-Smith stephen@math.missouri.edu 307 Math Science Building stephen@showme.missouri.edu Department of Mathematics stephen@missouri.edu University of Missouri-Columbia Columbia, MO 65211 USA Phone (573) 882 4540 Fax (573) 882 1869 http://math.missouri.edu/~stephen 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?357C4AF1.BD2688FF>