Cygwin/Red Hat 相当于 Debian 的 manpages-dev、manpages-posix-dev 的是什么?
我正在使用 Cygwin,但令我沮丧的是,我刚刚发现包命名方案源自 Red Hat。我需要开发手册页,名为 manpages-dev 和 manpages-posix-dev,并且无法找到 Cygwin/RH 等效项。这些是什么?
如果它们不可用,那么 Cygwin 可以使用哪些规范文档来代替它们?
I'm using Cygwin, and just discovered to my dismay that the package naming scheme is derived from Red Hat. I need the development man pages, called manpages-dev and manpages-posix-dev on Debian-based distros, and can't locate the Cygwin/RH equivalents. What are they?
If they're not available, what's the canonical documentation to use in their place for Cygwin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Cygwin 包
cygwin-doc
相当于manpages-dev
,man-pages-posix
相当于manpages-posix-dev
。Cygwin package
cygwin-doc
is equivalent tomanpages-dev
, andman-pages-posix
is equivalent tomanpages-posix-dev
.cygwin-doc 包中有相当多的 C 库手册页,但它绝不是完整的。 Cygwin 的目标是 POSIX 和 Linux 兼容性,因此 POSIX 标准位于 http://www.opengroup.org/ onlinepubs/9699919799 和 glibc 文档位于 http://www.gnu.org/ software/libc/manual 是合适的来源。 http://linux.die.net 上的 Linux 联机帮助页也很有用。
Cygwin 特定函数的文档以及尚未实现的标准函数列表可以在 http://cygwin.com/cygwin-api/cygwin-api.html。
There's a fair number of C library manpages in the cygwin-doc package, but it's by no means complete. Cygwin aims for POSIX and Linux compatibility though, so the POSIX standard at http://www.opengroup.org/onlinepubs/9699919799 and the glibc documentation at http://www.gnu.org/software/libc/manual are appropriate sources. The Linux manpages at http://linux.die.net are useful too.
Documentation of Cygwin-specific functions as well as a list of standard functions that have not been implemented can be found at http://cygwin.com/cygwin-api/cygwin-api.html.