zoukankan      html  css  js  c++  java
  • man-pages项目包含文档的说明

    man-pages项目是由linux kernel维护的一个文档项目,但是,该项目中只是包含了部分常用文档,还有大量gnu常用系统工具的manpanges没有包含,但一些在线网站提供一个详细版本的man-pages页面。

    1、在man7.org维护了一份比较全的在线文档,不过该网站好像没有下载安装的版本,但是,man7倒是提供了一份说明,可以参考一下哦。

    地址:http://blog.man7.org/2013/05/more-man-pages-now-rendered-on-man7org.html

    内容:

    Adding further man pages to the HTML renderings on man7.org

    As noted in my last post, I've expanded the set of HTML man page renderings at man7.org/linux/man-pages/ to include some projects other than man-pages. Currently, man pages from 37 projects are now rendered, with about 1750 pages in all. The projects that I have so far included have a bias that matches my interests: man-pages, projects related to low-level C and system programming (e.g., the ACL and extended attribute libraries), toolchain projects (e.g., gcc, gdb, Git, coreutils, binutils, util-linux), and other relevant tools (kmod, strace, ltrace, procps, expect) and tools relevant to manual pages (e.g., groff, man-db).
     
    2、呵呵,还有一份很全的man-pages页面在man.cx网站。作者说的也很实在,说希望查阅一些还没安装的软件的man手册,于是就自己创建了一个很全的man手册网站,号称右19万+的man手册页。
    What is man.cx?
    Have you ever wanted to check a manual page for a tool you hadn't installed on the current machine? Well, it happend to me various times. There are some manpage interfaces available on the net, but they all just provide access to the GNU tools or maybe to the tools installed on the host, but they are always missing some pages. So I thought, why isn't there a page with all manpages? So I just built one.
    All Manpages?
    Well okay not all, but a lot. In fact, I extracted all the manpages from all available packages in the Debian testing distribution, plus some pages from other sources. This makes a total of 198769 available manpages (including translations). The last update ran at March 2nd, 2018.
  • 相关阅读:
    邂逅明下(巴什博弈+hdu2897)
    抽象接口的过程小结
    线程经常使用操作
    对继承的再次理解
    阿里Java开发手冊之编程规约
    [持续更新]Windows Programming常见Hungarian Notation/Abbreviation大全
    [转]__cdecl与__stdcall
    private继承的作用
    [转]C++中的三种继承public,protected,private
    如何只利用NMAKE+CL+LINK写WIN32程序
  • 原文地址:https://www.cnblogs.com/litifeng/p/8602197.html
Copyright © 2011-2022 走看看