]> git.codecow.com Git - Monocypher.git/commit
Fix mandoc invocation for recent mandoc versions
authorCuleX <cculex@gmail.com>
Wed, 4 Oct 2017 18:53:48 +0000 (20:53 +0200)
committerCuleX <cculex@gmail.com>
Wed, 4 Oct 2017 18:53:48 +0000 (20:53 +0200)
commit8b70d36fbe9b135bdd1026bd996c6d21e1a541a7
tree785694957b560518b80d07f962df41df64715441
parent89bca3b8a5a76fff82728d7fd791ef73445966c4
Fix mandoc invocation for recent mandoc versions

A commit in mandoc earlier this year subtly broke the -O parsing.
Multiple instances of -O do not get parsed, so all options have to be
passed into the same -O with comma separation as intended.
doc/man2html.sh