From df144a266ed42a800acbf7abdd0b9abe72e3cd41 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Sat, 12 Aug 2006 16:36:26 +0000 Subject: [PATCH] Fix an English syntax buglet and s/DOS/&msdos;/ Caught by: remko --- en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml index 05e5a87efd..024f9d4730 100644 --- a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml @@ -756,7 +756,7 @@ sio3: type 16550A &prompt.root; cu -l serial-port-device - Where serial-port-device is the name a + Where serial-port-device is the name of a special device file denoting a serial port of your system. These device files are called /dev/cuaaN @@ -769,8 +769,8 @@ sio3: type 16550A Note that device numbers in &os; start from zero and not - one (like they do, for instance in DOS-derived systems). - This means that what DOS-based systems + one (like they do, for instance in &msdos;-derived systems). + This means that what &msdos;-based systems call COM1 is usually /dev/cuad0 in &os;.