CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/03/20 18:17:01
Modified files: usr.bin/mandoc : tag.c Log message: When setting automatic tags, skip initial hyphens and minus signs, bringing the behaviour for mdoc(7) closer to what is already done for man(7). Triggered by the observation of kn@ that automatic tagging didn't work very well for find(1) primaries. OK kn@