summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdlib/malloc.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 1abf18345d0..e8df26c61f3 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: malloc.3,v 1.67 2010/05/26 07:27:38 thib Exp $
+.\" $OpenBSD: malloc.3,v 1.68 2010/05/26 08:22:11 jmc Exp $
.\"
.Dd $Mdocdate: May 26 2010 $
.Dt MALLOC 3
@@ -223,7 +223,7 @@ rather than when the bogus pointer was used.
.It Cm D
.Dq Dump .
.Fn malloc
-will dump statistics to the file
+will dump statistics to the file
.Pa ./malloc.out ,
if it already exists,
at exit.