Date: Mon, 5 Nov 2001 08:54:52 -0500 (EST) From: mwlucas@blackhelicopters.org To: FreeBSD-gnats-submit@freebsd.org Subject: docs/31776: addition to FDP Message-ID: <200111051354.IAA89095@blackhelicopters.org>
next in thread | raw e-mail | index | archive | help
>Number: 31776 >Category: docs >Synopsis: addition to fdp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 05 06:00:06 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Lucas >Release: FreeBSD 3.5-STABLE i386 >Organization: None >Environment: recent -doc tree >Description: The FDP does not describe the "errorname" tag, as needed by one of my recent PRs. Submitter educated by: ue@nathan.ruhr.de >How-To-Repeat: Re-read the FDP. >Fix: *** sgml-markup/chapter.sgml-dist Fri Nov 2 08:41:05 2001 --- sgml-markup/chapter.sgml Mon Nov 5 08:46:51 2001 *************** *** 2165,2170 **** --- 2165,2195 ---- value for <replaceable>n</replaceable>.</para> </example> </sect3> + + <sect3> + <title>Quoting system errors</title> + + <para>You might want to show errors generated by FreeBSD. + Mark these with <sgmltag>errorname</sgmltag>. This + indicates the exact error that appears.</para> + + <example> + <title><sgmltag>errorname</sgmltag></title> + + <para>Use:</para> + + <programlisting><![ CDATA [ + <screen><errorname>Panic: cannot mount root</errorname></screen> ]]> + </programlisting> + + + <para>Appearance:</para> + + <informalexample> + <screen><errorname>Panic: cannot mount root</errorname></screen> + </informalexample> + </example> + </sect3> </sect2> <sect2> >Release-Note: >Audit-Trail: >Unformatted: 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?200111051354.IAA89095>