Bug 482847
| Summary: | man page for pamfunc talks about unsupported options | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Milos Malik <mmalik> |
| Component: | netpbm | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | jnovy, pknirsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 10.47.04-1.fc10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-10-21 16:04:01 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: | |||
Fixed by upgrade to 10.47.04. netpbm-10.47.04-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/netpbm-10.47.04-1.fc12 netpbm-10.47.04-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/netpbm-10.47.04-1.fc11 netpbm-10.47.04-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/netpbm-10.47.04-1.fc10 netpbm-10.47.04-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. netpbm-10.47.04-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Some of the options described in the man page are not recognized. Version-Release number of selected component (if applicable): netpbm-progs-10.35.54-1.fc10 How reproducible: always Steps to Reproduce: $ man pamfunc | col -b | grep -e "-andmask" -e "-ormask" -e "-xormask" -e "-shiftleft" -e "-shiftright" -e "-not" -subtractor=integer | -min=wholenum | -max=wholenum -andmask=hexmask -ormask=hexmask -xormask=hexmask -not -shiftleft=count -shiftright=count } [filespec] -andmask=hexmask -ormask=hexmask This is analogous to -andmask. -xormask=hexmask This is analogous to -andmask. -not -shiftleft=count -shiftright=count This is analogous to -shiftleft. The functions in question are: -andmask, -ormask, -xormask, -not, -shiftleft, and -shiftright. $ pamfunc -andmask unrecognized option `-andmask' $ pamfunc -ormask unrecognized option `-ormask' $ pamfunc -xormask unrecognized option `-xormask' $ pamfunc -not unrecognized option `-not' $ pamfunc -shiftleft unrecognized option `-shiftleft' $ pamfunc -shiftright unrecognized option `-shiftright' Actual results: 6 options mentioned above are not recognized. Expected results: 6 options mentioned above are recognized. Additional info: