diff options
author | ngie <ngie@FreeBSD.org> | 2017-03-30 06:05:30 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-03-30 06:05:30 +0000 |
commit | d09fec89f88066220176c03d354d40f428eef212 (patch) | |
tree | eee5f9fb0c3ae3fb9574f9f209b11f6473c95d8e /share | |
parent | 95269bc8f0fdefee8ba1f8ee0ec69d1db9509bf7 (diff) | |
download | FreeBSD-src-d09fec89f88066220176c03d354d40f428eef212.zip FreeBSD-src-d09fec89f88066220176c03d354d40f428eef212.tar.gz |
MFC r315803:
memguard(9): fix igor/manlint warnings
- Expand a contraction [1].
- Add a missing section number when referring to uma(9) with .Xr .
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/memguard.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/memguard.9 b/share/man/man9/memguard.9 index ed0773e..55cea93 100644 --- a/share/man/man9/memguard.9 +++ b/share/man/man9/memguard.9 @@ -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 |