Date: Thu, 23 Sep 1999 17:56:32 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: tejblum@arc.hq.cti.ru (Dmitrij Tejblum) Cc: phantom@cris.net (Alexey Zelkin), committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/groff/nroff nroff.sh Message-ID: <199909240056.RAA01099@gndrsh.dnsmgr.net> In-Reply-To: <199909232307.DAA05574@tejblum.pp.ru> from Dmitrij Tejblum at "Sep 24, 1999 03:07:18 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> "Rodney W. Grimes" wrote: > > > > > Learn nroff about -p and -t options. It allows to preprocess > > > > > file with pic(1) and tbl(1). > > If it does not emit the > > proper white space areas for the pic and tbl it's a bug. > > I regulary look into /usr/share/doc/08.sendmailop/paper.ascii.gz. It is > effectively created by nroff with pic and eqn preprocessors. The result > looks funny somewhere, but still quite useful. > > (I just want to give you both a fact to consider, no more). An erronious fact at that :-( The paper.ascii.gz files are created by: gndrsh:root {579}# make -n paper.ascii.gz touch _stamp.extraobjs (cd /usr/src/share/doc/smm/08.sendmailop/../../../../contrib/sendmail/doc/op; groff -mtty-char -Tascii -e -p -me -o1- /usr/src/share/doc/smm/08.sendmailop/../../../../contrib/sendmail/doc/op/op.me) | gzip -cn > paper.ascii.gz gndrsh:root {580}# Or if you can't see it in the above: groff -mtty-char -Tascii -e -p -me -o1- It is created by with groff directly, not with nroff's wrapper. It would be nice if the glitches casued by -e and -p could be fixed up though when the output format is -Tascii -mtty-char. -- Rod Grimes - KD7CAX - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909240056.RAA01099>