CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/04/26 15:29:46
Modified files: usr.bin/mandoc : mdoc_validate.c regress/usr.bin/mandoc/mdoc/Fl: Makefile Added files: regress/usr.bin/mandoc/mdoc/Fl: long.in long.out_ascii long.out_html long.out_markdown long.out_tag Log message: While we do not recommend the idiom ".Fl Fl long" for long options because it is an abuse of semantic macros for device-specific presentational effects, this idiom is so widespread that it makes sense to convert it to the recommended ".Fl \-long" during the validation phase. For example, this improves HTML formatting in pages where authors have used the dubious .Fl Fl. Feature suggested by Steffen Nurpmeso <steffen at sdaoden dot eu> on freebsd-hackers.