man: add more info link and --locale example (#5504)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# man
|
||||
|
||||
> Format and display manual pages.
|
||||
> More information: <https://www.man7.org/linux/man-pages/man1/man.1.html>.
|
||||
|
||||
- Display the man page for a command:
|
||||
|
||||
@@ -18,6 +19,10 @@
|
||||
|
||||
`man -w {{command}}`
|
||||
|
||||
- Display the man page using a specific locale:
|
||||
|
||||
`man {{command}} --locale={{locale}}`
|
||||
|
||||
- Search for manpages containing a search string:
|
||||
|
||||
`man -k "{{search_string}}"`
|
||||
|
Reference in New Issue
Block a user