diff options
author | 2018-11-15 23:01:18 +0000 | |
---|---|---|
committer | 2018-11-15 23:01:18 +0000 | |
commit | f116bde467ae8c19dfa209ea5b44862e8f02038f (patch) | |
tree | d54ef71beb104dc9d6fc3a37eb1f620c0ecfa3f1 | |
parent | add support for txprio configuration (diff) | |
download | wireguard-openbsd-f116bde467ae8c19dfa209ea5b44862e8f02038f.tar.xz wireguard-openbsd-f116bde467ae8c19dfa209ea5b44862e8f02038f.zip |
spell an ioctl command better.
from markus@
-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 6193973b2a1..57534b9e51f 100644 --- a/share/man/man4/gre.4 +++ b/share/man/man4/gre.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gre.4,v 1.72 2018/04/20 22:55:53 bentley Exp $ +.\" $OpenBSD: gre.4,v 1.73 2018/11/15 23:01:18 dlg 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: April 20 2018 $ +.Dd $Mdocdate: November 15 2018 $ .Dt GRE 4 .Os .Sh NAME @@ -287,7 +287,7 @@ interfaces support the following .Xr ioctl 2 calls: .Bl -tag -width indent -offset 3n -.It Dv SIOCSVNEFLOWID Fa "struct ifreq *" +.It Dv SIOCSVNETFLOWID Fa "struct ifreq *" Enable or disable the partitioning of the optional GRE Key header into a 24-bit virtual network identifier and an 8-bit flow identifier. |