diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-22 07:27:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-22 07:27:27 +0000 |
commit | 82d29a3ef1f9b310d696aad6601faf1f06f16fed (patch) | |
tree | ced8e72f07acb84a49bc2c9ba4694b8423c1e413 | |
parent | 10c22ce1c38b9f455cefcf16d5f1fe94ddcf99c2 (diff) |
slight tweak
-rw-r--r-- | share/man/man4/gre.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/gre.4 b/share/man/man4/gre.4 index 7ed70437812..0f740a0124a 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.58 2018/02/22 07:24:58 dlg Exp $ +.\" $OpenBSD: gre.4,v 1.59 2018/02/22 07:27:26 dlg Exp $ .\" $NetBSD: gre.4,v 1.10 1999/12/22 14:55:49 kleink Exp $ .\" .\" Copyright 1998 (c) The NetBSD Foundation, Inc. @@ -53,8 +53,8 @@ allowing for the tunnelling of multiple protocols. .Pp Different tunnels between the same endpoints may be distinguised by an optional Key field in the GRE header. -The Key field may be used to carry flow information about the -encapsulated traffic to allow better use multipath links. +The Key field may be partitioned to carry flow information about the +encapsulated traffic to allow better use of multipath links. .Pp This pseudo driver provides the clonable network interfaces: .Bl -tag -width nvgreX |