diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-07 18:30:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-07 18:30:04 +0000 |
commit | 5c97975163b6f479959a115dff237ebcdc3d1aca (patch) | |
tree | 407bcc9e7141e10975eed4a8dbaae33595f95d0b /share/man/man4 | |
parent | 6b8e6b2255db5ce8699586f9b56604c74fac0c4b (diff) |
neat typo
Diffstat (limited to 'share/man/man4')
-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 c20d5358cc5..f4f822a96ff 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.3 1997/08/02 09:56:25 deraadt Exp $ +.\" $OpenBSD: tun.4,v 1.4 1997/09/07 18:30:03 deraadt Exp $ .Dd March 10, 1996 .Dt TUN 4 .Os OpenBSD 1.2 @@ -364,5 +364,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 passwd a u_int32_t of address family. +hence the currect version passes a u_int32_t of address family. |