Bug 117463
| Summary: | man prints debug lines on exit | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Michael Young <m.a.young> |
| Component: | man | Assignee: | Eido Inoue <havill> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.5m2-4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-03-12 21:35:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114963 | ||
Actually it only seems to be occuring on long man pages (eg. man man) where you quit on an early page, scrolling to the end and then quitting exits silently as expected. |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040217 Description of problem: With man-1.5m2-3, groff-1.18.1-33 and glibc-common-2.3.3-13 when I use q to quit from any man page I get lines like /usr/bin/nroff: line 69: 1648 Done /usr/bin/iconv -f ${charset_in} -t utf-8 ${TMPFILE} 1649 | /usr/bin/groff -mtty-char -Tutf8 $opts 2>/dev/null 1652 Broken pipe | /usr/bin/iconv -f utf-8 -t ${charset_out}//translit left on the terminal. Ideally man should quit quietly unless there are problems.