Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 20:53:24 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365856 - head/share/man/man9
Message-ID:  <202009172053.08HKrOxV096909@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009172053.08HKrOxV096909>