Hide Forgot
Description of problem: BNF for part keyword is incorrect: <mntpointmultipath --name= --device= --rule=> — The <mntpoint> is where the partition is mounted and must be of one of the following forms: In the above section, <mntpoint> is indicated but not listed. mntpointmultipath is not referenced elsewhere. --name= does not have correct notation, etc.. Version-Release number of selected component (if applicable): Latest published document as of 10.14.2011 How reproducible: N/A Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Proper BNF notation for part keyword.. E.g. part [--size=<size_in_blocks>] [--type=<foo|bar>] etc.. Additional info:
Due to time constraints, pushing to 6.4 because this is a fairly meticulous formatting issue.
Thanks for reporting this. I've tidied up the layout and placed the example syntax in a proper breakout. I've corrected 'mntpointmultipath' to just 'mntpoint' and the example syntax is now as follows: part|partition <mntpoint> --name=<name> --device=<device> --rule=<rule> <options>
This bug has been verified and implemented for 6.4, so I am changing the status to CLOSED CURRENT RELEASE.