diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-19 05:53:47 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-02-19 05:53:47 +0000 |
commit | 87abbb21b5b8f861b26dd6e5f0e37eadb37cbbbe (patch) | |
tree | b98a3559b627235d86dec00e11e803bf1cb3a4e1 /share/man | |
parent | 08af5d9ea37c7bea8532c7f978e885c3532bea39 (diff) |
remove errant reference to mq_enqueue in the mq_enlist description.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index c4fc3243b66..dc90145d7b3 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.84 2015/02/16 16:38:54 naddy Exp $ +.\" $OpenBSD: mbuf.9,v 1.85 2015/02/19 05:53:46 dlg Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (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: February 16 2015 $ +.Dd $Mdocdate: February 19 2015 $ .Dt MBUF 9 .Os .Sh NAME @@ -877,7 +877,6 @@ mbuf list on to the end of the .Fa mq mbuf queue. Note, the number of mbufs placed on the queue may exceed its maximum length. -.Fn mq_enqueue . .It Fn "mq_delist" "struct mbuf_queue *mq" "struct mbuf_list *ml" Dequeue all the mbufs on the .Fa mq |