summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-03-12 17:42:22 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-03-12 17:42:22 +0000
commitd8f5594d625b5efe0ae5ef1c62fbeec9ee363a33 (patch)
tree698c26e403b3cb5862c9d6f5c39519c3470bc6cf
parent21cef670b601ae4f5d7ee4ac99a44cc03260f807 (diff)
add amd64 libs, and sync i386 stuff;
ok deraadt@
-rw-r--r--share/man/man3/intro.315
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 6af08d5418c..81c5caff92a 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.22 2004/01/29 20:11:38 jmc Exp $
+.\" $OpenBSD: intro.3,v 1.23 2004/03/12 17:42:21 jmc Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -444,13 +444,21 @@ Alpha I/O and memory access functions.
See
.Xr inb 2 .
.Pp
+.It libamd64 Pq Fl lamd64
+AMD64 I/O and memory access functions.
+See
+.Xr amd64_get_ioperm 2 ,
+.Xr amd64_get_ldt 2 ,
+.Xr amd64_get_mtrr 2 ,
+.Xr amd64_iopl 2 ,
+and
+.Xr amd64_vm86 2 .
+.Pp
.It libi386 Pq Fl li386
i386 I/O and memory access functions.
See
.Xr i386_get_ioperm 2 ,
-.Xr i386_set_ioperm 2 ,
.Xr i386_get_ldt 2 ,
-.Xr i386_set_ldt 2 ,
.Xr i386_iopl 2 ,
and
.Xr i386_vm86 2 .
@@ -635,6 +643,7 @@ for more details.
.It Pa /usr/lib/libz.a
.Pp
.It Pa /usr/lib/libalpha.a
+.It Pa /usr/lib/libamd64.a
.It Pa /usr/lib/libi386.a
.El
.Sh SEE ALSO