summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2004-07-10 05:34:21 +0000
committerjakob <jakob@openbsd.org>2004-07-10 05:34:21 +0000
commit128ac71eeb11d0787c83181421a3f09b8a7e9f81 (patch)
treec0669ce420a9fc38fd8cf6159680dc6d8fa27817
parentfiles.hpux is now in a {m68k,hppa} subdir (diff)
downloadwireguard-openbsd-128ac71eeb11d0787c83181421a3f09b8a7e9f81.tar.xz
wireguard-openbsd-128ac71eeb11d0787c83181421a3f09b8a7e9f81.zip
typo; from patrick latifi
-rw-r--r--lib/libc/net/getrrsetbyname.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3
index a786ff87478..65a46357249 100644
--- a/lib/libc/net/getrrsetbyname.3
+++ b/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getrrsetbyname.3,v 1.11 2003/05/30 21:37:59 jmc Exp $
+.\" $OpenBSD: getrrsetbyname.3,v 1.12 2004/07/10 05:34:21 jakob Exp $
.\"
.\" Copyright (C) 2000, 2001 Internet Software Consortium.
.\"
@@ -26,15 +26,15 @@
.Ft int
.Fn getrrsetbyname "const char *hostname" "unsigned int rdclass" \
"unsigned int rdtype" "unsigned int flags" "struct rrsetinfo **res"
-.Ft int
-.Fn freerrset "struct rrsetinfo **rrset"
+.Ft void
+.Fn freerrset "struct rrsetinfo *rrset"
.Sh DESCRIPTION
.Fn getrrsetbyname
gets a set of resource records associated with a
.Fa hostname ,
-.Fa class
+.Fa rdclass
and
-.Fa type .
+.Fa rdtype .
.Fa hostname
is a pointer a to null-terminated string.
The