diff options
author | green <green@FreeBSD.org> | 2000-05-30 13:55:46 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-05-30 13:55:46 +0000 |
commit | 0e201f3645c702f6f4a4e3b53c31362feafcfe3f (patch) | |
tree | c0858cfb94109db99c7a6be21e3897fed9fb1d21 /share/doc | |
parent | 2f41e1d09eea12df89f59e284063e8309f3dedc7 (diff) | |
download | FreeBSD-src-0e201f3645c702f6f4a4e3b53c31362feafcfe3f.zip FreeBSD-src-0e201f3645c702f6f4a4e3b53c31362feafcfe3f.tar.gz |
Correct misspelling of INADDR_ANY as IN_ADDRANY.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/papers/jail/paper.ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/papers/jail/paper.ms b/share/doc/papers/jail/paper.ms index ce5096d..5343783 100644 --- a/share/doc/papers/jail/paper.ms +++ b/share/doc/papers/jail/paper.ms @@ -355,7 +355,7 @@ long as the file flags permit this. permit this. .IP \(bu Binding reserved TCP and UDP port numbers on the jails IP address is -permitted. (Attempts to bind TCP and UDP ports using IN_ADDRANY will be +permitted. (Attempts to bind TCP and UDP ports using INADDR_ANY will be redirected to the jails IP address.) .IP \(bu Functions which operate on the uid/gid space are all permitted since they |