From e41a39b022f28e46a381af118f258432eef0eca5 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Mon, 15 Feb 2016 09:22:00 +0000 Subject: [PATCH] ares_dup.3: remove mention of nonexistent function ares_dup_options() doesn't exist, so don't document it. --- ares_dup.3 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ares_dup.3 b/ares_dup.3 index 935c5d9b..87bf2090 100644 --- a/ares_dup.3 +++ b/ares_dup.3 @@ -28,10 +28,6 @@ for name service lookups. If it returns successfully, \fBares_dup(3)\fP will set the variable pointed to by \fIdest\fP to a handle used to identify the name service channel. The caller should invoke \fIares_destroy(3)\fP on the handle when the channel is no longer needed. - -The \fBares_dup_options\fP function also initializes a name service channel, -with additional options set exactly as the \fIsource\fP channel has them -configured. .SH SEE ALSO .BR ares_destroy(3), .BR ares_init(3),