用man查看特定版本的函数accept(2) Posted on 2014-12-27 In linux 如果直接用man accept查看,会看到cupsaccept(8)文档,而不是accept的。 如果稍加留意,就会发现在查看某个函数时会有一个数字在函数名后面。如accept(2),所以man 2 accept,就可以看到accept的文档了。