summaryrefslogtreecommitdiff
path: root/man/dpkg-statoverride.man
AgeCommit message (Collapse)AuthorFilesLines
2017-10-22man: Document DPKG_COLORS environment variable for all programs using itGuillem Jover1-0/+5
2016-11-06man: Use %VERSION% in dpkg-statoverride(1) source item .TH macroGuillem Jover1-1/+1
2016-11-06man: Use "dpkg suite" as the manual item in .TH macroGuillem Jover1-1/+1
2016-10-30man: Disable hyphenation globallyGuillem Jover1-0/+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-30man: Switch from groff escape sequences to UTF-8Guillem Jover1-3/+3
This will make writting and translating the man pages easier.
2016-10-30man: Generate the man pages at build timeGuillem Jover1-0/+117
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.