svn commit: r315803 - head/share/man/man9

Ngie Cooper ngie at FreeBSD.org
Thu Mar 23 06:08:02 UTC 2017


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


More information about the svn-src-all mailing list