Blame Manuals/HowTos/Dialup/Preface/docconvs.docbook

6d6cf1
<section id="preface-docconvs">
6d6cf1
6d6cf1
    <title>Document Convenctions</title>
6d6cf1
6d6cf1
    <para>
6d6cf1
        In this manual, certain words are represented in different
6d6cf1
        fonts, typefaces, sizes, and weights. This highlighting is
6d6cf1
        systematic; different words are represented in the same style
6d6cf1
        to indicate their inclusion in a specific category. The types
6d6cf1
        of words that are represented this way include the
6d6cf1
        following:
6d6cf1
    </para>
6d6cf1
6d6cf1
    <variablelist>
6d6cf1
        <varlistentry>
6d6cf1
        <term><command>command</command></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            Linux commands (and other operating system commands, when
6d6cf1
            used) are represented this way.  This style should
6d6cf1
            indicate to you that you can type the word or phrase on
6d6cf1
            the command line and press <keycap>Enter</keycap> to
6d6cf1
            invoke a command.  Sometimes a command contains words that
6d6cf1
            would be displayed in a different style on their own (such
6d6cf1
            as file names). In these cases, they are considered to be
6d6cf1
            part of the command, so the entire phrase is displayed as
6d6cf1
            a command.  For example:
6d6cf1
        </para>
6d6cf1
6d6cf1
        <para>
6d6cf1
            Use the <command>centos-art render
6d6cf1
            trunk/Identity/Images/Themes/TreeFlower/4/Distro/5/Anaconda
6d6cf1
            --filter="01-welcome"</command> command to produce the first
6d6cf1
            slide image used by Anaconda in the branch 5 of &TC;;
6d6cf1
            using the version 4 of TreeFlower artistic motif.
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><filename>file name</filename></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            File names, directory names, paths, and RPM package names
6d6cf1
            are represented this way. This style indicates that a
6d6cf1
            particular file or directory exists with that name on your
6d6cf1
            system. Examples:
6d6cf1
        </para>
6d6cf1
6d6cf1
        <para>
6d6cf1
            The <filename>init.sh</filename> file in 
6d6cf1
            class="directory">trunk/Scripts/Bash/Cli/</filename>
6d6cf1
            directory is the initialization script, written in Bash,
6d6cf1
            used to automate most of tasks in the repository.
6d6cf1
        </para>
6d6cf1
6d6cf1
        <para>
6d6cf1
            The <command>centos-art</command> command uses the
6d6cf1
            <filename>ImageMagick</filename> RPM package to convert
6d6cf1
            images from PNG format to other formats.
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><keycap>key</keycap></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            A key on the keyboard is shown in this style.  For
6d6cf1
            example:
6d6cf1
        </para>
6d6cf1
6d6cf1
        <para>
6d6cf1
            To use <keycap>Tab</keycap> completion to list particular
6d6cf1
            files in a directory, type <command>ls</command>, then a
6d6cf1
            character, and finally the <keycap>Tab</keycap> key. Your
6d6cf1
            terminal displays the list of files in the working
6d6cf1
            directory that begin with that character.
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><keycombo action="simul"><keycap>key</keycap><keycap>combination</keycap></keycombo></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            A combination of keystrokes is represented in this way.
6d6cf1
            For example: 
6d6cf1
        </para>
6d6cf1
6d6cf1
        <para>
6d6cf1
            The 
6d6cf1
            action="simul"><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Backspace</keycap></keycombo>
6d6cf1
            key combination exits your graphical session and returns
6d6cf1
            you to the graphical login screen or the console.
6d6cf1
        </para> 
6d6cf1
        </listitem> 
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><computeroutput>computer output</computeroutput></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            Text in this style indicates text displayed to a shell
6d6cf1
            prompt such as error messages and responses to commands.
6d6cf1
            For example, the <command>ls</command> command displays
6d6cf1
            the contents of a directory using this style:
6d6cf1
        </para>
