diff options
author | Jason Evans <jasone@canonware.com> | 2010-09-12 05:47:39 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-09-12 05:52:16 (GMT) |
commit | 7e11b389aac64ed59a286b91887bcf68c2a597c4 (patch) | |
tree | 273b7650468121e909e8fae76c225ad99465123e /jemalloc/INSTALL | |
parent | 58a6f5c9bef785ecff33fff7e56343ea6c482d56 (diff) | |
download | jemalloc-7e11b389aac64ed59a286b91887bcf68c2a597c4.zip jemalloc-7e11b389aac64ed59a286b91887bcf68c2a597c4.tar.gz jemalloc-7e11b389aac64ed59a286b91887bcf68c2a597c4.tar.bz2 |
Move size class table to man page.
Move the table of size classes from jemalloc.c to the manual page. When
manually formatting the manual page, it is now necessary to use:
nroff -man -t jemalloc.3
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index e9a8798..a895743 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -217,3 +217,10 @@ directory, issue configuration and build commands: cd obj ../configure --enable-autogen make + +=== Documentation ============================================================== + +The manual page that the configure script generates can be manually formatted +prior to installation via the following command: + + nroff -man -t doc/jemalloc.3 |