Bug 885625
| Summary: | man cupsctl, typo | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Petr Sklenar <psklenar> | ||||
| Component: | man-pages-overrides | Assignee: | Peter Schiffer <pschiffe> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Iveta Wiedermann <isenfeld> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 6.3 | CC: | ovasik, pschiffe, tlavigne | ||||
| Target Milestone: | rc | Keywords: | ManPageChange, Patch | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
No documentation needed
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-11-21 22:54:38 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: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 884649 | ||||||
| Bug Blocks: | 875898, 1011076 | ||||||
| Attachments: |
|
||||||
then I noticed one more typo in the man page:
Disable printer sharing:
cupsctl --no-shared-printers
# cupsctl --no-shared-printers
cupsctl: Unknown option "--no-shared-printers"!
<snip uasage message />
--[no-]share-printers Turn printer sharing on/off
# cupsctl --no-share-printers
### ^ this works and its written in the usage message
### ^ /share/shared
Thanks. Reported upstream in STR #4223 and STR #4248. Current Red Hat Enterprise Linux 6 cupsctl man page says:
Enable printing using the file: pseudo-device (note that this is
forbidden by default):
cupsctl FileDevice=Yes
Keeping open for the --no-shared-printers typo.
Created attachment 799476 [details]
cupsctl.8.patch
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-1695.html |
Description of problem: man cupsctl: cupsctl FileDevice=Yes Version-Release number of selected component (if applicable): cups-1.4.2-48.el6_3.9.x86_64 How reproducible: deterministic Steps to Reproduce: 1. man cupsctl 2, see Examples and: Enable printing using the file: pseudo-device: cupsctl FileDevice=Yes Actual results: that's not right from version cups-1.4.2-48.el6_3.9.x86_64 Expected results: cupsctl updates only cupsd.conf file, where are not allowed such a directives Additional info: