linux查看帮助文档的小常识

man 分为1 2 3 4 5 6 7 8等级别
1、Standard commands (标准命令)
2、System calls (系统调用)
3、Library functions (库函数)
4、Special devices (设备说明)
5、File formats (文件格式)
6、Games and toys (游戏和娱乐)
7、Miscellaneous (杂项)
8、Administrative Commands (管理员命令)

比如man socket, 可以发现SEE ALSO中包括ACCEPT(2)等等,可以通过man 2 accept 查看

你可能感兴趣的:(linux查看帮助文档的小常识)