Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 18:03:39 +0200
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Kris Kennaway <kris@FreeBSD.ORG>
Cc:        audit@FreeBSD.ORG
Subject:   Re: Tempfiles and groff
Message-ID:  <20001127180339.B48026@sunbay.com>
In-Reply-To: <20001119161706.A3039@citusc17.usc.edu>; from kris@FreeBSD.ORG on Sun, Nov 19, 2000 at 04:17:06PM -0800
References:  <20001119161706.A3039@citusc17.usc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 19, 2000 at 04:17:06PM -0800, Kris Kennaway wrote:
> Any groff experts in the house?
> 
> I want to fix the following ugliness in 
> /usr/src/contrib/groff/tmac/tmac.pspic which is apparently called
> during make world, and possibly at other times.
> 
> .sy echo .ps-bb `psbb \\$1` >/tmp/psbb\\n[$$]
> .so /tmp/psbb\\n[$$]
> .sy rm /tmp/psbb\\n[$$]
> 
> We need to set a variable to contain the tempfile name generated with
> mktemp and refer to that in the later lines. I have no idea how to do
> this (or even what .so does :-)
> 
Sorry it took so long to reply...

Groff 1.16 and above implement the .psbb request within troff(1) rather
than (as in groff 1.15) with external psbb(1) utility, so this /tmp/psbb
issue should go away when we import the latest groff.

<PS>
I have a plan to import the latest groff soon.
</PS>


Cheers,
-- 
Ruslan Ermilov		Oracle Developer/DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001127180339.B48026>