summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
committerJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
commit079687bb87e2ac13274c2c4ff1134d42a78e9c7a (patch)
tree512000a86a3bd9e44045dfec2e6be96ff38cee02 /INSTALL
parenta4936ce4d635ef129be201f53cdc0786315ac3b6 (diff)
downloadjemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.zip
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.gz
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.bz2
Clean up documentation and formatting.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 1 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 04671a1..7e3051a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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)