wok diff man2html/description.txt @ rev 21869
busybox/command_not_found: use $PATH
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 25 10:59:33 2019 +0200 (2019-09-25) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/man2html/description.txt Wed Sep 25 10:59:33 2019 +0200 1.3 @@ -0,0 +1,10 @@ 1.4 +View local man pages in the web browser. Typical usage: 1.5 + 1.6 + hman man2html 1.7 + 1.8 +Utility can search and show local man pages by it's name, and also list all 1.9 +local man pages by categories using web interface for queries. 1.10 + 1.11 +This version was patched for SliTaz to produce clean and modern HTML layout 1.12 +using SliTaz documents CSS styles, to fast search and display pages without 1.13 +caching, etc.