Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 4486

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE> PLIP Install HOWTO: Conventions</TITLE>
 <LINK HREF="PLIP-Install-HOWTO-8.html" REL=next>
 <LINK HREF="PLIP-Install-HOWTO-6.html" REL=previous>
 <LINK HREF="PLIP-Install-HOWTO.html#toc7" REL=contents>
</HEAD>
<BODY>
<A HREF="PLIP-Install-HOWTO-8.html">Next</A>
<A HREF="PLIP-Install-HOWTO-6.html">Previous</A>
<A HREF="PLIP-Install-HOWTO.html#toc7">Contents</A>
<HR>
<H2><A NAME="s7">7. Conventions</A>   </H2>

<P>
<P>The file contents and line commands and install screen-shots are
always in <CODE>typewriter</CODE> font, like this:
<P>
<P>
<PRE>
     #!/bin/bash
     #############################################
     #### This is the great file /bin/Windows ####
     #############################################
     
     while [ "1" ]; do
             echo "I do my best because I'm the best"
             echo "Very soon, next Y2Kill (the 01/01/0000)"
             echo "A new marvelous 64 bit release !"
             echo "Please wait a little more"
             sleep 18446744073709551615 # 2^64-1
     done
    
</PRE>
<P>or this:
<P>
<P>
<PRE>
     $ killall Windows
     Terminated
    
</PRE>
<P>
<P>The file content lines should never begin with white space. You'll
have to remove them, if any. Sorry, I'm fed up with <CODE>C-a
M-AltGr-\</CODE> (remember, I'm a French azerty writer). Tab-emacs
reflex is untameable (coders who use Emacs always press the tabular
key like a twitch).
<P>Command input lines begin with a dollar <CODE>$</CODE> (the prompt), you
don't have to type the dollar, just type the rest of the line; other
lines are the command output, you don't have to type them either.
<P>Because all the configuration commands are important, you'll need
to use a system administrator shell, like root, on the
<B>source</B> and the <B>target</B> computers.
<P>
<PRE>
     $ su
     Password: blabla
     # 
    
</PRE>
<P>The prompt will be shown as "<CODE>$</CODE>" in the remainder of this
documentation "<CODE>$</CODE>", even if it should be "<CODE>#</CODE>". This
is because "<CODE>#</CODE>" often means comment, so it is ambiguous. I
don't like ambiguity in computer science.
<P>
<P>
<HR>
<A HREF="PLIP-Install-HOWTO-8.html">Next</A>
<A HREF="PLIP-Install-HOWTO-6.html">Previous</A>
<A HREF="PLIP-Install-HOWTO.html#toc7">Contents</A>
</BODY>
</HTML>