This commit is contained in:
Michael Kerrisk 2007-06-11 20:36:00 +00:00
parent 589cdb95ce
commit 3363301f11
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ cannot open
then it obtains the host name using
.BR gethostname (2),
passes that host name to
.BR gethostbyaddr (3)
.BR gethostbyname_r (3)
in order to obtain the host's IPv4 address,
and returns a value obtained by bit-twiddling the IPv4 address.
(This value may not be unique.)