博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
man-pages项目包含文档的说明
阅读量:7050 次
发布时间:2019-06-28

本文共 1720 字,大约阅读时间需要 5 分钟。

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 , I've expanded the set of HTML man page renderings at
to include some projects other than . 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.

转载地址:http://odpol.baihongyu.com/

你可能感兴趣的文章
Mysql zip的下载地址
查看>>
Linux Swap交换分区介绍总结
查看>>
cross-platform-apps-qt-vs-html5
查看>>
python 协程 深入浅出(二)
查看>>
Go语言中的panic recover defer
查看>>
hotspot虚拟机对象
查看>>
Java注解学习总结
查看>>
ESXI 主机开启mob
查看>>
Linux USB 驱动开发(一)—— USB设备基础概念
查看>>
关于乱码问题的机理分析
查看>>
[译] 可工作软件的重要性
查看>>
Git :本地仓库提交到远程服务器
查看>>
Android开发在路上:少去踩坑,多走捷径【转】
查看>>
动态代理模式
查看>>
将博客搬至CSDN
查看>>
JQuery 修改 form 表单的 action 的值,并提交
查看>>
IOS 百度地图导入最新 SDK 2.9 报错
查看>>
Spark快速入门指南
查看>>
MySql用navcat连接时报错 2509
查看>>
android 显示 网络图片
查看>>