Clean up documentation and formatting.

This commit is contained in:
Jason Evans
2012-04-23 12:49:23 -07:00
parent a4936ce4d6
commit 079687bb87
4 changed files with 11 additions and 15 deletions

View File

@@ -267,10 +267,6 @@ directory, issue configuration and build commands:
The manual page is generated in both html and roff formats. Any web browser
can be used to view the html manual. The roff manual page can be formatted
prior to installation via any of the following commands:
prior to installation via the following command:
nroff -man -t doc/jemalloc.3
groff -man -t -Tps doc/jemalloc.3 | ps2pdf - doc/jemalloc.3.pdf
(cd doc; groff -man -man-ext -t -Thtml jemalloc.3 > jemalloc.3.html)