website diff en/doc/handbook/cmdline.html @ rev 117

en: Typos, spelling, wording, etc.
author Mike D. Smith <MikeDSmith25@gmail.com>
date Sat Jul 19 16:23:18 2008 +0000 (2008-07-19)
parents 8e2a33841f6a
children 5007dd335a94
line diff
     1.1 --- a/en/doc/handbook/cmdline.html	Mon Jul 07 23:17:06 2008 +0000
     1.2 +++ b/en/doc/handbook/cmdline.html	Sat Jul 19 16:23:18 2008 +0000
     1.3 @@ -6,7 +6,7 @@
     1.4      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.5      <meta name="description" content="slitaz English handbook" />
     1.6      <meta name="expires" content="never" />
     1.7 -    <meta name="modified" content="2008-02-26 18:30:00" />
     1.8 +    <meta name="modified" content="2008-07-16 22:00:00" />
     1.9      <meta name="publisher" content="www.slitaz.org" />
    1.10      <meta name="author" content="Christophe Lincoln"/>
    1.11      <link rel="shortcut icon" href="favicon.ico" />
    1.12 @@ -56,13 +56,13 @@
    1.13  a Linux terminal or a graphical terminal (xterm). There are many GNU/Linux commands
    1.14  for file handling, system maintenance or network management. You can also browse 
    1.15  the web, chat on IRC, download files, edit scripts or even play games in text mode.
    1.16 -Note it is necessary to operate in <em>root</em> to assemble the hard drive or cdrom.
    1.17 +Note it is necessary to operate as <em>root</em> to assemble the hard drive or cdrom.
    1.18  You can use the command <code>su</code> to become system administrator.
    1.19  </p>
    1.20  <a name="help"></a>
    1.21  <h3><font color="#6c0023">Help and list available commands</font></h3>
    1.22  <p>
    1.23 -Most GNU/Linux system commands have an option for assisting information on
    1.24 +Most GNU/Linux system commands have an option for providing information on
    1.25  their use. For support on the use of a command it is necessary to type the
    1.26  command followed by the <code>--help</code> option. Example using the 
    1.27  <code>cp</code> command to copy files:
    1.28 @@ -72,7 +72,7 @@
    1.29  </pre>
    1.30  <p>
    1.31  To list all the commands available on the system, you can simply press the 
    1.32 -Tab button to the left of the keyboard twice. For commands provided by the
    1.33 +Tab button on the left of the keyboard twice. For commands provided by the
    1.34  Busybox utility you can type <code>busybox --help</code>.
    1.35  </p>
    1.36  
    1.37 @@ -300,7 +300,7 @@
    1.38  <a name="mount"></a>
    1.39  <h3><font color="#6c0023">Mount a partition, CD or USB drive</font></h3>
    1.40  <p>
    1.41 -To mount a local partition in the SliTaz filesystem, we advise you to use
    1.42 +To mount a local partition in the SliTaz filesystem, we recommend you use
    1.43  the /mnt directory. Example creating the necessary directory and mounting
    1.44  the <code>hda6</code> partition of the first local hard drive on /mnt/hda6:
    1.45  </p>
    1.46 @@ -311,7 +311,7 @@
    1.47  <p>
    1.48  SliTaz functions in RAM, you can mount the same cdrom or remove it 
    1.49  to mount another (/dev/cdrom is a link on the first cdrom drive).
    1.50 -Note that a cdrom is a removable medium, it should be
    1.51 +Note that a cdrom is a removable medium and should be
    1.52  mounted on /media:
    1.53  </p>
    1.54  <pre>
    1.55 @@ -332,8 +332,8 @@
    1.56  <a name="halt"></a>
    1.57  <h3><font color="#6c0023">Turn off the system or restart</font></h3>
    1.58  <p>
    1.59 -To stop or restart SliTaz, you can use the <code>halt</code>, <code>reboot</code>
    1.60 -commands or the &lt;Ctrl+Alt+Delete&gt; key combinations, which enable a
    1.61 +To stop or restart SliTaz, you can use the <code>halt</code> or <code>reboot</code>
    1.62 +commands or the &lt;Ctrl+Alt+Delete&gt; key combination, which enables a
    1.63  system reboot. In case of any problems you can use the <code>-f</code>
    1.64  option signifing <em>forced</em>:
    1.65  </p>