CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/20 21:26:02
Modified files:
usr.bin/mandoc : main.c tag.c tag.h
Log message:
When creation of the temporary tags file fails, call the pager
without the -T option, because otherwise the pager won't even start.
Fixing a bug reported by jca@.
While here, shorten the code by two lines
and delete one internal interface function.
