Add gethostbyname2, gethostbyname2_r, gethostbyname_r, gethostent_r

to NAME line.
This commit is contained in:
Michael Kerrisk 2007-07-08 14:31:36 +00:00
parent 819275519e
commit 7fa7815519
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@
.TH GETHOSTBYNAME 3 2007-07-26 "" "Linux Programmer's Manual"
.SH NAME
gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent,
herror, hstrerror \- get network host entry
herror, hstrerror,
gethostbyname2, gethostbyname2_r, gethostbyname_r,
gethostent_r \- get network host entry
.SH SYNOPSIS
.nf
.B #include <netdb.h>