summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 07:50:10 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-08-08 07:50:10 +0000
commit9a1a9bf6653b3623d95f588dbcebb68d58093d14 (patch)
treeba3ff3d85e06f4952c1c9ec4d2d56455a83b34dd /lib
parent2562e37d0a97fd419270469cd19b0cb23d3a2221 (diff)
these functions need -lalpha;
Diffstat (limited to 'lib')
-rw-r--r--lib/libarch/alpha/inb.26
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libarch/alpha/inb.2 b/lib/libarch/alpha/inb.2
index dcf5a23b808..26373d411fc 100644
--- a/lib/libarch/alpha/inb.2
+++ b/lib/libarch/alpha/inb.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inb.2,v 1.4 2003/05/30 10:21:31 jmc Exp $
+.\" $OpenBSD: inb.2,v 1.5 2003/08/08 07:50:09 jmc Exp $
.\"
.\" Copyright (c) 2002 Matthieu Herrb
.\" All rights reserved.
@@ -121,6 +121,10 @@ The
.Fn write*
functions write data to the device memory previously mapped by
.Fn map_memory .
+.Pp
+.Sy Note :
+Code using these functions must be compiled using
+.Fl lalpha .
.\" .Sh EXAMPLES
.\" TBW
.Sh HISTORY