CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/06 02:26:16
Modified files:
usr.bin/mandoc : main.c
Log message:
Fix a regression in rev. 1.269 reported by anton@.
Due to unveil(2), mansearch() can no longer change back to the initial
working directory. But check_xr() calls mansearch(), so the main program
needs to change back if -T lint or -W style is requested, such that these
work even when multiple relative file names are given on the command line.
