commit | eb59e2fc111189804be307998a618f186b73e5fa | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Oct 05 10:21:25 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 05 19:21:25 2021 +0200 |
tree | f94cd394ad42fd4ff3fd64897c8b774a5d760b0e | |
parent | d0d29655ffc43d426ad68542d8de8304f7f1346a [diff] |
[doc] Fix gethostbyname_ex description (GH-28700) (GH-28742) It seems part of `gethostbyname_ex` doc was copied from `gethostbyaddr`. The latter has an `ip_address` parameter whereas the former doesn't. (cherry picked from commit 4103280b83e1419bef535a42813d6dbe83bfe880) Co-authored-by: Andre Delfino <adelfino@gmail.com>