CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/09 10:49:55
Modified files:
usr.bin/mandoc : main.c tag.c
Log message:
Use stdout rather than stdin for controlling the terminal
such that "cat foo.mdoc | man -l" works.
Issue reported by Christian Neukirchen <chneukirchen at gmail dot com>
and also tested by him on Void Linux with both glibc and musl.
The patch makes sense to millert@.
