Peter Bui c579b7a38f main/mdocml: update to 1.12.4
- 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.
2014-08-28 08:10:02 +00:00
..