restructure

This commit is contained in:
JMARyA 2024-01-17 09:00:45 +01:00
parent ef7661245b
commit 598a10bc28
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
182 changed files with 342 additions and 336 deletions

View 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/)