website rev 136

en: Fix typos Hdbk
author Paul Issott <paul@slitaz.org>
date Tue Aug 12 23:05:02 2008 +0000 (2008-08-12)
parents a1fd009ac7b3
children 5dae13b0abcb
files en/doc/handbook/system-tools.html en/doc/handbook/web-server.html
line diff
     1.1 --- a/en/doc/handbook/system-tools.html	Tue Aug 12 20:36:31 2008 +0000
     1.2 +++ b/en/doc/handbook/system-tools.html	Tue Aug 12 23:05:02 2008 +0000
     1.3 @@ -104,7 +104,7 @@
     1.4  <p>
     1.5  To have the support of FAT16 or Windows FAT32 filesystems, you must install the package 
     1.6  <code>dosfstools</code>. To enable read/write support for NTFS partitions, you need to install: <code>fuse</code>, 
     1.7 -<code>ntfs-3g</code> and <code>ntfprogs</code>.
     1.8 +<code>ntfs-3g</code> and <code>ntfsprogs</code>.
     1.9  </p>
    1.10  
    1.11  <!-- End of content -->
     2.1 --- a/en/doc/handbook/web-server.html	Tue Aug 12 20:36:31 2008 +0000
     2.2 +++ b/en/doc/handbook/web-server.html	Tue Aug 12 23:05:02 2008 +0000
     2.3 @@ -91,7 +91,7 @@
     2.4  <p>
     2.5  By default, SliTaz starts the server automatically at boot, to prevent this you need to remove
     2.6  <code>lighttpd</code> from the variable RUN_DAEMONS located in the system file
     2.7 -<code>/etc/rcS.conf</code>. To start, stop or restart the server; you can use the commands:
     2.8 +<code>/etc/rcS.conf</code>. To start, stop or restart the server, you can use the commands:
     2.9  <code>/etc/init.d/lighttpd [start|stop|restart]</code>. Example to restart the server after
    2.10  changing the configuration file:
    2.11  </p>