1 Executable programs or shell commands
2 System calls (functions provided by the kernel)
3 Library calls (functions within program libraries)
4 Special files (usually found in /dev)
5 File formats and conventions eg /etc/passwd
6 Games
7 Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
以前的manual是纸质的,所以3就表示第3卷。
每卷的内容:
纸质时代,这个方便查找(你知道到哪一本里去找),现在主要的作用是区分同名的manual,例如
markdown (1)
可能是说明一个转换markdown格式的小工具,而markdown (7)
则可能是介绍markdown语法的文档。用户手册页面被分为9个主要的类别,被编号为1到9。上例的消息中的“(1)”部分指出所显示的用户手册页面属于第1类。 在本页面的最後给出了对不同用户手册页面分类的简要的说明。一个用户手册页面可能同时存在于两个或两个以上的分类中。例如man自身就有两个页面;一个在第1类中而另一个在第7类中。当你输入
man man
时,第1类中的页面会被显示。如果你想要查看第7类中的页面,则应输入man 7 man
,正如下面的例子中所示范的一样。来自:UbuntuWiki