diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-17 09:49:20 (GMT) |
commit | b0fd5016db74678476868abb380170b319a50480 (patch) | |
tree | 119b341daefeb358581d8979a762f85702014a45 /jemalloc/doc | |
parent | bbaaecb729e8f979abcaac8e82d4b62a941a40cf (diff) | |
download | jemalloc-b0fd5016db74678476868abb380170b319a50480.zip jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.gz jemalloc-b0fd5016db74678476868abb380170b319a50480.tar.bz2 |
Add the --with-install-suffix configure option.
Fix some bugs in the Makefile's install target.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r-- | jemalloc/doc/jemalloc.3.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in index f55325e..ca8deb1 100644 --- a/jemalloc/doc/jemalloc.3.in +++ b/jemalloc/doc/jemalloc.3.in @@ -38,7 +38,7 @@ .\" @(#)malloc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: head/lib/libc/stdlib/malloc.3 182225 2008-08-27 02:00:53Z jasone $ .\" -.Dd January 3, 2010 +.Dd January 17, 2010 .Dt JEMALLOC 3 .Os .Sh NAME @@ -46,10 +46,10 @@ @roff_no_tcache@.Nm @jemalloc_prefix@malloc , @jemalloc_prefix@calloc , @jemalloc_prefix@posix_memalign , @jemalloc_prefix@realloc , @jemalloc_prefix@free , @jemalloc_prefix@malloc_usable_size , @jemalloc_prefix@malloc_stats_print .Nd general purpose memory allocation functions .Sh LIBRARY -.Lb libjemalloc +.Lb libjemalloc@install_suffix@ .Sh SYNOPSIS .In stdlib.h -.In jemalloc.h +.In jemalloc@install_suffix@.h .Ft void * .Fn @jemalloc_prefix@malloc "size_t size" .Ft void * |