Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 22:03:02 +0100
From:      Ben Smithurst <ben@FreeBSD.org>
To:        Nik Clayton <nik@freebsd.org>
Cc:        doc@FreeBSD.org
Subject:   Re: FAQ: "root: not found" messages from cron
Message-ID:  <20000724220302.F28657@strontium.scientia.demon.co.uk>
In-Reply-To: <20000724195712.D57387@catkin.nothing-going-on.org>
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>

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

          <dt>Q: <a href="admin.html#AEN2069">Why do I keep getting
          messages like <tt class="ERRORNAME">&ldquo;root: not
          found&rdquo;</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:

--- 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 ">"))))
 
+
+      <!-- Add quotes around <errorname> text. -->
+
+      (element errorname ($mono-seq$
+        (make sequence
+          (make entity-ref name: "ldquo")
+          (process-children)
+          (make entity-ref name: "rdquo"))))
+
       <!-- John Fieber's 'instant' translation specification had 
            '<command>' rendered in a mono-space font, and '<application>'
            rendered in bold. 

-- 
Ben Smithurst                 / ben@FreeBSD.org / PGP: 0x99392F7D
FreeBSD Documentation Project /


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?20000724220302.F28657>