diff options
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index e0edd9446e9..71962c565bf 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.63 2009/10/10 18:36:52 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.64 2010/01/13 12:40:11 otto Exp $ .\" -.Dd $Mdocdate: October 10 2009 $ +.Dd $Mdocdate: January 13 2010 $ .Dt MALLOC 3 .Os .Sh NAME @@ -272,6 +272,8 @@ This can substantially aid in compacting memory. .\".Xr ktrace 1 .\"for all operations. .\"Consult the source for this one. +.It Cm S +Enable all options suitable for security auditing. .It Cm X .Dq xmalloc . Rather than return failure, |