From 7ac039653ea9fab695226c9a79a703577d7fc7ba Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 21 Nov 2006 06:23:44 +0000 Subject: [PATCH] Fix SF #1599879, socket.gethostname should ref getfqdn directly. --- Doc/lib/libsocket.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index ececea4b2c..f510fd40c0 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -241,8 +241,8 @@ If you want to know the current machine's IP address, you may want to use This operation assumes that there is a valid address-to-host mapping for the host, and the assumption does not always hold. Note: \function{gethostname()} doesn't always return the fully qualified -domain name; use \code{gethostbyaddr(gethostname())} -(see below). +domain name; use \code{getfqdn()} +(see above). \end{funcdesc} \begin{funcdesc}{gethostbyaddr}{ip_address} -- 2.50.0