aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2013-06-10 10:59:38 -0400
committerGene Cumm <gene.cumm@gmail.com>2013-06-10 10:59:38 -0400
commit4af1e77252973667ce5b393037b728495a91ebd2 (patch)
tree0f2ed3a4c267ae31e0d0ff47d987ea2570130114
parent02c28ea889fde01c857f004d257cb69015ce69a2 (diff)
downloadsyslinux-4af1e77252973667ce5b393037b728495a91ebd2.tar.gz
syslinux-4af1e77252973667ce5b393037b728495a91ebd2.tar.xz
syslinux-4af1e77252973667ce5b393037b728495a91ebd2.zip
Fix SERIAL directive in docs
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--doc/syslinux.txt2
-rw-r--r--txt/syslinux.cfg.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt
index a4b201fd..8f3b3149 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 16abe0e2..ddbd5deb 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