mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 10:15:42 +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}}`
|
`man {{command}}`
|
||||||
|
|
||||||
|
- Display man page for a command from section 7:
|
||||||
|
|
||||||
|
`man {{command}}.{{7}}`
|
||||||
|
|
||||||
- Display path searched for manpages:
|
- Display path searched for manpages:
|
||||||
|
|
||||||
`man --path`
|
`man --path`
|
||||||
|
|
Loading…
Add table
Reference in a new issue