mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 18:55:25 +02:00
man: improve grammar
This commit is contained in:
parent
3358db816e
commit
aa36609be5
1 changed files with 4 additions and 4 deletions
|
@ -2,19 +2,19 @@
|
|||
|
||||
> Format and display manual pages.
|
||||
|
||||
- Display man page for a command:
|
||||
- Display the man page for a command:
|
||||
|
||||
`man {{command}}`
|
||||
|
||||
- Display man page for a command from section 7:
|
||||
- Display the man page for a command from section 7:
|
||||
|
||||
`man {{command}}.{{7}}`
|
||||
|
||||
- Display path searched for manpages:
|
||||
- Display the path searched for manpages:
|
||||
|
||||
`man --path`
|
||||
|
||||
- Display location of a manpage rather than the manpage itself:
|
||||
- Display the location of a manpage rather than the manpage itself:
|
||||
|
||||
`man -w {{command}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue