From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/sgml/conventions.sgml | 111 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 docs/sgml/conventions.sgml (limited to 'docs/sgml/conventions.sgml') diff --git a/docs/sgml/conventions.sgml b/docs/sgml/conventions.sgml new file mode 100644 index 000000000..66f72303c --- /dev/null +++ b/docs/sgml/conventions.sgml @@ -0,0 +1,111 @@ + + +
+ Document Conventions + + + conventions + + + + This document uses the following conventions + + + + + + + Descriptions + Appearance + + + + + Warnings + + Warnings. + + + + Hint + + Hint. + + + + Notes + + Note. + + + + Information requiring special attention + + Warning. + + + + File Names + file.extension + + + Directory Names + directory + + + Commands to be typed + command + + + Applications Names + application + + + Prompt of users command under bash shell + bash$ + + + Prompt of root users command under bash shell + bash# + + + Prompt of user command under tcsh shell + tcsh$ + + + Environment Variables + VARIABLE + + + Emphasized word + word + + + Code Example + paraBeginning and end of paragraphpara + + + + + +
+ + + + -- cgit v1.2.3-24-g4f1b