Author: gbe (doc committer)
Date: Thu Sep 17 20:53:24 2020
New Revision: 365856
URL: https://svnweb.freebsd.org/changeset/base/365856

Log:
  mbuf(9): Some markup fixes
  
  - whitespace at end of input line
  - no blank before trailing delimiter: Dv MJUM16BYTES
  
  MFC after:    3 days

Modified:
  head/share/man/man9/mbuf.9

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9  Thu Sep 17 20:50:02 2020        (r365855)
+++ head/share/man/man9/mbuf.9  Thu Sep 17 20:53:24 2020        (r365856)
@@ -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 .
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to