Description of problem: Exiting man pages throws the following error message /usr/bin/nroff: line 69: 3304 Done /usr/bin/iconv -f ${charset_in} -t utf-8 ${TMPFILE} 3305 | /usr/bin/groff -mtty-char -Tutf8 $opts 2>/dev/null 3306 Broken pipe | /usr/bin/iconv -f utf-8 -t ${charset_out}//translit Version-Release number of selected component (if applicable): groff-1.18.1-34 How reproducible: Every Time Steps to Reproduce: 1. Read man page (i.e. man ps) 2. Exit man page 3. Actual results: Error message as seen above Expected results: No error Additional info:
by "quitting", I guess you mean pressing "q" during the pager. In which case, I couldn't reproduce your bug using the latest man with groff-1.18.1-30. However, the pipe is generated by man, not groff.