summaryrefslogtreecommitdiffstats
path: root/jemalloc/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-10-24 23:48:52 (GMT)
committerJason Evans <jasone@canonware.com>2010-10-24 23:48:52 (GMT)
commit3af83344a54f6c6051e532188586d1a07474c068 (patch)
tree635570f7283bfc4c8d504d9881e31d0de51cca31 /jemalloc/INSTALL
parent0176e3057d37e65f01cf5afe688b9fd45729fe7b (diff)
downloadjemalloc-3af83344a54f6c6051e532188586d1a07474c068.zip
jemalloc-3af83344a54f6c6051e532188586d1a07474c068.tar.gz
jemalloc-3af83344a54f6c6051e532188586d1a07474c068.tar.bz2
Document groff commands for manpage formatting.
Document how to format the manpage for the terminal, pdf, and html.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r--jemalloc/INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL
index d30f093..fafd788 100644
--- a/jemalloc/INSTALL
+++ b/jemalloc/INSTALL
@@ -233,6 +233,10 @@ directory, issue configuration and build commands:
=== Documentation ==============================================================
The manual page that the configure script generates can be manually formatted
-prior to installation via the following command:
+prior to installation via any of the following commands:
- nroff -man -t doc/jemalloc.3
+ nroff -man -man-ext -t doc/jemalloc.3
+
+ groff -man -man-ext -t -Tps doc/jemalloc.3 | ps2pdf - doc/jemalloc.3.pdf
+
+ (cd doc; groff -man -man-ext -t -Thtml jemalloc.3 > jemalloc.3.html)