Bug 1105398
Summary: | typos in docker man pages | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Guohua Ouyang <gouyang> | ||||
Component: | docker | Assignee: | Daniel Walsh <dwalsh> | ||||
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 7.0 | CC: | bsarathy, dwalsh, gouyang, leiwang, lsm5, lsu, mjenner, xhe | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-09-18 20:45:41 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: | |||||||
Bug Blocks: | 1109938 | ||||||
Attachments: |
|
Fixed in docker-1.0 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-2014-1266.html |
Created attachment 902756 [details] patch Description of problem: Use man-page-corr.sh from qa-tools to check all docker man pages, get below typos, patch attached. manual page | wrong word | correct word ----------------+----------------+--------------- docker.1 | deamon | daemon docker.1 | deamon | daemon docker.1 | arguements | arguments docker-events.1 | ouput | output docker-pull.1 | reposiotry | repository docker-run.1 | port-mappping | port-mapping --priviledge | --privileged docker-run.1 | intermidiery | intermediary Version-Release number of selected component (if applicable): docker-0.11.1-17.el7.x86_64 How reproducible: always Steps to reproduce: 1. man /usr/share/man/man1/docker* Actual results: There are typo errors in the man page. Expected results: There are no typo errors in the man page.