Document groff commands for manpage formatting.
Document how to format the manpage for the terminal, pdf, and html.
This commit is contained in:
parent
0176e3057d
commit
3af83344a5
@ -233,6 +233,10 @@ directory, issue configuration and build commands:
|
|||||||
=== Documentation ==============================================================
|
=== Documentation ==============================================================
|
||||||
|
|
||||||
The manual page that the configure script generates can be manually formatted
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user