diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-01-30 15:20:14 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-01-30 15:20:14 +0000 |
commit | 6d97aa3005392ec2d7658a6711401d97e1ae0476 (patch) | |
tree | 5e154e163f378df2d4b765e08484402b97e39343 /share/man | |
parent | 8cbdabc3d746537405513d5ed798507cab5bcb77 (diff) |
missing space: out-of-banddata -> out-of-band data
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 2d68e16edde..02ed607a5b1 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.47 2010/07/07 09:16:36 blambert Exp $ +.\" $OpenBSD: mbuf.9,v 1.48 2011/01/30 15:20:13 stsp 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: July 7 2010 $ +.Dd $Mdocdate: January 30 2011 $ .Dt MBUF 9 .Os .Sh NAME @@ -221,7 +221,7 @@ the data is a fragment reassembly header. .It Dv MT_CONTROL the mbuf contains extra-data protocol message. .It Dv MT_OOBDATA -the data consists of out-of-banddata. +the data consists of out-of-band data. .El .Pp The |