summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2001-04-03 20:09:08 +0000
committeraaron <aaron@openbsd.org>2001-04-03 20:09:08 +0000
commit19e5ffafe8ce4bce8a3fb622d313fafefc8921bb (patch)
tree9ba4ce172a7a0b4600b03a9271af4cfd7dc92210 /lib
parentmove kex to kex*.c, used dispatch_set() callbacks for kex. should (diff)
downloadwireguard-openbsd-19e5ffafe8ce4bce8a3fb622d313fafefc8921bb.tar.xz
wireguard-openbsd-19e5ffafe8ce4bce8a3fb622d313fafefc8921bb.zip
Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/resolver.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3
index a5f956f90da..4d5402ed2d6 100644
--- a/lib/libc/net/resolver.3
+++ b/lib/libc/net/resolver.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolver.3,v 1.14 2000/12/24 00:30:57 aaron Exp $
+.\" $OpenBSD: resolver.3,v 1.15 2001/04/03 20:09:08 aaron Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -85,6 +85,7 @@
.Fc
.Ft int
.Fn res_init "void"
+.Ft int
.Fo dn_comp
.Fa "char *exp_dn"
.Fa "char *comp_dn"