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
This commit is contained in:
Jason Evans
2010-09-11 22:47:39 -07:00
parent 58a6f5c9be
commit 7e11b389aa
3 changed files with 67 additions and 84 deletions

View File

@@ -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