1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

Update groff.md

This commit is contained in:
Waldir Pimenta 2017-09-09 12:52:54 +01:00 committed by GitHub
parent d6330e2107
commit dee7890231

View file

@ -1,7 +1,7 @@
# groff
> Typesetting program that reads plain text mixed with formatting commands and produces formatted output.
> It is the GNU replacement for the troff and nroff Unix commands for text formatting.
> It is the GNU replacement for the `troff` and `nroff` Unix commands for text formatting.
- Render a man page as plain text, and display the result:
@ -13,7 +13,7 @@
- Render a man page into an HTML file:
`groff -man -T html {{manpage.1}} > page.html`
`groff -man -T html {{manpage.1}} > {{page.html}}`
- Process a roff file using the `tbl` and `pic` preprocessors, and the `me` macro set: