summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-08-08 07:50:09 +0000
committerjmc <jmc@openbsd.org>2003-08-08 07:50:09 +0000
commitb883e39bd7d8019e4b86565d24cfdd5774001440 (patch)
tree2f37e2f1ef055f51549841e72a4c2b9a4dd4fe3c
parentfunctions should link with -lcurses, not -ltermcap; (diff)
downloadwireguard-openbsd-b883e39bd7d8019e4b86565d24cfdd5774001440.tar.xz
wireguard-openbsd-b883e39bd7d8019e4b86565d24cfdd5774001440.zip
these functions need -lalpha;
-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