aboutsummaryrefslogtreecommitdiff
path: root/man/update_links.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* omit <type> linksBrent Cook2015-11-221-1/+1
|
* sudo/doasBrent Cook2015-09-121-1/+1
|
* avoid install failures on case-insensitive file systemsBrent Cook2015-03-311-1/+3
|
* Use mandoc database to get man links.Brent Cook2015-03-271-0/+16
Previously, we semi-manually grabbed the MLINKS from the libressl Makefiles. The better way is to extract this information from the mandoc link database files directly, allowing for MLINKS to eventually go away upstream.