summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2019-05-11 17:46:02 +0000
committerrob <rob@openbsd.org>2019-05-11 17:46:02 +0000
commitd4b95dc4510ec3aba30ea226454b203d5350dc55 (patch)
treed9f5922063183a5130b73047df55bbf3df8e561b /share/man/man3
parentmake rw-lock adaptive (diff)
downloadwireguard-openbsd-d4b95dc4510ec3aba30ea226454b203d5350dc55.tar.xz
wireguard-openbsd-d4b95dc4510ec3aba30ea226454b203d5350dc55.zip
The BER API is currently used by ldap, ldapd, ldapctl, ypldap, snmpd, and
snmpctl. Separate copies of ber.[ch] have existed and been maintained in sync in ldap, ldapd, ypldap and snmpd. This commit moves the BER API into /usr/lib/libutil. All current consumers already link libutil. ldapd and snmpd regress passes, and release builds. With help from tb@ and guenther@. ok deraadt@, tb@
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/intro.35
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3
index 4ccbb1e1560..c5f3def516a 100644
--- a/share/man/man3/intro.3
+++ b/share/man/man3/intro.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.3,v 1.88 2019/03/24 05:28:36 deraadt Exp $
+.\" $OpenBSD: intro.3,v 1.89 2019/05/11 17:46:02 rob 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: March 24 2019 $
+.Dd $Mdocdate: May 11 2019 $
.Dt INTRO 3
.Os
.Sh NAME
@@ -352,6 +352,7 @@ See
System utility functions.
These are currently
.Xr bcrypt_pbkdf 3 ,
+.Xr ber_get_element 3 ,
.Xr check_expire 3 ,
.Xr fmt_scaled 3 ,
.Xr fparseln 3 ,