6d6cf1
6d6cf1
<screen>
6d6cf1
render_doTranslation.sh     render_getDirTemplate.sh    render_doBaseActions.sh
6d6cf1
render_getConfigOption.sh   render_getOptions.sh        render_doThemeActions.sh  
6d6cf1
render_getDirOutput.sh      render.sh
6d6cf1
</screen>
6d6cf1
6d6cf1
        <para>
6d6cf1
            The output returned in response to the command (in this
6d6cf1
            case, the contents of the directory) is shown in this
6d6cf1
            style.
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><prompt>prompt</prompt></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            A prompt, which is a computer's way of signifying that it
6d6cf1
            is ready for you to input something, is shown in this
6d6cf1
            style. Examples:
6d6cf1
        </para>
6d6cf1
6d6cf1
        <itemizedlist>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            <prompt>$</prompt>
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            <prompt>#</prompt>
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            <prompt>[centos@projects centos]$</prompt>
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            <prompt>projects login:</prompt>
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </itemizedlist>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><userinput>user input</userinput></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
            Text that the user types, either on the command line or
6d6cf1
            into a text box on a GUI screen, is displayed in this
6d6cf1
            style. In the following example,
6d6cf1
            <userinput>text</userinput> is displayed in this style: To
6d6cf1
            boot your system into the text based installation program,
6d6cf1
            you must type in the <userinput>text</userinput> command
6d6cf1
            at the <prompt>boot:</prompt> prompt.
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
6d6cf1
        <varlistentry>
6d6cf1
        <term><replaceable>replaceable</replaceable></term>
6d6cf1
        <listitem>
6d6cf1
        <para>
6d6cf1
           Text used in examples that is meant to be replaced with
6d6cf1
           data provided by the user is displayed in this style. In
6d6cf1
           the following example,
6d6cf1
           <replaceable>version-number</replaceable> is displayed in
6d6cf1
           this style: The directory for the kernel source is
6d6cf1
           
6d6cf1
           class="directory">/usr/src/kernels/<replaceable>version-number</replaceable>/</filename>,
6d6cf1
           where <replaceable>version-number</replaceable> is the
6d6cf1
           version and type of kernel installed on this system. 
6d6cf1
        </para>
6d6cf1
        </listitem>
6d6cf1
        </varlistentry>
6d6cf1
    </variablelist>
6d6cf1
6d6cf1
    <para>Additionally, we use several different strategies to draw
6d6cf1
    your attention to certain pieces of information. In order of
6d6cf1
    urgency, these items are marked as a note, tip, important,
6d6cf1
    caution, or warning. For example:</para>
6d6cf1
6d6cf1
    <note>
6d6cf1
        <para>Remember that Linux is case sensitive. In other words, a
6d6cf1
        rose is not a ROSE is not a rOsE.</para>
6d6cf1
    </note> 
6d6cf1
6d6cf1
    <tip>
6d6cf1
        <para>The directory 
6d6cf1
        class="directory">/usr/share/doc/</filename> contains
6d6cf1
        additional documentation for packages installed on your
6d6cf1
        system.</para>
6d6cf1
    </tip>
6d6cf1
6d6cf1
    <important>
6d6cf1
        <para>If you modify the DHCP configuration file, the changes
6d6cf1
        do not take effect until you restart the DHCP daemon.</para>
6d6cf1
    </important>
6d6cf1
6d6cf1
    <caution>
6d6cf1
        <para>Do not perform routine tasks as root — use a
6d6cf1
        regular user account unless you need to use the root account
6d6cf1
        for system administration tasks.</para>
6d6cf1
    </caution>
6d6cf1
6d6cf1
    <warning>
6d6cf1
        <para>Be careful to remove only the necessary partitions.
6d6cf1
        Removing other partitions could result in data loss or a
6d6cf1
        corrupted system environment.</para>
6d6cf1
    </warning>
6d6cf1
6d6cf1
</section>