<dl id="debug/elf"><dt><a href="/pkg/debug/elf/">debug/elf</a></dt>
<dd>
<p><!-- CL 112115 -->
- More <code>ELFOSABI</code> and <code>EM</code> constants have
- been added.
+ More <a href="/pkg/debug/elf/#ELFOSABI_NONE"><code>ELFOSABI</code></a>
+ and <a href="/pkg/debug/elf/#EM_NONE"><code>EM</code></a>
+ constants have been added.
</p>
</dl><!-- debug/elf -->
<dd>
<p><!-- CL 99696 -->
The <code>Reader</code> now rejects attempts to set
- the <code>Comma</code> field to a double-quote character, as
- double-quote characters already have a special meaning in CSV.
+ the <a href="/pkg/encoding/csv/#Reader.Comma"><code>Comma</code></a>
+ field to a double-quote character, as double-quote characters
+ already have a special meaning in CSV.
</p>
</dl><!-- encoding/csv -->