diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2000-10-29 13:49:18 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2000-10-29 13:49:18 +0000 |
commit | 9c6b4f6aa9ca4c20c27d2ba238ce60328953dda0 (patch) | |
tree | 856b2b8524b1da4b7dd5230c07a4ebeb675f9309 /usr.sbin/inetd | |
parent | 9e9653c21f98b25480906ad5f9a28e9d8f3c692d (diff) | |
download | FreeBSD-src-9c6b4f6aa9ca4c20c27d2ba238ce60328953dda0.zip FreeBSD-src-9c6b4f6aa9ca4c20c27d2ba238ce60328953dda0.tar.gz |
Be explicit about the fact that you can only specify one IP address/hostname
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index c10f9cd..61aa33f 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -104,7 +104,7 @@ Specify the maximum number of times a service can be invoked in one minute; the default is 256. A rate of 0 allows an unlimited number of invocations. .It Fl a -Specify a specific IP address to bind to. +Specify one specific IP address to bind to. Alternatively, a hostname can be specified, in which case the IPv4 or IPv6 address which corresponds to that hostname is used. |