diff options
| author | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2010-03-12 14:50:07 +0100 |
|---|---|---|
| committer | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2010-03-12 14:50:07 +0100 |
| commit | 3e4f1187bdb4da8d8dea21f85a0bc51bd8c5a35e (patch) | |
| tree | e4c385e370de01ed4bbb851efe822bfa72ffa6a3 /usr/src/cmd/tcpd | |
| parent | 3b133bec939f5230f040960ee1503dadd3dff343 (diff) | |
| download | illumos-joyent-3e4f1187bdb4da8d8dea21f85a0bc51bd8c5a35e.tar.gz | |
6932739 HOSTS_ACCESS(4) has wrong example of IPv6 address notation
Diffstat (limited to 'usr/src/cmd/tcpd')
| -rw-r--r-- | usr/src/cmd/tcpd/hosts_access.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/tcpd/hosts_access.5 b/usr/src/cmd/tcpd/hosts_access.5 index 8f10de4d19..9ea58ab61a 100644 --- a/usr/src/cmd/tcpd/hosts_access.5 +++ b/usr/src/cmd/tcpd/hosts_access.5 @@ -94,7 +94,7 @@ bitwise AND of the address and the `mask\'. For example, the net/mask pattern `131.155.72.0/255.255.254.0\' matches every address in the range `131.155.72.0\' through `131.155.73.255\'. .IP \(bu -Prefixes can be specified for IPv6 address, e.g. [fe80]::/10 +Prefixes can be specified for IPv6 address, e.g. [2001:DB8::/32] .SH WILDCARDS The access control language supports explicit wildcards: .IP ALL |
