diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-26 08:22:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-05-26 08:22:12 +0000 |
commit | d9807ca719bb5ff5661995719eaf1e513437c3c0 (patch) | |
tree | 6925dcf23e957426b725e89b4f48ff624be86271 /lib | |
parent | a377e5a80f609c85ff194ba19f13ec20eabee9ba (diff) |
oops - forgot to check for trailing whitespace;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
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. |