Date: Mon, 24 Jul 2000 23:38:22 +0100 From: Nik Clayton <nik@freebsd.org> To: Ben Smithurst <ben@FreeBSD.org> Cc: Nik Clayton <nik@freebsd.org>, doc@FreeBSD.org Subject: Re: FAQ: "root: not found" messages from cron Message-ID: <20000724233822.I57387@catkin.nothing-going-on.org> In-Reply-To: <20000724220302.F28657@strontium.scientia.demon.co.uk>; from ben@FreeBSD.org on Mon, Jul 24, 2000 at 10:03:02PM %2B0100 References: <20000719223446.D75784@strontium.scientia.demon.co.uk> <20000721225942.D2302@kilt.nothing-going-on.org> <20000723193639.X64132@strontium.scientia.demon.co.uk> <20000724195712.D57387@catkin.nothing-going-on.org> <20000724220302.F28657@strontium.scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 24, 2000 at 10:03:02PM +0100, Ben Smithurst wrote:
> Nik Clayton wrote:
> > (element errorname ($mono-seq$
> > (make sequence
> > (make entity-ref name: "ldquo")
> > (process-children)
> > (make entity-ref name: "rdquo"))))
>
> <dt>Q: <a href="admin.html#AEN2069">Why do I keep getting
> messages like <tt class="ERRORNAME">“root: not
> found”</tt> after editing my crontab file?</a></dt>
>
> Doesn't look right, first because it should be `` and '' in HTML, and
> second because the quotes shouldn't be inside the <tt>. I put it just after
> the <sgmltag> bit:
Try this instead.
(element errorname
(make sequence
<![ %output.print; [ (make entity-ref name: "ldquo") ]]>
<![ %output.html; [ (literal "``") ]]>
($mono-seq$ (process-children))
<![ %output.print; [ (make entity-ref name: "rdquo") ]]>
<![ %output.html; [ (literal "''") ]]>
))
N
--
Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95.
Telephone line, $24.95 a month. Software, free. USENET transmission,
hundreds if not thousands of dollars. Thinking before posting, priceless.
Somethings in life you can't buy. For everything else, there's MasterCard.
-- Graham Reed, in the Scary Devil Monastery
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000724233822.I57387>
