mbuf(9): Some markup fixes

- whitespace at end of input line
- no blank before trailing delimiter: Dv MJUM16BYTES

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2020-09-17 20:53:24 +00:00
parent fade09c8ac
commit ac81581df3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365856

View File

@ -574,7 +574,7 @@ for non-critical paths.
Allocate an
.Vt mbuf
with enough space to hold specified amount of data.
If the size is is larger than
If the size is is larger than
.Dv MJUMPAGESIZE , NULL
will be returned.
.It Fn m_getm orig len how type
@ -640,7 +640,7 @@ but the specified
of the cluster to be allocated must be one of
.Dv MCLBYTES , MJUMPAGESIZE , MJUM9BYTES ,
or
.Dv MJUM16BYTES.
.Dv MJUM16BYTES .
.It Fn m_free mbuf
Frees
.Vt mbuf .