r1.3 was incorrect in changing '&sp' to ' '. Instead, '&sp' is
what we want as the '&sp' is discussed and needs to be rendered in the output document.
This commit is contained in:
parent
e8d283ef89
commit
9b230b59b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17837
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ product ARCHOS ARC_ATAPI 0x0043 MiniCD
|
|||
that we must match with string entries. This sections' format
|
||||
is a little different than the neric section:
|
||||
|
||||
<programlisting>product ADDTRON AWP100 { "Addtron", "AWP-100 Wireless PCMCIA", "Version 01.02", NULL }
|
||||
product ALLIEDTELESIS WR211PCM { "Allied Telesis K.K.", "WR211PCM", NULL, NULL } Allied Telesis WR211PCM
|
||||
<programlisting>product ADDTRON AWP100 { "Addtron", "AWP-100&spWireless&spPCMCIA", "Version&sp01.02", NULL }
|
||||
product ALLIEDTELESIS WR211PCM { "Allied&spTelesis&spK.K.", "WR211PCM", NULL, NULL } Allied Telesis WR211PCM
|
||||
</programlisting>
|
||||
We have the familiar product keyword, followed by the vendor
|
||||
name followed by the card name, just as in the second section of
|
||||
|
|
Loading…
Reference in a new issue