From owner-freebsd-doc Mon Jul 24 14:53:55 2000 Delivered-To: freebsd-doc@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id C276D37BBBF; Mon, 24 Jul 2000 14:53:38 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13GpNO-0002RR-00; Mon, 24 Jul 2000 22:03:02 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13GpNO-0005sr-00; Mon, 24 Jul 2000 22:03:02 +0100 Date: Mon, 24 Jul 2000 22:03:02 +0100 From: Ben Smithurst To: Nik Clayton Cc: doc@FreeBSD.org Subject: Re: FAQ: "root: not found" messages from cron Message-ID: <20000724220302.F28657@strontium.scientia.demon.co.uk> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000724195712.D57387@catkin.nothing-going-on.org> Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nik Clayton wrote: > (element errorname ($mono-seq$ > (make sequence > (make entity-ref name: "ldquo") > (process-children) > (make entity-ref name: "rdquo")))) > > in freebsd.dsl should solve that. Using things like means > that we can expand some of the automatically generated tables. As well as > a table of contents and a table of examples we could have a table of error > messages. . .
Q: Why do I keep getting messages like “root: not found” after editing my crontab file?
Doesn't look right, first because it should be `` and '' in HTML, and second because the quotes shouldn't be inside the . I put it just after the bit: --- freebsd.dsl 2000/03/23 09:00:16 1.14 +++ freebsd.dsl 2000/07/24 20:51:48 @@ -141,6 +141,15 @@ (process-children) (literal ">")))) + + + + (element errorname ($mono-seq$ + (make sequence + (make entity-ref name: "ldquo") + (process-children) + (make entity-ref name: "rdquo")))) +