aboutsummaryrefslogtreecommitdiffstats
path: root/main/mdocml/man.sh
Commit message (Collapse)AuthorAgeFilesLines
* main/mdocml: update to 1.12.4Peter Bui2014-08-281-3/+8
| | | | | | | | | | | | | | - Use "base-install" target instead of "install" to avoid complications with DBBIN (i.e. apropos, makewhatis). - Add MANWIDTH environment variable support to man command. This allows users to set the width of the generated text. By default, mandoc uses a column width of 78, and completely ignores the size of the terminal. When MANWIDTH is unset, it will default to 78 as mandoc would use. With MANWIDTH=0, the man command will use stty to lookup the width of the terminal and set the appropriate value. When MANWIDTH > 0, the width value will be passed to mandoc directly.
* main/mdocml: fix opening of compressed man pages in man.shPaul Onyschuk2011-07-261-2/+2
|
* main/mdocml: moved from testingNatanael Copa2011-07-121-0/+52