diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-18 15:28:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-18 15:28:04 +0000 |
commit | a677471cc6eecae91ae3188e1a11d513b19f58de (patch) | |
tree | 9dd0d62398bd20c6bd4409bd896e90535eba3b3e | |
parent | 89ab6cf1f0885abb8c1fbd5767e9ce6002f8d057 (diff) |
actually, it uses getaddrinfo
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |