| Summary: | pclose(3) should document 'normal' return values | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeremy Harris <jeharris> |
| Component: | man-pages | Assignee: | Nikola Forró <nforro> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jchaloup, nforro |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | man-pages-4.00-8.fc23 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-15 05:25:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Upstream patch: http://www.spinics.net/lists/linux-man/msg10242.html Commits: f23: http://pkgs.fedoraproject.org/cgit/rpms/man-pages.git/commit/?h=f23&id=2f6b05956030b1e44b0e692e3de0d782b7d56ccf f24: http://pkgs.fedoraproject.org/cgit/rpms/man-pages.git/commit/?h=f24&id=22970190d0007a6bf38b941538e4ed5e3142c6dc rawhide: http://pkgs.fedoraproject.org/cgit/rpms/man-pages.git/commit/?id=ad76f55f7aaa71faef04fa1600f295b1bf0db0f1 man-pages-4.04-5.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-392b65680f man-pages-4.00-8.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-ad62ffeb76 man-pages-4.00-8.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-ad62ffeb76 man-pages-4.04-5.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-392b65680f man-pages-4.04-5.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. man-pages-4.00-8.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: "man pclose", Return Value section - gives the error case but not the normal case (which is the termination status of the command language interpreter). Version-Release number of selected component (if applicable): man-pages-4.00-4.fc23.noarch How reproducible: 100% Steps to Reproduce: 1. man pclose 2. 3. Additional info: http://pubs.opengroup.org/onlinepubs/9699919799/functions/pclose.html