summaryrefslogtreecommitdiffstats
path: root/Documentation/serial-console.txt
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
commitdcec8a13bf565e47942a1751a9cec21bec5648fe (patch)
tree548b69625b18cc2e88c3e68d0923be546c9ebb03 /Documentation/serial-console.txt
parent2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff)
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'Documentation/serial-console.txt')
-rw-r--r--Documentation/serial-console.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/serial-console.txt b/Documentation/serial-console.txt
index 36a3e9c81..2894b8008 100644
--- a/Documentation/serial-console.txt
+++ b/Documentation/serial-console.txt
@@ -19,10 +19,10 @@ The format of this option is:
9600n8. The maximum baudrate is 115200.
You can specify multiple console= options on the kernel command line.
-Output will appear on all of them. The first device will be used when
+Output will appear on all of them. The last device will be used when
you open /dev/console. So, for example:
- console=tty0 console=ttyS1,9600
+ console=ttyS1,9600 console=tty0
defines that opening /dev/console will get you the current foreground
virtual console, and kernel messages will appear on both the VGA
@@ -91,4 +91,4 @@ Replace the sample values as needed.
for porting the patches from 2.1.4x to 2.1.6x for taking care of
the integration of these patches into m68k, ppc and alpha.
-Miquel van Smoorenburg <miquels@cistron.nl>, 03-Dec-1997
+Miquel van Smoorenburg <miquels@cistron.nl>, 21-Mar-1998