From d8f5594d625b5efe0ae5ef1c62fbeec9ee363a33 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 12 Mar 2004 17:42:22 +0000 Subject: add amd64 libs, and sync i386 stuff; ok deraadt@ --- share/man/man3/intro.3 | 15 ++++++++++++--- 1 file 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 -- cgit v1.2.3