]> git.cameronkatri.com Git - mandoc.git/commit
Simplify the logic in mandoc_normdate() and add some comments.
authorIngo Schwarze <schwarze@openbsd.org>
Thu, 12 Nov 2015 22:44:27 +0000 (22:44 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Thu, 12 Nov 2015 22:44:27 +0000 (22:44 +0000)
commitd3b0efc7635aefb8712b44baed58a7a281b97b40
tree62bb92f225dc62f9960ea814922a60d86774c739
parentd42999c4e1db433908ffe9176d21f648619efe03
Simplify the logic in mandoc_normdate() and add some comments.
Also add a comment in time2a() explaining why it isn't possible
to use just one single call to strftime().
Do some style cleanup while here.
No functional change.
Triggered by a very different patch from des@FreeBSD.
mandoc.c