Blob Blame History Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!--Copyright C 2009-2011 Alain Reguera Delgado

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the section entitled GNU Free
Documentation License.  
-->
<!-- Created on March, 1 2011 by texi2html 1.76 -->
<!--
Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people <dev@texi2html.cvshome.org>
Send bugs and suggestions to <users@texi2html.cvshome.org>

-->
<head>
<title>CentOS Artwork Repository: 1.1 Document Convenctions</title>

<meta name="description" content="CentOS Artwork Repository: 1.1 Document Convenctions">
<meta name="keywords" content="CentOS Artwork Repository: 1.1 Document Convenctions">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.76">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
@import "/home/centos/artwork/trunk/Identity/Models/Css/Texi2html/common.css";

a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>


</head>

<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">

<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_3.html#SEC3" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="repository_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="repository_68.html#SEC357" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="repository_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Convenctions"></a>
<a name="SEC2"></a>
<h2 class="section"> 1.1 Document Convenctions </h2>

<p>In this manual, certain words are represented in different fonts,
typefaces, sizes, and weights. This highlighting is systematic;
different words are represented in the same style to indicate their
inclusion in a specific category. The types of words that are
represented this way include the following:
</p>
<dl compact="compact">
<dt> <code>command</code></dt>
<dd>
<p>Linux commands (and other operating system commands, when used) are
represented this way. This style should indicate to you that you can
type the word or phrase on the command line and press Enter to invoke
a command. Sometimes a command contains words that would be displayed
in a different style on their own (such as file names). In these
cases, they are considered to be part of the command, so the entire
phrase is displayed as a command. For example:
</p>
<p>Use the <code>cat testfile</code> command to view the contents of a file,
named testfile, in the current working directory.
</p></dd>
</dl>

<dl compact="compact">
<dt> <tt>`file name'</tt></dt>
<dd>
<p>File names, directory names, paths, and RPM package names are
represented this way. This style indicates that a particular file or
directory exists with that name on your system. Examples:
</p>
<p>The <tt>`.bashrc'</tt> file in your home directory contains bash shell
definitions and aliases for your own use.
</p>
<p>The <tt>`/etc/fstab'</tt> file contains information about different system
devices and file systems.
</p>
<p>Install the <tt>`webalizer'</tt> RPM if you want to use a Web server log
file analysis program.
</p></dd>
</dl>

<dl compact="compact">
<dt> <kbd>key</kbd></dt>
<dd>
<p>A key on the keyboard is shown in this style. For example:
</p>
<p>To use <kbd>TAB</kbd> completion to list particular files in a directory,
type <code>ls</code>, then a character, and finally the Tab key. Your
terminal displays the list of files in the working directory that
begin with that character.  key-combination
</p>
<p>A combination of keystrokes is represented in this way. For example:
</p>
<p>The <kbd>Ctrl-Alt-Backspace</kbd> key combination exits your graphical
session and returns you to the graphical login screen or the console.
</p></dd>
</dl>


<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_3.html#SEC3" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="repository_1.html#SEC1" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="repository_4.html#SEC4" title="Next chapter"> &gt;&gt; </a>]</td>
</tr></table>
<p>
 <font size="-1">
  This document was generated on <i>March, 1 2011</i> using <a class="www" href="http://texi2html.cvshome.org/"><i>texi2html 1.76</i></a>.
 </font>
 <br>

</p>
</body>
</html>