diff options
author | 2018-02-22 07:27:26 +0000 | |
---|---|---|
committer | 2018-02-22 07:27:26 +0000 | |
commit | 36617b9ee3af7d18b6c58e798a09020c2baf842e (patch) | |
tree | 35dac4f3572c31c8c586b2a76eefe6bf69393819 | |
parent | reorganise the manpage with subsections for each type of interface. (diff) | |
download | wireguard-openbsd-36617b9ee3af7d18b6c58e798a09020c2baf842e.tar.xz wireguard-openbsd-36617b9ee3af7d18b6c58e798a09020c2baf842e.zip |
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 |