- 论坛徽章:
- 0
|
突然想查找socket方面的手册,debian下输入
$ man 2 socket
提示我说没有,解决办法当然是安装了:
# apt-get install manpages-dev
不知道是不是所有的手册页都有了,反正socket的有了.
$man man
得到手册页的布局
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 conven‐\n tions), e.g. man(7), groff(7)
8 System administration commands (usually only for root)
9 Kernel routines [Non standard]
我估计装了manpages-dev后2应该都有了吧.
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11545/showart_226365.html |
|