diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-12-07 10:43:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-12-07 10:43:21 +0000 |
commit | 93538d6a9dab4856b57cf660fa275a26567e967f (patch) | |
tree | a0078c98198eb1cb7828705c1822f44444cdddfe /ares_destroy.3 | |
parent | 93689c0d948c653a19e1fdbbf6a60d81e421b6b3 (diff) | |
download | c-ares-93538d6a9dab4856b57cf660fa275a26567e967f.tar.gz c-ares-93538d6a9dab4856b57cf660fa275a26567e967f.tar.bz2 c-ares-93538d6a9dab4856b57cf660fa275a26567e967f.zip |
NORECURSE clarification, minor formatting update
Diffstat (limited to 'ares_destroy.3')
-rw-r--r-- | ares_destroy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_destroy.3 b/ares_destroy.3 index 3014e05..a6ea84f 100644 --- a/ares_destroy.3 +++ b/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 |