conventions.xml 3.67 KB
Newer Older
1 2 3
<!-- <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
<section id="conventions">
  <title>Document Conventions</title>
4

5 6 7
  <indexterm zone="conventions">
    <primary>conventions</primary>
  </indexterm>
8

9
  <para>This document uses the following conventions:</para>
10

11 12 13 14 15
  <informaltable frame="none">
    <tgroup cols="2">
      <thead>
        <row>
          <entry>Descriptions</entry>
16

17 18 19
          <entry>Appearance</entry>
        </row>
      </thead>
20

21 22 23
      <tbody>
        <row>
          <entry>Warnings</entry>
24 25 26

          <entry>
            <caution>
27
              <para>Don't run with scissors!</para>
28 29
            </caution>
          </entry>
30
        </row>
31

32 33
        <row>
          <entry>Hint</entry>
34 35 36

          <entry>
            <tip>
37
              <para>Would you like a breath mint?</para>
38 39
            </tip>
          </entry>
40
        </row>
41

42 43
        <row>
          <entry>Notes</entry>
44 45 46

          <entry>
            <note>
47
              <para>Dear John...</para>
48 49
            </note>
          </entry>
50
        </row>
51

52 53
        <row>
          <entry>Information requiring special attention</entry>
54 55 56

          <entry>
            <warning>
57
              <para>Read this or the cat gets it.</para>
58 59
            </warning>
          </entry>
60
        </row>
61

62 63
        <row>
          <entry>File Names</entry>
64 65

          <entry>
66
            <filename>filename</filename>
67
          </entry>
68
        </row>
69

70 71
        <row>
          <entry>Directory Names</entry>
72 73 74 75

          <entry>
            <filename class="directory">directory</filename>
          </entry>
76
        </row>
77

78 79
        <row>
          <entry>Commands to be typed</entry>
80 81 82 83

          <entry>
            <command>command</command>
          </entry>
84
        </row>
85

86 87
        <row>
          <entry>Applications Names</entry>
88 89 90 91

          <entry>
            <application>application</application>
          </entry>
92
        </row>
93

94
        <row>
95 96 97 98 99
          <entry>
          <foreignphrase>Prompt</foreignphrase>

          of users command under bash shell</entry>

100 101
          <entry>bash$</entry>
        </row>
102

103
        <row>
104 105 106 107 108
          <entry>
          <foreignphrase>Prompt</foreignphrase>

          of root users command under bash shell</entry>

109 110
          <entry>bash#</entry>
        </row>
111 112 113 114 115 116 117 118 119 120

        <row>
          <entry>
          <foreignphrase>Prompt</foreignphrase>

          of user command under tcsh shell</entry>

          <entry>tcsh$</entry>
        </row>

121 122
        <row>
          <entry>Environment Variables</entry>
123 124 125 126

          <entry>
            <envar>VARIABLE</envar>
          </entry>
127
        </row>
128

129 130
        <row>
          <entry>Emphasized word</entry>
131 132 133 134

          <entry>
            <emphasis>word</emphasis>
          </entry>
135
        </row>
136

137 138 139 140 141 142 143 144
        <row>
          <entry>Term found in the glossary</entry>

          <entry>
            <glossterm linkend="gloss-bugzilla">Bugzilla</glossterm>
          </entry>
        </row>

145 146
        <row>
          <entry>Code Example</entry>
147 148

          <entry>
149 150 151
            <programlisting><sgmltag class="starttag">para</sgmltag>
Beginning and end of paragraph
<sgmltag class="endtag">para</sgmltag></programlisting>
152
          </entry>
153 154 155 156 157
        </row>
      </tbody>
    </tgroup>
  </informaltable>
</section>
158

159 160 161 162
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-always-quote-attributes:t
163 164
sgml-auto-insert-required-elements:t
sgml-balanced-tag-edit:t
165
sgml-exposed-tags:nil
166 167 168
sgml-general-insert-case:lower
sgml-indent-data:t
sgml-indent-step:2
169 170
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
171 172 173
sgml-minimize-attributes:nil
sgml-namecase-general:t
sgml-omittag:t
174
sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
175 176
sgml-shorttag:t
sgml-tag-region-if-active:t
177 178
End:
-->
179