2022-07-18 21:15:19 -05:00
|
|
|
# man
|
|
|
|
|
|
|
|
> Format and display manual pages.
|
2022-10-20 00:34:24 +02:00
|
|
|
> More information: <https://manned.org/man>.
|
2022-07-18 21:15:19 -05:00
|
|
|
|
|
|
|
- Display the man page for a command:
|
|
|
|
|
|
|
|
`man {{command}}`
|
|
|
|
|
2025-03-04 01:13:35 +02:00
|
|
|
- Open the man page for a command in a browser (`BROWSER` environment variable can replace `=browser_name`):
|
2024-02-06 16:10:45 +02:00
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-H|--html=]}}{{browser_name}} {{command}}`
|
2024-02-06 16:10:45 +02:00
|
|
|
|
2022-07-18 21:15:19 -05:00
|
|
|
- Display the man page for a command from section 7:
|
|
|
|
|
|
|
|
`man {{7}} {{command}}`
|
|
|
|
|
|
|
|
- List all available sections for a command:
|
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-f|--whatis]}} {{command}}`
|
2022-07-18 21:15:19 -05:00
|
|
|
|
|
|
|
- Display the path searched for manpages:
|
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-w|--path]}}`
|
2022-07-18 21:15:19 -05:00
|
|
|
|
|
|
|
- Display the location of a manpage rather than the manpage itself:
|
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-w|--where]}} {{command}}`
|
2022-07-18 21:15:19 -05:00
|
|
|
|
|
|
|
- Display the man page using a specific locale:
|
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-L|--locale]}} {{locale}} {{command}}`
|
2022-07-18 21:15:19 -05:00
|
|
|
|
|
|
|
- Search for manpages containing a search string:
|
|
|
|
|
man, sudo, mount, file, curl, ps, seq, gdb, cat, upower, cal: add option placeholders (#15915)
2025-03-11 08:07:57 +02:00
|
|
|
`man {{[-k|--apropos]}} "{{search_string}}"`
|