From 0529f6f1dcd5971501964d057536b1915b7773fe Mon Sep 17 00:00:00 2001 From: Brad House Date: Tue, 28 Nov 2023 11:51:44 -0500 Subject: [PATCH] fix doc typo --- docs/ares_init_options.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ares_init_options.3 b/docs/ares_init_options.3 index 282670c7..942c1462 100644 --- a/docs/ares_init_options.3 +++ b/docs/ares_init_options.3 @@ -46,7 +46,7 @@ int ares_init(ares_channel_t **\fIchannelptr\fP); .fi .SH DESCRIPTION The \fBares_init(3)\fP function is equivalent to calling -\fBares_init_channel(NULL, 0)\fP. It is recommended to use +\fBares_init_options(NULL, 0)\fP. It is recommended to use \fBares_init_options(3)\fP instead and to set or make configurable the appropriate options for your application.