restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
17
technology/applications/cli/system/man.md
Normal file
17
technology/applications/cli/system/man.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
obj: application
|
||||
arch-wiki: https://wiki.archlinux.org/title/man_page
|
||||
wiki: https://en.wikipedia.org/wiki/Man_page
|
||||
---
|
||||
# man
|
||||
A man page (short for manual page) is a form of software documentation usually found on a Unix or Unix-like operating system. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts. A user may invoke a man page by issuing the man command.
|
||||
|
||||
To read a man page, simply enter:
|
||||
```shell
|
||||
man page_name
|
||||
```
|
||||
|
||||
## Online Man Pages
|
||||
- [Arch Linux Man Pages](https://man.archlinux.org)
|
||||
- [FreeBSD Man Pages](https://man.freebsd.org/cgi/man.cgi)
|
||||
- [OpenBSD Man Pages](https://man.openbsd.org/)
|
Loading…
Add table
Add a link
Reference in a new issue