diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2006-01-31 17:29:27 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2006-01-31 17:29:27 +0000 |
| commit | b88c6e8756f197c16394dc59be956ba5133dbc6e (patch) | |
| tree | 890feeef5d6d8c0053ed8e9dd13feb4f96c0eabc | |
| parent | f737c45c91bb68cf08d8df7bd075ac08db4adea9 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/memguard.9 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man9/memguard.9 b/share/man/man9/memguard.9 index 78716402d8ed..3331e133b03c 100644 --- a/share/man/man9/memguard.9 +++ b/share/man/man9/memguard.9 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 30, 2005 +.Dd January 31, 2006 .Dt MEMGUARD 9 .Os .Sh NAME @@ -84,7 +84,8 @@ variable. .Xr sysctl 8 , .Xr vmstat 8 , .Xr contigmalloc 9 , -.Xr malloc 9 +.Xr malloc 9 , +.Xr redzone 9 .Sh HISTORY .Nm first appeared in |
