doc: minor documentation updates
authorVanush "Misha" Paturyan <misha@cs.nuim.ie>
Wed, 17 Oct 2012 08:54:16 +0000 (09:54 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 23 Oct 2012 09:53:16 +0000 (10:53 +0100)
syslinux.txt: syslinux binary is in "linux" directory
menu.txt:     menu.c32 and vesamenu.c32 are in com32/menu directory

doc/menu.txt
doc/syslinux.txt

index 620527e..8a999cd 100644 (file)
@@ -18,7 +18,7 @@ See menu/README for more information.
 +++ THE SIMPLE MENU SYSTEM +++
 
 The simple menu system is a single module located at
-com32/modules/vesamenu.c32 (graphical) or com32/modules/menu.c32 (text
+com32/menu/vesamenu.c32 (graphical) or com32/menu/menu.c32 (text
 mode only).  It uses the same configuration file as the regular
 Syslinux command line, and displays all the LABEL statements.
 
index 07d5df9..033a1ec 100644 (file)
@@ -100,7 +100,7 @@ directory on the disk.
 There are two versions of the Linux installer; one in the "mtools"
 directory which requires no special privilege (other than write
 permission to the device where you are installing) but requires the
-mtools program suite to be available, and one in the "unix" directory
+mtools program suite to be available, and one in the "linux" directory
 which requires root privilege.