summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/malloc.3 b/src/lib/libc/stdlib/malloc.3
index 1abf18345d..e8df26c61f 100644
--- a/src/lib/libc/stdlib/malloc.3
+++ b/src/lib/libc/stdlib/malloc.3
@@ -30,7 +30,7 @@
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.67 2010/05/26 07:27:38 thib Exp $ 33.\" $OpenBSD: malloc.3,v 1.68 2010/05/26 08:22:11 jmc Exp $
34.\" 34.\"
35.Dd $Mdocdate: May 26 2010 $ 35.Dd $Mdocdate: May 26 2010 $
36.Dt MALLOC 3 36.Dt MALLOC 3
@@ -223,7 +223,7 @@ 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 to the file 226will dump statistics to the file
227.Pa ./malloc.out , 227.Pa ./malloc.out ,
228if it already exists, 228if it already exists,
229at exit. 229at exit.