[syslinux:elflink] Fix SERIAL directive in docs

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Mon Jun 24 02:36:03 PDT 2013


Commit-ID:  4af1e77252973667ce5b393037b728495a91ebd2
Gitweb:     http://www.syslinux.org/commit/4af1e77252973667ce5b393037b728495a91ebd2
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Mon, 10 Jun 2013 10:59:38 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Mon, 10 Jun 2013 10:59:38 -0400

Fix SERIAL directive in docs

Signed-off-by: Gene Cumm <gene.cumm at gmail.com>

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

diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index a4b201f..8f3b314 100644
--- a/doc/syslinux.txt
+++ b/doc/syslinux.txt
@@ -426,7 +426,7 @@ ONERROR kernel options...
 
 		xyzzy plugh foo bar baz
 
-SERIAL port [[baudrate] flowcontrol]
+SERIAL port [baudrate [flowcontrol]]
 	Enables a serial port to act as the console.  "port" is a
 	number (0 = /dev/ttyS0 = COM1, etc.) or an I/O port address
 	(e.g. 0x3F8); if "baudrate" is omitted, the baud rate defaults
diff --git a/txt/syslinux.cfg.txt b/txt/syslinux.cfg.txt
index 16abe0e..ddbd5de 100644
--- a/txt/syslinux.cfg.txt
+++ b/txt/syslinux.cfg.txt
@@ -296,7 +296,7 @@ foo bar baz
 xyzzy plugh foo bar baz
 ----
 
-*SERIAL* 'port [[baudrate] flowcontrol]'::
+*SERIAL* 'port [baudrate [flowcontrol]]'::
 Enables a serial port to act as the console.  'port' is a number (0 =
 /dev/ttyS0 = COM1, etc.) or an I/O port address (e.g. 0x3F8); if
 'baudrate' is omitted, the baud rate defaults to 9600 bps.  The serial


More information about the Syslinux-commits mailing list