Hide Forgot
Description of problem: The yum(8) man page documentation for yum's 'swap' command contains a series of example commands. However, these commands are not properly marked up in the manpage source, resulting in misformatted output. Version-Release number of selected component (if applicable): yum-3.4.3-106.fc19.noarch Actual results: ============ Examples: swap foo bar swap -- remove foo -- install bar swap foo group install bar-grp swap -- group remove foo-grp -- group install bar-grp ============ Expected results: ============ Examples: swap foo bar swap -- remove foo -- install bar swap foo group install bar-grp swap -- group remove foo-grp -- group install bar-grp ============ Additional info: Looking at the troff source in /usr/share/man/man8/yum.8, the list of examples is (un)formatted in the source (lines 372-375) thus: swap foo bar swap -- remove foo -- install bar swap foo group install bar-grp swap -- group remove foo-grp -- group install bar-grp Using similar lists from elsewhere in the source as an example, the commands should be marked up as: .br .I \fR swap foo bar .br .I \fR swap -- remove foo -- install bar .br .I \fR swap foo group install bar-grp .br .I \fR swap -- group remove foo-grp -- group install bar-grp .br
Thanks, fixed in HEAD.
yum-3.4.3-111.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/yum-3.4.3-111.fc19
yum-3.4.3-111.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.