Hide Forgot
Description of problem: The example at the end of the fstab-decode manpage is incorrect; the awk command given is displayed without the double quotes and will not work. Version-Release number of selected component (if applicable): initscripts-9.03.4-1.el6.x86_64 How reproducible: always Steps to Reproduce: 1. man fstab-decode | col -b | grep awk 2. 3. Actual results: fstab-decode umount $(awk ’$3 == vfat { print $2 }’ /etc/fstab) Expected results: fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab) Additional info: patch to fix: --- fstab-decode.8 2010-02-15 13:45:50.000000000 -0500 +++ fstab-decode-new.8 2010-04-27 13:16:29.082087759 -0400 @@ -42,4 +42,5 @@ .SH EXAMPLES -.B fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab) +.B +fstab-decode umount $(awk '$3 == "vfat" { print $2 }' /etc/fstab)
Fixed in git, will show up in a later build. Thanks!
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion.
initscripts-9.02.2-1 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/initscripts-9.02.2-1
initscripts-9.10-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/initscripts-9.10-1.fc13
initscripts-9.11-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.
initscripts-9.02.2-1 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
Red Hat Enterprise Linux 6.0 is now available and should resolve the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you.