summaryrefslogtreecommitdiff
path: root/lib/libarch/alpha
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-02-25 08:26:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-02-25 08:26:39 +0000
commit4b5c15322a076129905bf6753139b0b8d4e6f324 (patch)
treea8a4b2ca068d2b15f290b05ad48274c64248cc03 /lib/libarch/alpha
parent1789d28925a1de801286214ec0b73d7f78006412 (diff)
typos;
intro(2): help deraadt@
Diffstat (limited to 'lib/libarch/alpha')
-rw-r--r--lib/libarch/alpha/inb.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libarch/alpha/inb.2 b/lib/libarch/alpha/inb.2
index 0de8c512cbb..d6b9ae52c18 100644
--- a/lib/libarch/alpha/inb.2
+++ b/lib/libarch/alpha/inb.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inb.2,v 1.1 2002/07/12 22:30:25 deraadt Exp $
+.\" $OpenBSD: inb.2,v 1.2 2003/02/25 08:26:38 jmc Exp $
.\"
.\" Copyright (c) 2002 Matthieu Herrb
.\" All rights reserved.
@@ -94,7 +94,7 @@ The
functions write data to the specified I/O port.
.Pp
.Fn ioperm
-enables the access to to the specified port numbers if
+enables access to the specified port numbers if
.Fa on
is
.Dv TRUE
@@ -119,7 +119,7 @@ functions read data from device memory previously mapped by
.Pp
The
.Fn write*
-functions write datz to the device memory previously mapped by
+functions write data to the device memory previously mapped by
.Fn map_memory .
.\" .Sh EXAMPLES
.\" TBW