summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-10-18 15:28:03 +0000
committerderaadt <deraadt@openbsd.org>2015-10-18 15:28:03 +0000
commitded2548f1c0fff3eae8f124d16d55e625360e440 (patch)
tree0e54c6ca53184132c758e617701842b7fd80df63 /usr.sbin/inetd
parentlibc DNS functions will now use the new dnssocket() / dnsconnect() (diff)
downloadwireguard-openbsd-ded2548f1c0fff3eae8f124d16d55e625360e440.tar.xz
wireguard-openbsd-ded2548f1c0fff3eae8f124d16d55e625360e440.zip
actually, it uses getaddrinfo
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r--usr.sbin/inetd/inetd.86
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