mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 00:57:19 +03:00
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
1 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue