Check-in Number:
|
5649 | |
Date: |
2006-Aug-15 08:58:11 (local)
2006-Aug-15 06:58:11 (UTC) |
User: | rse |
Branch: | |
Comment: |
Remove a trailing whitespace in mm.pod which
confused pod2html(1) and generated bad output.
Submitted by: Neil Conway <neilc@samurai.com> |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/mm/ChangeLog 1.57 -> 1.58
--- ChangeLog 2006/08/10 18:59:04 1.57
+++ ChangeLog 2006/08/15 06:58:11 1.58
@@ -9,6 +9,12 @@
ChangeLog
=========
+ Changes between 1.4.1 and 1.4.2 (10-Aug-2006 to 15-Aug-2006)
+
+ *) Remove a trailing whitespace in mm.pod which
+ confused pod2html(1) and generated bad output.
+ [Neil Conway <neilc@samurai.com>]
+
Changes between 1.4.0 and 1.4.1 (02-Sep-2005 to 10-Aug-2006)
*) Add new API function MM_reset() and mm_reset().
|
|
ossp-pkg/mm/mm.pod 1.30 -> 1.31
--- mm.pod 2006/08/10 19:00:33 1.30
+++ mm.pod 2006/08/15 06:58:11 1.31
@@ -314,7 +314,7 @@
This resets the global shared memory pool: all chunks that have been
allocated in the pool are marked as free and are eligible for reuse. The
global memory pool itself is not destroyed.
-
+
=item void B<MM_destroy>(void);
This destroys the global shared memory pool and should be called I<after> all
|
|