SPECweb96 Issue: Getting notes to be displayed
There is no obvious documentation of how to make the notes (and other
verbose) parts of the "rc" file descriptions to work.
This often results in their failing to appear in the HTML report.
Actually any field in the "rc" file can be defined using a
multi-line format (though this works better for the notes definition than
it does for fields like "Hardware Vendor"). To use a multi-line
form, just append increasing numeric values to the end of the variable
name.
The correct syntax in the "rc" file looks like this:
notes01="line One"
notes02="line Two"
notes03="etc..."
net_notes01="first line of network description"
net_notes02="second line of network description"
net_notes03="etc..."