ares_init_options.3: Fix layout (#275)

7e6af8e inserted the documentation of resolvconf_path in the middle of
the item for ednspsz, leading to broken layout.  Fix that.

Fix By: Peter Eisentraut (@petere)
pull/278/head
Peter Eisentraut 5 years ago committed by Brad House
parent 804753224f
commit 6a5113d1d7
  1. 8
      ares_init_options.3

@ -182,19 +182,19 @@ The receive buffer size to set for the socket.
.B ARES_OPT_EDNSPSZ
.B int \fIednspsz\fP;
.br
The message size to be advertized in EDNS; only takes effect if the
.B ARES_FLAG_EDNS
flag is set.
.TP 18
.B ARES_OPT_RESOLVCONF
.B char *\fIresolvconf_path\fP;
.br
The path to use for reading the resolv.conf file. The
.I resolvconf_path
should be set to a path string, and will be honoured on *nix like systems. The
default is
.B /etc/resolv.conf
.br
The message size to be advertized in EDNS; only takes effect if the
.B ARES_FLAG_EDNS
flag is set.
.br
.PP
The \fIoptmask\fP parameter also includes options without a corresponding
field in the

Loading…
Cancel
Save