1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:35:42 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: