actually, it uses getaddrinfo
authorderaadt <deraadt@openbsd.org>
Sun, 18 Oct 2015 15:28:03 +0000 (15:28 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 18 Oct 2015 15:28:03 +0000 (15:28 +0000)
usr.sbin/inetd/inetd.8

index ef1c89c..3834d1f 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: inetd.8,v 1.38 2015/09/10 15:16:44 schwarze Exp $
+.\"    $OpenBSD: inetd.8,v 1.39 2015/10/18 15:28:03 deraadt Exp $
 .\" Copyright (c) 1985, 1991 The Regents of the University of California.
 .\" All rights reserved.
 .\"
@@ -28,7 +28,7 @@
 .\"
 .\"     from: @(#)inetd.8      6.7 (Berkeley) 3/16/91
 .\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: October 18 2015 $
 .Dt INETD 8
 .Os
 .Sh NAME
@@ -119,7 +119,7 @@ Numeric IP
 addresses in dotted-quad notation can be used as well as symbolic
 hostnames.
 Symbolic hostnames are looked up using
-.Fn gethostbyname .
+.Fn getaddrinfo .
 If a hostname has multiple address mappings, inetd creates a socket
 to listen on each address.
 .Pp