Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-22 | man: Document DPKG_NLS environment variable for all programs using it | Guillem Jover | 1 | -0/+5 | |
2017-10-22 | man: Document DPKG_COLORS environment variable for all programs using it | Guillem Jover | 1 | -0/+7 | |
2016-11-06 | man: Use "dpkg suite" as the manual item in .TH macro | Guillem Jover | 1 | -1/+1 | |
2016-10-30 | man: Disable hyphenation globally | Guillem Jover | 1 | -1/+1 | |
Instead of marking specific words as not hyphenable, depending on the width of the output, which should not be considered stable. Or simply the SEE ALSO section. Just disable hyphenation globally for the whole man page. | |||||
2016-10-30 | man: Generate the man pages at build time | Guillem Jover | 1 | -0/+68 | |
This makes it possible to filter them and update several variable strings such as system and package pathnames, the release date and the dpkg suite version. And will make it possible to use UTF-8 in the source and convert to the more conservative groff escape sequences on the output. |