diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2024-11-18 22:33:59 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2024-11-18 22:33:59 +0000 |
commit | aa5c51446d583c71c497c7222e338fa079ef77b7 (patch) | |
tree | f8d6ba9d0f5ed1e95eb6ccc5b8b9e8cb9a8ab218 | |
parent | 1e37ee8eb1ed0f446c83058a058c109b08be4797 (diff) |
i was missing a .Dv in front of a macro
-rw-r--r-- | share/man/man4/tun.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/tun.4 b/share/man/man4/tun.4 index 6d704676d64..1c2ccdbf4c6 100644 --- a/share/man/man4/tun.4 +++ b/share/man/man4/tun.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tun.4,v 1.51 2024/11/17 09:19:46 dlg Exp $ +.\" $OpenBSD: tun.4,v 1.52 2024/11/18 22:33:58 dlg Exp $ .\" .\" Copyright (c) 2003 Marcus D. Watts All rights reserved. .\" @@ -26,7 +26,7 @@ .\" TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE .\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 17 2024 $ +.Dd $Mdocdate: November 18 2024 $ .Dt TUN 4 .Os .Sh NAME @@ -247,7 +247,8 @@ ICMP checksum calculation requested. Only one of .Dv TUN_H_TCP_CSUM , .Dv TUN_H_UDP_CSUM , -and TUN_H_ICMP_CSUM +and +.Dv TUN_H_ICMP_CSUM can be specified at a time. .Dv TUN_H_VTAG can only be used with |