Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2000 08:08:46 +0200
From:      Mark Murray <mark@grondar.za>
To:        Kris Kennaway <kris@FreeBSD.ORG>
Cc:        audit@FreeBSD.ORG
Subject:   Re: Tempfiles and groff 
Message-ID:  <200011200609.eAK693J17981@gratis.grondar.za>
In-Reply-To: <20001119161706.A3039@citusc17.usc.edu> ; from Kris Kennaway <kris@FreeBSD.ORG>  "Sun, 19 Nov 2000 16:17:06 PST."
References:  <20001119161706.A3039@citusc17.usc.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 :-)

.so is "source" or "include" - it reads a file like #include "file".
(Check out soelim(1)).

.sy is "system" - it means "run ...".

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


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?200011200609.eAK693J17981>