mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
- 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.