diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-02-08 07:51:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-02-08 07:51:57 +0000 |
commit | a47ff333b25591136dec4462e7fb3052dc545213 (patch) | |
tree | 3779f13797ee300836c00a1fa3cdce9c81215df3 /share | |
parent | 195fc39deb201523fd4bb6062d4bff03c2d4b870 (diff) |
add libelf; ok jsg
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man3/intro.3 | 9 |
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. |