mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:22:08 +02:00
man: clarify example (#15837)
This commit is contained in:
parent
4d52aeda20
commit
4ea62c5e18
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
||||||
|
|
||||||
`man {{command}}`
|
`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:
|
- Display the man page for a command from section 7:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue