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