在cent os中:
1.系统调用在手册的第二节,比如,查找read调用的函数原型,则通过如下命令查看:man 2 read 。
2.库函数一般在手册的第三节,比如,查找fread的函数原型,通过man 3 fread 查看。