summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-02-08 07:51:56 +0000
committerjmc <jmc@openbsd.org>2019-02-08 07:51:56 +0000
commitaffae2b4d77c699c9e61ea17590db83f2c8cd05c (patch)
tree4537d53297403210790340a21bfde8d0b711fff9 /share/man/man3
parentsync (diff)
downloadwireguard-openbsd-affae2b4d77c699c9e61ea17590db83f2c8cd05c.tar.xz
wireguard-openbsd-affae2b4d77c699c9e61ea17590db83f2c8cd05c.zip
add libelf; ok jsg
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/intro.39
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 1c1e4e73ad4..f3769c2aa9a 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.84 2018/09/30 13:24:32 schwarze Exp $
+.\" $OpenBSD: intro.3,v 1.85 2019/02/08 07:51:56 jmc Exp $
.\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.3 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: September 30 2018 $
+.Dd $Mdocdate: February 8 2019 $
.Dt INTRO 3
.Os
.Sh NAME
@@ -133,6 +133,11 @@ library, i.e.\&
See
.Xr editline 3 .
.Pp
+.It libelf Pq Fl lelf
+Library routines for manipulating ELF objects.
+See
+.Xr elf 3 .
+.Pp
.It libevent Pq Fl levent
Provides a mechanism to execute a function when a specific event on a
file descriptor occurs or after a given time has passed.