[Bug 223516] man(1) ignores the exit status of groff

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 26 22:43:37 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223516

Jilles Tjoelker <jilles at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles at FreeBSD.org

--- Comment #2 from Jilles Tjoelker <jilles at FreeBSD.org> ---
sh now has pipefail, but you do need the additional logic from my commit
message to ignore SIGPIPE exits because pagers may exit before reading all
their input. This additional logic is definitely simpler than the logic to pass
through exit status without pipefail, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list