summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2010-05-26 08:22:11 +0000
committerjmc <>2010-05-26 08:22:11 +0000
commitc5162dbb5a268dd8844a86a540d616f2be83ab23 (patch)
tree9d185aeb1242797bee61d5b1b88250f3339463fc
parentb4ba1c452340391dfdef0be4a2f26c69b8c0a7e4 (diff)
downloadopenbsd-c5162dbb5a268dd8844a86a540d616f2be83ab23.tar.gz
openbsd-c5162dbb5a268dd8844a86a540d616f2be83ab23.tar.bz2
openbsd-c5162dbb5a268dd8844a86a540d616f2be83ab23.zip
oops - forgot to check for trailing whitespace;
-rw-r--r--src/lib/libc/stdlib/malloc.34
1 files 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 @@
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" $OpenBSD: malloc.3,v 1.67 2010/05/26 07:27:38 thib Exp $ 33.\" $OpenBSD: malloc.3,v 1.68 2010/05/26 08:22:11 jmc Exp $
34.\" 34.\"
35.Dd $Mdocdate: May 26 2010 $ 35.Dd $Mdocdate: May 26 2010 $
36.Dt MALLOC 3 36.Dt MALLOC 3
@@ -223,7 +223,7 @@ rather than when the bogus pointer was used.
223.It Cm D 223.It Cm D
224.Dq Dump . 224.Dq Dump .
225.Fn malloc 225.Fn malloc
226will dump statistics to the file 226will dump statistics to the file
227.Pa ./malloc.out , 227.Pa ./malloc.out ,
228if it already exists, 228if it already exists,
229at exit. 229at exit.