summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 62006a7eb5..1abf18345d 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.66 2010/05/18 22:24:55 tedu Exp $ 33.\" $OpenBSD: malloc.3,v 1.67 2010/05/26 07:27:38 thib Exp $
34.\" 34.\"
35.Dd $Mdocdate: May 18 2010 $ 35.Dd $Mdocdate: May 26 2010 $
36.Dt MALLOC 3 36.Dt MALLOC 3
37.Os 37.Os
38.Sh NAME 38.Sh NAME
@@ -223,8 +223,9 @@ rather than when the bogus pointer was used.
223.It Cm D 223.It Cm D
224.Dq Dump . 224.Dq Dump .
225.Fn malloc 225.Fn malloc
226will dump statistics in a file called 226will dump statistics to the file
227.Pa malloc.out 227.Pa ./malloc.out ,
228if it already exists,
228at exit. 229at exit.
229This option requires the library to have been compiled with -DMALLOC_STATS in 230This option requires the library to have been compiled with -DMALLOC_STATS in
230order to have any effect. 231order to have any effect.