mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
man: clarify example (#15837)
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user