website diff en/doc/handbook/development.html @ rev 162

en: General Tidyup
author Paul Issott <paul@slitaz.org>
date Thu Sep 11 13:48:14 2008 +0000 (2008-09-11)
parents 0b70fb72663e
children 3c4edaebb9b5
line diff
     1.1 --- a/en/doc/handbook/development.html	Wed Sep 10 17:52:18 2008 +0000
     1.2 +++ b/en/doc/handbook/development.html	Thu Sep 11 13:48:14 2008 +0000
     1.3 @@ -141,7 +141,7 @@
     1.4   $ geany &amp;
     1.5  </pre>
     1.6  <p>
     1.7 -Note: when compiling the source code, the <code>./configure</code> script offers the option: 
     1.8 +Note when compiling the source code, the <code>./configure</code> script offers the option: 
     1.9  <code>-enable-the-force</code>... Which you can use if you ever feel the need to become a
    1.10  Jedi Knight!
    1.11  </p>
    1.12 @@ -168,7 +168,7 @@
    1.13  The purpose of this script is to display <em>Hello World</em>. You can start
    1.14  by creating the file and then making it executable on the command line and then editing with IDE Geany. 
    1.15  Note the script is called <code>hello.pl</code>, but you can name it as you see
    1.16 -fit with or without the <code>.pl</code> extension:
    1.17 +fit, with or without the <code>.pl</code> extension:
    1.18  </p>
    1.19  <pre>
    1.20   $ touch hello.pl