Revision 11855,
1.4 KB
checked in by ghudson, 26 years ago
(diff) |
Documentation for libares, an asynchronous resolver library
|
Line | |
---|
1 | .\" $Id: ares_free_errmem.3,v 1.1 1998-08-13 18:07:29 ghudson Exp $ |
---|
2 | .\" |
---|
3 | .\" Copyright 1998 by the Massachusetts Institute of Technology. |
---|
4 | .\" |
---|
5 | .\" Permission to use, copy, modify, and distribute this |
---|
6 | .\" software and its documentation for any purpose and without |
---|
7 | .\" fee is hereby granted, provided that the above copyright |
---|
8 | .\" notice appear in all copies and that both that copyright |
---|
9 | .\" notice and this permission notice appear in supporting |
---|
10 | .\" documentation, and that the name of M.I.T. not be used in |
---|
11 | .\" advertising or publicity pertaining to distribution of the |
---|
12 | .\" software without specific, written prior permission. |
---|
13 | .\" M.I.T. makes no representations about the suitability of |
---|
14 | .\" this software for any purpose. It is provided "as is" |
---|
15 | .\" without express or implied warranty. |
---|
16 | .\" |
---|
17 | .TH ARES_FREE_ERRMEM 3 "23 July 1998" |
---|
18 | .SH NAME |
---|
19 | ares_free_errmem \- Free memory allocated by ares_strerror |
---|
20 | .SH SYNOPSIS |
---|
21 | .nf |
---|
22 | .B #include <ares.h> |
---|
23 | .PP |
---|
24 | .B void ares_free_errmem(char *\fIerrmem\fP) |
---|
25 | .fi |
---|
26 | .SH DESCRIPTION |
---|
27 | The |
---|
28 | .B ares_free_errmem |
---|
29 | function frees any memory which might have been allocated by the |
---|
30 | .BR ares_strerror (3) |
---|
31 | function. The parameter |
---|
32 | .I errmem |
---|
33 | should be set to the variable pointed to by the |
---|
34 | .I memptr |
---|
35 | argument previously passed to |
---|
36 | .IR ares_strerror . |
---|
37 | .SH SEE ALSO |
---|
38 | .BR ares_strerror (3) |
---|
39 | .SH AUTHOR |
---|
40 | Greg Hudson, MIT Information Systems |
---|
41 | .br |
---|
42 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|
Note: See
TracBrowser
for help on using the repository browser.