Date: Thu, 30 Mar 2017 06:06:09 +0000 (UTC) From: Ngie Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r316245 - stable/10/share/man/man9 Message-ID: <201703300606.v2U669Tu002586@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703300606.v2U669Tu002586>