diff options
author | 2015-06-02 16:02:44 +0000 | |
---|---|---|
committer | 2015-06-02 16:02:44 +0000 | |
commit | 61238ae4ebba04806b520aea65c18b71227612eb (patch) | |
tree | 8e99d44ce5e308f535bd189155f9431f55002f6f /lib/libc | |
parent | Modernize from(1) a bit. Use getline() to support longer lines and (diff) | |
download | wireguard-openbsd-61238ae4ebba04806b520aea65c18b71227612eb.tar.xz wireguard-openbsd-61238ae4ebba04806b520aea65c18b71227612eb.zip |
write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.
ok jmc@
Diffstat (limited to 'lib/libc')
-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 |