summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2002-06-14 17:25:19 +0000
committeraaron <aaron@openbsd.org>2002-06-14 17:25:19 +0000
commit41ff8927fbc0bb241d8c5404ed1e26d16b154dbe (patch)
treec0cf8400e35161f2dd9a12969a0d29782655854c
parentRecognize the ECN_TUNNEL attribute. (diff)
downloadwireguard-openbsd-41ff8927fbc0bb241d8c5404ed1e26d16b154dbe.tar.xz
wireguard-openbsd-41ff8927fbc0bb241d8c5404ed1e26d16b154dbe.zip
Typo.
-rw-r--r--share/man/man9/mbuf.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index aafefe74768..6759d9f09ae 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.5 2002/06/12 07:25:35 aaron Exp $
+.\" $OpenBSD: mbuf.9,v 1.6 2002/06/14 17:25:19 aaron Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -341,7 +341,7 @@ The same as
.Fn m_copym
except that it copies cluster mbufs, where
.Fn m_copym
-just increase the reference count of the clusters.
+just increases the reference count of the clusters.
.It Fn m_free "struct mbuf *m"
Free the mbuf pointed to by
.Fa m .