man/update_links.sh


Log

Author Commit Date CI Message
Brent Cook fb342b43 2022-11-24T08:21:06 exclude bogus "ln_<type>" manpage links
Brent Cook 1ea79d2a 2018-06-16T21:35:58 avoid duplicate link with bn_print/BN_print
Brent Cook b78f2939 2018-06-16T21:28:35 filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems
Brent Cook 55419a0d 2016-11-05T12:25:52 use the new mlinks tool to generate man links
Brent Cook 9c5105ee 2015-11-22T06:37:13 omit <type> links
Brent Cook f1b00f4f 2015-09-12T03:17:19 sudo/doas
Brent Cook 20101fd6 2015-03-31T08:36:21 avoid install failures on case-insensitive file systems
Brent Cook 273bd7bd 2015-03-27T06:42:45 Use mandoc database to get man links. 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.