aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_destroy.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-07 10:43:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-07 10:43:21 +0000
commit7fd1ce4dc369bee843997a83b4cfe324790a8075 (patch)
treed5538a838dd1e8f84d72fb72bb5542ff23c45186 /ares/ares_destroy.3
parentc78ee11c41e2692909d0e8b30d65b46de50caf47 (diff)
NORECURSE clarification, minor formatting update
Diffstat (limited to 'ares/ares_destroy.3')
-rw-r--r--ares/ares_destroy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_destroy.3 b/ares/ares_destroy.3
index 3014e055d..a6ea84fd5 100644
--- a/ares/ares_destroy.3
+++ b/ares/ares_destroy.3
@@ -14,14 +14,14 @@
.\" this software for any purpose. It is provided "as is"
.\" without express or implied warranty.
.\"
-.TH ARES_DESTROY 3 "23 July 1998"
+.TH ARES_DESTROY 3 "7 December 2004"
.SH NAME
ares_destroy \- Destroy a resolver channel
.SH SYNOPSIS
.nf
.B #include <ares.h>
.PP
-.B int ares_destroy(ares_channel \fIchannel\fP)
+.B void ares_destroy(ares_channel \fIchannel\fP)
.fi
.SH DESCRIPTION
The