mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:35:40 +02:00
man: add example for choosing page section (#2102)
This commit is contained in:
parent
cf12bb9f04
commit
72b5105776
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`man {{command}}`
|
||||
|
||||
- Display man page for a command from section 7:
|
||||
|
||||
`man {{command}}.{{7}}`
|
||||
|
||||
- Display path searched for manpages:
|
||||
|
||||
`man --path`
|
||||
|
|
Loading…
Add table
Reference in a new issue