From c5162dbb5a268dd8844a86a540d616f2be83ab23 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 26 May 2010 08:22:11 +0000 Subject: oops - forgot to check for trailing whitespace; --- src/lib/libc/stdlib/malloc.3 | 4 ++-- 1 file 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 @@ .\" 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. -- cgit v1.2.3-55-g6feb