没有手动输入fcntl问题
当我使用“man fcntl”时收到消息:
No manual entry for fcntl
需要安装哪个 pkg?
附: 我用的是Debian。
When I use `man fcntl' got the message:
No manual entry for fcntl
which the pkg is needed to install?
ps. I use debian.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 Debian 中,这些手册页可以在 manpages-dev 包中找到。
In Debian these man pages are available in manpages-dev package.
这并没有直接回答您的问题,但是:我自己只是使用互联网:这里是 “man fcntl”的第一个搜索结果 在 Google 中。
This doesn't answer your question directly, but: I myself just use the internet: here is the first search result for "man fcntl" in google.
fcntl
是一个标准 C 库函数,因此它应该是您的开发包之一。 然而,我很久以前就放弃了在 UNIX 机器上使用 man,尝试在 Google 中输入“man fcntl”(带引号)来获取在线版本。只是不要这样做来尝试弄清楚
man
本身是如何工作的。 在 Google 中输入“man man”会返回一些有趣的结果(对于工作来说不安全)。fcntl
is a standard C library function so it should be one of your development packages. However, I long ago gave up on using man on the UNIX boxes themselves, try typing "man fcntl" into Google (with the quotes) to get online versions.Just don't do this to try and figure out how
man
itself works. Typing "man man" into Google returns some interesting results (not safe for work).