From edf26dccd4158c11767571cd1e88171bdb35a976 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 13 Nov 2001 08:14:49 +0000 Subject: [PATCH] Document the "errorname" tag. PR: 31776 Submitted by: Michael Lucas --- .../books/fdp-primer/sgml-markup/chapter.sgml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml index 359e4bf337..4e38b2c3fa 100644 --- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml @@ -2165,6 +2165,31 @@ This is the file called 'foo2' value for n. + + + Quoting system errors + + You might want to show errors generated by FreeBSD. + Mark these with errorname. This + indicates the exact error that appears. + + + <sgmltag>errorname</sgmltag> + + Use: + + Panic: cannot mount root ]]> + + + + Appearance: + + + Panic: cannot mount root + + +