summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanush "Misha" Paturyan <misha@cs.nuim.ie>2012-10-17 09:54:16 +0100
committerMatt Fleming <matt.fleming@intel.com>2012-10-23 10:53:16 +0100
commita83114501847056b99b958ba089bf13b0875ee07 (patch)
tree12ba12e735c63ae53b1831b62274a6e419dd828d
parentc834b8b4c6c7103e35e8b349ab6ac284dd3a7e07 (diff)
downloadsyslinux-a83114501847056b99b958ba089bf13b0875ee07.tar.gz
doc: minor documentation updates
syslinux.txt: syslinux binary is in "linux" directory menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory
-rw-r--r--doc/menu.txt2
-rw-r--r--doc/syslinux.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/menu.txt b/doc/menu.txt
index 620527e6..8a999cd4 100644
--- a/doc/menu.txt
+++ b/doc/menu.txt
@@ -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.
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 07d5df9a..033a1ec0 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -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.