summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
authorrob <rob@openbsd.org>2019-05-12 19:29:41 +0000
committerrob <rob@openbsd.org>2019-05-12 19:29:41 +0000
commitab9737ba7e545005bd07f5e09f5f930cb8263c90 (patch)
tree7db8d449baa6da224fc93b9bf5ca8bdf8094d6bf /lib/libutil
parentStop generating keys for nsd-control(8). These are unused since nsd was (diff)
downloadwireguard-openbsd-ab9737ba7e545005bd07f5e09f5f930cb8263c90.tar.xz
wireguard-openbsd-ab9737ba7e545005bd07f5e09f5f930cb8263c90.zip
Mention #include of <sys/types.h> in synopsis.
Discussed with claudio@ and tedu@.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/ber.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/ber.3 b/lib/libutil/ber.3
index 32c1aa4f9a6..ad6978ec929 100644
--- a/lib/libutil/ber.3
+++ b/lib/libutil/ber.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ber.3,v 1.1 2019/05/11 17:46:02 rob Exp $
+.\" $OpenBSD: ber.3,v 1.2 2019/05/12 19:29:41 rob Exp $
.\"
.\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 11 2019 $
+.Dd $Mdocdate: May 12 2019 $
.Dt BER 3
.Os
.Sh NAME
@@ -65,6 +65,7 @@
.Nm ber_free
.Nd encode and decode ASN.1 with Basic Encoding Rules
.Sh SYNOPSIS
+.In sys/types.h
.In ber.h
.Ft "struct ber_element *"
.Fn "ber_get_element" "unsigned int encoding"