<sect1><title>Typographic Conventions</title><para>The following table describes the typographic
changes that are used in this book.</para><table frame="all"><title>Typographic Conventions</title><tgroup cols="3" colsep="1" rowsep="1"><colspec colwidth="80*"/><colspec colwidth="179*"/><colspec colwidth="137*"/><thead><row><entry align="left"><para>Typeface or Symbol</para>
</entry><entry align="left"><para>Meaning</para>
</entry><entry align="left"><para>Example</para>
</entry>
</row>
</thead><tbody><row><entry><para><literal>AaBbCc123</literal></para>
</entry><entry><para>The names of commands, files, and directories,
and onscreen computer output</para>
</entry><entry><para>Edit your <filename>.login</filename> file. </para><para>Use <command>ls <option>a</option></command> to list all files. </para><para><computeroutput>machine_name% you have
mail.</computeroutput></para>
</entry>
</row><row><entry><para><userinput>AaBbCc123</userinput></para>
</entry><entry><para>What you type, contrasted with onscreen
computer output</para>
</entry><entry><para><computeroutput>machine_name%</computeroutput> <userinput>su</userinput></para><para><computeroutput>Password:</computeroutput></para>
</entry>
</row><row><entry><para><replaceable>AaBbCc123</replaceable></para>
</entry><entry><para>Command-line placeholder: replace with
a real name or value</para>
</entry><entry><para>The command to remove a file is <command>rm</command> <replaceable>filename</replaceable>.</para>
</entry>
</row><row><entry><para><emphasis>AaBbCc123</emphasis></para>
</entry><entry><para>Book titles, new terms, and terms to
be emphasized</para>
</entry><entry><para>Read Chapter 6 in the <citetitle>User's
Guide</citetitle>. </para><para>Perform a <emphasis>patch analysis</emphasis>.</para><para>Do <emphasis>not</emphasis> save the
file.</para><para>[Note that some emphasized items appear
bold online.]</para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</sect1><sect1><title>Shell Prompts in Command
Examples</title><para>The following table shows the default
system prompt and superuser prompt for the <?SolBook linebreak?>C
shell, Bourne shell, and Korn shell.</para><table frame="all"><title>Shell Prompts</title><tgroup cols="2" colsep="1" rowsep="1"><colspec colwidth="198*"/><colspec colwidth="198*"/><thead><row><entry><para>Shell</para>
</entry><entry><para>Prompt</para>
</entry>
</row>
</thead><tbody><row><entry><para>C shell prompt</para>
</entry><entry><para><literal>machine_name%</literal></para>
</entry>
</row><row><entry><para>C shell superuser prompt</para>
</entry><entry><para><literal>machine_name#</literal></para>
</entry>
</row><row><entry><para>Bourne shell and Korn shell prompt</para>
</entry><entry><para><literal>$</literal></para>
</entry>
</row><row><entry><para>Bourne shell and Korn shell superuser
prompt</para>
</entry><entry><para><literal>#</literal></para>
</entry>
</row>
</tbody>
</tgroup>
</table>
</sect1>