前提:安装man的命令

yum -y install man

使用man报错

[root@localhost objs]# man fcntl
No manual entry for fcntl
[root@localhost objs]# cd
[root@localhost ~]# man fcntl
No manual entry for fcntl
[root@localhost ~]# which man
/usr/bin/man

解决报错的方法:

yum install man-pages

此时就ok了。

 

 

posted on 2014-02-23 22:59  一天不进步,就是退步  阅读(5141)  评论(0)    收藏  举报