This commit is contained in:
gferg 2000-12-13 16:25:50 +00:00
parent 1b82c460fa
commit a468d8712a
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<title>Linux I/O port programming mini-HOWTO
<author>Author: Riku Saikkonen <tt/&lt;Riku.Saikkonen@hut.fi&gt;/
<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/&tilde;mike/serial/index.html"> for more
url="http://www.easysw.com/&tilde;mike/serial/"> for more
information on programming serial ports on Unix systems.