问题描述
在我的大学里,我可以做以下事情:
-
男人走了
-
人strcpy
-
男人msgget
-
男子msgctl
随即出现一个不错的手册页。在我的PC上
$ man strcat
No manual entry for strcat
关于如何将这些文档页面放入计算机的任何帮助?
最佳办法
安装manpages-dev
和manpages-posix-dev
(感谢ChristopheD)软件包。您应该能够找到它们的突触或键入
apt-get install manpages-dev
apt-get install manpages-posix-dev
在命令行中。
次佳办法
对于Fedora,您可以使用yum
进行安装:
yum install man-pages libstdc++-docs
第三种办法
您可能会发现glibc-doc软件包也很有用。从http://packages.ubuntu.com/jaunty/glibc-doc:
Contains The GNU C Library Reference manual in info and html format as well as the man pages for libpthread functions and the complete GNU C Library ChangeLog.
第四种办法
在ubuntu系统上,它们位于软件包中
manpages-posix-dev (headers)
manpages-dev (functions)