mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:33:43 +02:00
man: add -f example (#8180)
This commit is contained in:
parent
f3f405e9f6
commit
6588dd7507
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`man {{7}} {{command}}`
|
||||
|
||||
- List all available sections for a command:
|
||||
|
||||
`man -f {{command}}`
|
||||
|
||||
- Display the path searched for manpages:
|
||||
|
||||
`man --path`
|
||||
|
|
Loading…
Add table
Reference in a new issue