summaryrefslogtreecommitdiff
path: root/ares_destroy_options.3
diff options
context:
space:
mode:
authorSeonah Moon <seonah1.moon@samsung.com>2020-12-15 20:08:38 +0900
committerSeonah Moon <seonah1.moon@samsung.com>2020-12-15 20:08:38 +0900
commit146ebb243f41b307434e367e4504047bae38e645 (patch)
tree195dc81757e747681d85ca9a9c0102a0f30015ae /ares_destroy_options.3
parentedc447f2f3134d81575f16b1701fc802161f153f (diff)
parentbff27be9aa171a5afc25df79cd652337aa1ecbb0 (diff)
downloadc-ares-146ebb243f41b307434e367e4504047bae38e645.tar.gz
c-ares-146ebb243f41b307434e367e4504047bae38e645.tar.bz2
c-ares-146ebb243f41b307434e367e4504047bae38e645.zip
Upgrade to 1.17.1
Change-Id: Id1b2ca93eef1735ec24fd44cc69824232a504972
Diffstat (limited to 'ares_destroy_options.3')
-rw-r--r--ares_destroy_options.335
1 files changed, 0 insertions, 35 deletions
diff --git a/ares_destroy_options.3 b/ares_destroy_options.3
deleted file mode 100644
index 31e346b..0000000
--- a/ares_destroy_options.3
+++ /dev/null
@@ -1,35 +0,0 @@
-.\"
-.\" Copyright 1998 by the Massachusetts Institute of Technology.
-.\"
-.\" Permission to use, copy, modify, and distribute this
-.\" software and its documentation for any purpose and without
-.\" fee is hereby granted, provided that the above copyright
-.\" notice appear in all copies and that both that copyright
-.\" notice and this permission notice appear in supporting
-.\" documentation, and that the name of M.I.T. not be used in
-.\" advertising or publicity pertaining to distribution of the
-.\" software without specific, written prior permission.
-.\" M.I.T. makes no representations about the suitability of
-.\" this software for any purpose. It is provided "as is"
-.\" without express or implied warranty.
-.\"
-.TH ARES_DESTROY_OPTIONS 3 "1 June 2007"
-.SH NAME
-ares_destroy_options \- Destroy options initialized with ares_save_options
-.SH SYNOPSIS
-.nf
-.B #include <ares.h>
-.PP
-.B void ares_destroy_options(struct ares_options *\fIoptions\fP)
-.fi
-.SH DESCRIPTION
-The \fBares_destroy_options(3)\fP function destroys the options struct
-identified by \Ioptions\fP, freeing all memory allocated by
-\fBares_save_options(3)\fP.
-.SH SEE ALSO
-.BR ares_save_options (3),
-.BR ares_init_options (3)
-.SH AUTHOR
-Brad House
-.br
-Copyright 1998 by the Massachusetts Institute of Technology.