aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2013-06-30 13:59:47 -0400
committerGene Cumm <gene.cumm@gmail.com>2013-07-01 21:16:28 -0400
commit277ba6f363780a924d5ec129923bf54313256834 (patch)
tree11a97532a6fe3125f543f0abe1aff11467e734cb
parent9d4ab9d6ae3149465368e19334bf8f162cc36051 (diff)
downloadsyslinux-277ba6f363780a924d5ec129923bf54313256834.tar.gz
syslinux-277ba6f363780a924d5ec129923bf54313256834.tar.xz
syslinux-277ba6f363780a924d5ec129923bf54313256834.zip
doc/ & txt/: Spelling fix
Also add octal note. Reported-By: Ady <ady-sf@hotmail.com> Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--doc/syslinux.txt5
-rw-r--r--txt/syslinux.cfg.txt6
2 files changed, 6 insertions, 5 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 43e20777..fd7396e3 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -158,8 +158,9 @@ IPAPPEND bitmask
The SYSAPPEND option was introduced in Syslinux 5.10; it is an
enhancement of a previous option IPAPPEND which was only
- available on PXELINUX. bitmask is interpretted as decimal format
- unless prefixed with "0x" for hexidecimal.
+ available on PXELINUX. bitmask is interpreted as decimal format
+ unless prefixed with "0x" for hexadecimal or "0" (zero) for
+ octal.
1: indicates that an option of the following format
should be generated and added to the kernel command line:
diff --git a/txt/syslinux.cfg.txt b/txt/syslinux.cfg.txt
index f9e02b6b..a06fe050 100644
--- a/txt/syslinux.cfg.txt
+++ b/txt/syslinux.cfg.txt
@@ -128,9 +128,9 @@ section can be used to override a global *APPEND*.
(*SYSAPPEND*: 5.10+; *IPAPPEND*: *PXELINUX* only)
The *SYSAPPEND* option was introduced in *Syslinux* 5.10; it is an
enhancement of a previous option *IPAPPEND* which was only available on
-*PXELINUX*. 'bitmask' is interpretted as decimal format unless prefixed
-with "0x" for hexidecimal. The 'bitmask' is an OR (sum) of the
-following integer options:
+*PXELINUX*. 'bitmask' is interpreted as decimal format unless prefixed
+with "0x" for hexadecimal or "0" (zero) for octal. The 'bitmask' is an
+OR (sum) of the following integer options:
ifndef::doctype-manpage[[horizontal]]
*1*::: An option of the following format should be generated, based on