Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 19:57:12 +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:  <20000724195712.D57387@catkin.nothing-going-on.org>
In-Reply-To: <20000723193639.X64132@strontium.scientia.demon.co.uk>; from ben@FreeBSD.org on Sun, Jul 23, 2000 at 07:36:39PM %2B0100
References:  <20000719223446.D75784@strontium.scientia.demon.co.uk> <20000721225942.D2302@kilt.nothing-going-on.org> <20000723193639.X64132@strontium.scientia.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jul 23, 2000 at 07:36:39PM +0100, Ben Smithurst wrote:
> Nik Clayton wrote:
> > On Wed, Jul 19, 2000 at 10:34:46PM +0100, Ben Smithurst wrote:
> >> This is another question I've seen once too often...  Does anyone have any
> >> objections to my proposed answer?
> > 
> > Just the one.
> > 
> >> +        <question>
> >> +          <para>Why do I keep getting messages like <quote>root: not
> >> +            found</quote> after editing my crontab file?</para>
> >> +        </question>
> > 
> > <quote> should be <errorname>
> > 
> > And I should document <errorname> in the primer. . .
> 
> But... but... that doesn't seem to give any different rendering in HTML,
> so it looks a bit odd:
> 
>         Why do I keep getting messages like root: not found after
>         editing my crontab file?
> 
> With no quotes or anything around ``root: not found'', it just looks
> weird to me.

    (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 <errorname> 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. . .

If that works for you then feel free to commit it to freebsd.dsl (right
around the place we do the same thing to the <sgmltag> element).

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?20000724195712.D57387>