CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/14 14:54:15
Modified files:
usr.bin/mandoc : main.c
Log message:
Fix a process group race.
It could occasionally happen that the child process spawned less(1)
before the parent process passed the control of the terminal to the
child, and in that case, less(1) sometimes complained "Stopped (tty
output)". Issue reported by naddy@.
