mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:35:32 +02:00
groff: add --RAW-CONTROL-CHARS to pager example (#7516)
This commit is contained in:
parent
ac76c79295
commit
5bdbc8ff83
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Render a man page using the ASCII output device, and display it using a pager:
|
||||
|
||||
`groff -man -T ascii {{path/to/manpage.1}} | less`
|
||||
`groff -man -T ascii {{path/to/manpage.1}} | less --RAW-CONTROL-CHARS`
|
||||
|
||||
- Render a man page into an HTML file:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue