Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-04 00:18:05 +00:00
parent d7209dda96
commit fe7d7e9145
3 changed files with 65 additions and 2 deletions

View File

@@ -12,9 +12,9 @@ source: https://github.com/tldr-pages/tldr.git
`man {{command}}`
- Open the man page for a command in a browser (requires the `BROWSER` variable to be set):
- Open the man page for a command in a browser (`BROWSER` environment variable can replace `=browser_name`):
`man --html {{command}}`
`man --html{{=browser_name}} {{command}}`
- Display the man page for a command from section 7: