| Summary: | typo in screen(1) man page ("paramter") | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Cristian Ciupitu <cristian.ciupitu> |
| Component: | screen | Assignee: | Petr Hracek <phracek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | lnie, lnykryn, phracek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | screen-4.1.0-0.18.20120314git3c2946.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-04-15 15:29:53 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: | |
The man page is fixed by commit (https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20140407/1221640.html) -> Switched to MODIFIED screen-4.1.0-0.18.20120314git3c2946.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/screen-4.1.0-0.18.20120314git3c2946.fc20 screen-4.1.0-0.18.20120314git3c2946.fc20 works Package screen-4.1.0-0.18.20120314git3c2946.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing screen-4.1.0-0.18.20120314git3c2946.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-4956/screen-4.1.0-0.18.20120314git3c2946.fc20 then log in and leave karma (feedback). screen-4.1.0-0.18.20120314git3c2946.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: There's a typo in the screen(1) man page. "parameter" is misspelled as "paramter". Version-Release number of selected component (if applicable): screen-4.1.0-0.16.20120314git3c2946.fc19.x86_64 How reproducible: Every time Steps to Reproduce: 1. man 1 screen Actual results: Stuff the string string in the input buffer of the current win‐ dow. This is like the "paste" command but with much less over‐ head. Without a paramter, screen will prompt for a string to stuff. You cannot paste large buffers with the "stuff" command. It is most useful for key bindings. See also "bindkey". Expected results: Stuff the string string in the input buffer of the current win‐ dow. This is like the "paste" command but with much less over‐ head. Without a parameter, screen will prompt for a string to stuff. You cannot paste large buffers with the "stuff" command. It is most useful for key bindings. See also "bindkey". Additional info: Running the man page through a spell checker wouldn't hurt.