man: clarify example (#15837)

This commit is contained in:
Managor
2025-03-04 01:13:35 +02:00
committed by GitHub
parent 4d52aeda20
commit 4ea62c5e18
+2 -2
View File
@@ -7,9 +7,9 @@
`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: