From: deraadt Date: Sun, 18 Oct 2015 15:28:03 +0000 (+0000) Subject: actually, it uses getaddrinfo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ded2548f1c0fff3eae8f124d16d55e625360e440;p=openbsd actually, it uses getaddrinfo --- diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index ef1c89c49b1..3834d1f7191 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -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