Bug 1117047
| Summary: | minor typos in the man page for db-control | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Peter Gervase <pgervase> | 
| Component: | Documentation | Assignee: | Stephen Herr <sherr> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> | 
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.2 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | spacewalk-web-2.3.2-1 | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-14 19:03:55 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: | 1207293 | ||
Committing to Spacewalk master, thanks! 009fbc7dd8351760849e362cf3d37424b168e7e3 Moving bugs to ON_QA as we move to release Spacewalk 2.3 Spacewalk 2.3 has been released. See https://fedorahosted.org/spacewalk/wiki/ReleaseNotes23  | 
Description of problem: There are typos of missing spaces and a misspelling in the tablespaces sections of the man page for db-control Version-Release number of selected component (if applicable): current How reproducible: 100% Steps to Reproduce: 1. # man db-control 2. At the bottom is the incorrectly typed section 3. Actual results: tablesizes Show space report for each table. On PostgreSQL the meaning of columns is as follows: "Planner Size" - size which planner usefor determining execution plan. It may differ from real size. "Real Size" - real size of data file on disk. "Real Size+Toasts+Idx" - reali size of data file on disk, including TOAST (The Oversized-Attribute Storage Technique) and indexes. Expected results: tablesizes Show space report for each table. On PostgreSQL the meaning of columns is as follows: "Planner Size" - size which planner uses for determining execution plan. It may differ from the real size. "Real Size" - real size of data file on disk. "Real Size+Toasts+Idx" - real size of data file on disk, including TOAST (The Oversized-Attribute Storage Technique) and indexes. Additional info: patch will be sumitted shortly.