diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/intro.3 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index c00fd2d567b..3360d127412 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.26 2004/11/26 14:02:00 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.27 2005/03/16 15:20:39 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -460,6 +460,13 @@ See and .Xr amd64_vm86 2 . .Pp +.It libarm Pq Fl larm +ARM I/O and memory access functions. +See +.Xr arm_drain_writebuf 2 +and +.Xr arm_sync_icache 2 . +.Pp .It libi386 Pq Fl li386 i386 I/O and memory access functions. See @@ -651,6 +658,7 @@ for more details. .Pp .It Pa /usr/lib/libalpha.a .It Pa /usr/lib/libamd64.a +.It Pa /usr/lib/libarm.a .It Pa /usr/lib/libi386.a .El .Sh SEE ALSO |