svn commit: r316245 - stable/10/share/man/man9
Ngie Cooper
ngie at FreeBSD.org
Thu Mar 30 06:06:10 UTC 2017
Author: ngie
Date: Thu Mar 30 06:06:09 2017
New Revision: 316245
URL: https://svnweb.freebsd.org/changeset/base/316245
Log:
MFC r315803:
memguard(9): fix igor/manlint warnings
- Expand a contraction [1].
- Add a missing section number when referring to uma(9) with .Xr .
Modified:
stable/10/share/man/man9/memguard.9
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/share/man/man9/memguard.9
==============================================================================
--- stable/10/share/man/man9/memguard.9 Thu Mar 30 06:05:30 2017 (r316244)
+++ stable/10/share/man/man9/memguard.9 Thu Mar 30 06:06:09 2017 (r316245)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 21, 2011
+.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-stable
mailing list