diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-08-09 07:24:58 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2017-08-09 07:24:58 +0000 |
commit | d80fbbee5f287c8ad36061ba12acaa7b93154f77 (patch) | |
tree | 85792c61d5b8e0ff532fd41d8c0bae6af61cb083 /sys/netinet/in.h | |
parent | 9c6cae24315a3d73cbdb275729b31d90626c2989 (diff) | |
download | src-test2-d80fbbee5f287c8ad36061ba12acaa7b93154f77.tar.gz src-test2-d80fbbee5f287c8ad36061ba12acaa7b93154f77.zip |
Notes
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r-- | sys/netinet/in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 22e21516acc6..cead3a6944cc 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -289,7 +289,7 @@ __END_DECLS * if you trust the remote host to restrict these ports. * * The default range of ports and the high range can be changed by - * sysctl(3). (net.inet.ip.port{hi,low}{first,last}_auto) + * sysctl(3). (net.inet.ip.portrange.{hi,low,}{first,last}) * * Changing those values has bad security implications if you are * using a stateless firewall that is allowing packets outside of that |