mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:30:00 -04:00
The 'hints' parameter somehow turned into 'arg' in the middle of the
description.
This commit is contained in:
parent
0a9b84a8a5
commit
b05c91f9d5
2 changed files with 8 additions and 8 deletions
|
|
@ -13,7 +13,7 @@
|
|||
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.\" $Id: lwres_getaddrinfo.3,v 1.5 2000/10/19 00:26:36 gson Exp $
|
||||
.\" $Id: lwres_getaddrinfo.3,v 1.6 2000/10/19 00:43:07 bwelling Exp $
|
||||
.\"
|
||||
.Dd Jun 30, 2000
|
||||
.Dt LWRES_GETADDRINFO 3
|
||||
|
|
@ -171,11 +171,11 @@ and no name resolution should be attempted.
|
|||
All other elements of the
|
||||
.Dv "struct addrinfo"
|
||||
passed via
|
||||
.Fa arg
|
||||
.Fa hints
|
||||
must be zero.
|
||||
.Pp
|
||||
An
|
||||
.Fa arg
|
||||
A
|
||||
.Fa hints
|
||||
of
|
||||
.Dv NULL
|
||||
is treated as if the caller provided a
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
.\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
.\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.\" $Id: lwres_getaddrinfo.3,v 1.5 2000/10/19 00:26:36 gson Exp $
|
||||
.\" $Id: lwres_getaddrinfo.3,v 1.6 2000/10/19 00:43:07 bwelling Exp $
|
||||
.\"
|
||||
.Dd Jun 30, 2000
|
||||
.Dt LWRES_GETADDRINFO 3
|
||||
|
|
@ -171,11 +171,11 @@ and no name resolution should be attempted.
|
|||
All other elements of the
|
||||
.Dv "struct addrinfo"
|
||||
passed via
|
||||
.Fa arg
|
||||
.Fa hints
|
||||
must be zero.
|
||||
.Pp
|
||||
An
|
||||
.Fa arg
|
||||
A
|
||||
.Fa hints
|
||||
of
|
||||
.Dv NULL
|
||||
is treated as if the caller provided a
|
||||
|
|
|
|||
Loading…
Reference in a new issue