CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/07/26 15:03:16
Modified files: usr.bin/mandoc : main.c Log message: Structural cleanup, no functional change: Mixing parser and formatter state in the same struct was a bad idea, so pull the parser state and configuration out of it. This makes sure output options are not passed into parser functions and parser options are not passed into output functions. While here, add comments to the important local variables in main().