Browse Source

oops - forgot to check for trailing whitespace;

OPENBSD_4_8
jmc 14 years ago
parent
commit
ffc1056ac2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/malloc.3

+ 2
- 2
src/lib/libc/stdlib/malloc.3 View File

@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 $ .Dd $Mdocdate: May 26 2010 $
.Dt MALLOC 3 .Dt MALLOC 3
@ -223,7 +223,7 @@ rather than when the bogus pointer was used.
.It Cm D .It Cm D
.Dq Dump . .Dq Dump .
.Fn malloc .Fn malloc
will dump statistics to the file
will dump statistics to the file
.Pa ./malloc.out , .Pa ./malloc.out ,
if it already exists, if it already exists,
at exit. at exit.


Loading…
Cancel
Save