From 74b3df85f7f8d3a34a0b97c02413dd602a7b12c8 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Fri, 12 Oct 2012 22:11:16 +0100 Subject: agetty: replace gethostbyname() with getaddrinfo() The gethostbyname() is legacy function which may be withdrawn in a future. Reference: http://pubs.opengroup.org/onlinepubs/009695399/functions/gethostbyname.html Signed-off-by: Sami Kerola --- term-utils/agetty.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils/agetty.8') diff --git a/term-utils/agetty.8 b/term-utils/agetty.8 index e400ec855..e51017d0d 100644 --- a/term-utils/agetty.8 +++ b/term-utils/agetty.8 @@ -215,7 +215,7 @@ no hostname at all will be shown. \-\-long\-hostname By default the hostname is only printed until the first dot. With this option enabled, the full qualified hostname by gethostname() -or if not found by gethostbyname() is shown. +or if not found by getaddrinfo() is shown. .TP \-\-version Output version information and exit. -- cgit v1.2.3-55-g7522