From de96c309cd85e3112abcfe974655122db66a6e36 Mon Sep 17 00:00:00 2001 From: jmc Date: Sun, 13 Jul 2014 10:59:49 +0000 Subject: [PATCH] tweak previous; ok dlg --- share/man/man9/mbuf.9 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 52a1c98375c..dd6e5411a6b 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.74 2014/07/13 09:52:48 dlg Exp $ +.\" $OpenBSD: mbuf.9,v 1.75 2014/07/13 10:59:49 jmc Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol .\" All rights reserved. @@ -640,8 +640,8 @@ for a description of "void (*free)(caddr_t, u_int, void *)" "void *arg" Add pre-allocated storage to the mbuf pointed to by .Fa m . -On success, the flag M_EXT is set in the mbuf, and M_EXTWR if specified in -.Fa flags .. +On success, the flag M_EXT is set in the mbuf, and M_EXTWR is specified in +.Fa flags . .It Fn M_ALIGN "struct mbuf *m" "int len" Set the .Fa m_data -- 2.20.1