diff options
author | 1999-03-01 05:41:13 +0000 | |
---|---|---|
committer | 1999-03-01 05:41:13 +0000 | |
commit | 36b4e480758259b916bbe05859a65cd83759944e (patch) | |
tree | 9bd11634543b2edf0d556c86c0a94edaa2fb8984 | |
parent | fix a command sequence description; d@, also some misc cleanup (diff) | |
download | wireguard-openbsd-36b4e480758259b916bbe05859a65cd83759944e.tar.xz wireguard-openbsd-36b4e480758259b916bbe05859a65cd83759944e.zip |
currect -> current; d@
-rw-r--r-- | share/man/man4/tun.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index fd833a131ab..8117df1433a 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.7 1998/11/04 16:45:57 mickey Exp $ +.\" $OpenBSD: tun.4,v 1.8 1999/03/01 05:41:13 aaron Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os OpenBSD 1.2 @@ -361,5 +361,5 @@ bit set.) Very old versions of the tunnel device did not include the address family at the start of the packet. More recent versions passed the address family as a single byte, but this caused problems with bpf, -hence the currect version passes a u_int32_t of address family. +hence the current version passes a u_int32_t of address family. |