docs/ares_init_options.3: fix args in analogy (#701)

Fix By: Andriy Utkin <hello@autkin.net>
pull/705/head
Andriy Utkin 1 year ago committed by GitHub
parent aaae0f7f88
commit 71b413d804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/ares_init_options.3

@ -47,7 +47,7 @@ int ares_init(ares_channel_t **\fIchannelptr\fP);
.fi
.SH DESCRIPTION
The \fBares_init(3)\fP function is equivalent to calling
\fBares_init_options(NULL, 0)\fP. It is recommended to use
\fBares_init_options(channelptr, 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.

Loading…
Cancel
Save