[syslinux:elflink] doc/ & txt/: Spelling fix

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Wed Jul 3 11:33:05 PDT 2013


Commit-ID:  277ba6f363780a924d5ec129923bf54313256834
Gitweb:     http://www.syslinux.org/commit/277ba6f363780a924d5ec129923bf54313256834
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Sun, 30 Jun 2013 13:59:47 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 1 Jul 2013 21:16:28 -0400

doc/ & txt/: Spelling fix

Also add octal note.

Reported-By: Ady <ady-sf at hotmail.com>
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

---
 doc/syslinux.txt     | 5 +++--
 txt/syslinux.cfg.txt | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index 43e2077..fd7396e 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 f9e02b6..a06fe05 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


More information about the Syslinux-commits mailing list