From d9807ca719bb5ff5661995719eaf1e513437c3c0 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Wed, 26 May 2010 08:22:12 +0000 Subject: oops - forgot to check for trailing whitespace; --- lib/libc/stdlib/malloc.3 | 4 ++-- 1 file 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. -- cgit v1.2.3