若發現有些明明是常見的 C 函式卻得到"No manual entry for <command>"的回覆,可以嘗試安裝"manpages",方法如下:
在Ubuntu:
$sudo apt-get install manpages-dev manpages-posix-dev在Fedora:
$sudo yum install man-pages
Reference:
- http://superuser.com/questions/40609/how-to-install-man-pages-for-c-standard-library-functions-in-ubuntu
- http://www.ptt.cc/bbs/Linux/M.1242706365.A.D49.html
No comments:
Post a Comment