diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-06-02 16:02:46 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-06-02 16:02:46 +0000 |
commit | c55747ff014c94cbb1ed40c21e0dbebef478def5 (patch) | |
tree | 2b08530666827d0dd255ffcb03b8d6e0a88c9b29 /lib | |
parent | 1d558eda441a83a35e629d38a1211eba96d33dc5 (diff) |
write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.
ok jmc@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 89f1b060b81..50d7b5ee59a 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.249 2015/03/12 12:40:11 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.250 2015/06/02 16:02:44 sobrado Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 12 2015 $ +.Dd $Mdocdate: June 2 2015 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1545,7 +1545,7 @@ to 2, no checks for spoofing of loopback addresses will be done. This is useful only for debugging purposes, and should never be used in production systems. .It Li mobileip.allow -If set to 0, incoming MobileIP encapsulated packets (RFC 2004) will not be +If set to 0, incoming Mobile IP encapsulated packets (RFC 2004) will not be processed. If set to any other value, processing will occur. .It Li tcp.ackonpush |