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 /share/man | |
parent | 1d558eda441a83a35e629d38a1211eba96d33dc5 (diff) |
write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275.
ok jmc@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/gre.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index da7ee8fb093..3a5fc6f87e4 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.41 2015/03/18 06:56:41 jmc Exp $ +.\" $OpenBSD: gre.4,v 1.42 2015/06/02 16:02:45 sobrado Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 18 2015 $ +.Dd $Mdocdate: June 2 2015 $ .Dt GRE 4 .Os .Sh NAME @@ -40,12 +40,12 @@ The .Nm network interface allows tunnel construction using the Cisco GRE or -the Mobile-IP (RFC 2004) encapsulation protocols. +the Mobile IP (RFC 2004) encapsulation protocols. .Pp .Tn GRE , .Tn WCCPv1 , and -.Tn MobileIP +.Tn Mobile IP are enabled with the following .Xr sysctl 3 variables respectively in @@ -61,7 +61,7 @@ This variable depends on .Va gre.allow being set. .It Va net.inet.mobileip.allow -Allow MobileIP packets in and out of the system. +Allow Mobile IP packets in and out of the system. .El .Pp A @@ -88,7 +88,7 @@ interfaces. Datagrams are encapsulated into IP, but with a much smaller encapsulation header. This protocol only supports IP in IP encapsulation, and is intended -for use with mobile IP. +for use with Mobile IP. .El .Pp The network interfaces are named |