Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2017 06:08:01 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r315803 - head/share/man/man9
Message-ID:  <201703230608.v2N681dK040035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Mar 23 06:08:01 2017
New Revision: 315803
URL: https://svnweb.freebsd.org/changeset/base/315803

Log:
  memguard(9): fix igor/manlint warnings
  
  - Expand a contraction [1].
  - Add a missing section number when referring to uma(9) with .Xr .
  
  MFC after:	1 week
  Reported by:	igor [1], make manlint [2]
  Sponsored by:	Dell EMC Isilon

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

Modified: head/share/man/man9/memguard.9
==============================================================================
--- head/share/man/man9/memguard.9	Thu Mar 23 06:02:23 2017	(r315802)
+++ head/share/man/man9/memguard.9	Thu Mar 23 06:08:01 2017	(r315803)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 1, 2016
+.Dd March 22, 2017
 .Dt MEMGUARD 9
 .Os
 .Sh NAME
@@ -54,7 +54,7 @@ can take over
 and
 .Fn uma_free
 for a single
-.Xr uma
+.Xr uma 9
 zone.
 Also
 .Nm
@@ -172,7 +172,7 @@ has the 2 bit set.
 This option is off by default.
 By default
 .Nm
-doesn't guard those
+does not guard
 .Xr uma 9
 zones that have been initialized with the
 .Dv UMA_ZONE_NOFREE



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