groff: add --RAW-CONTROL-CHARS to pager example (#7516)

This commit is contained in:
Andrey Bienkowski
2021-12-10 10:06:31 +00:00
committed by GitHub
parent ac76c79295
commit 5bdbc8ff83

View File

@@ -9,7 +9,7 @@
- Render a man page using the ASCII output device, and display it using a pager: - 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: - Render a man page into an HTML file: