From a468d8712a735ff215bb1f1ed6c46e361687234d Mon Sep 17 00:00:00 2001 From: gferg <> Date: Wed, 13 Dec 2000 16:25:50 +0000 Subject: [PATCH] updated --- LDP/howto/linuxdoc/IO-Port-Programming.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDP/howto/linuxdoc/IO-Port-Programming.sgml b/LDP/howto/linuxdoc/IO-Port-Programming.sgml index b6337b7a..84036a70 100644 --- a/LDP/howto/linuxdoc/IO-Port-Programming.sgml +++ b/LDP/howto/linuxdoc/IO-Port-Programming.sgml @@ -3,7 +3,7 @@ Linux I/O port programming mini-HOWTO <author>Author: Riku Saikkonen <tt/<Riku.Saikkonen@hut.fi>/ -<date>Last modified: Aug 12 2000 +<date>v3.0, 2000-12-13 <abstract> This HOWTO document describes programming hardware I/O ports and @@ -507,7 +507,7 @@ using non-standard bps rates and so on shouldn't be a problem. See the <tt/termios(3)/ manual page, the serial driver source code (<tt>linux/drivers/char/serial.c</>), and <url -url="http://dns.easysw.com/˜mike/serial/index.html"> for more +url="http://www.easysw.com/˜mike/serial/"> for more information on programming serial ports on Unix systems.