CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/06 12:41:34
Modified files:
usr.bin/mandoc : main.c
Log message:
Make sure that -l always causes -w to be ignored, as documented
in the man(1) manual page. This bugfix is needed to prevent
the command "man -lw" from dereferencing a NULL pointer.
