Fix primary in glossterm
Fix a previous change, the primary is the name that will be displayed in the index. If networks is used, then entries like MTU will not show up at all. Thus add them. Change-Id: Ibadd762597d54992dc275bce7ae5a3ae3770a98c
This commit is contained in:
@@ -3457,7 +3457,7 @@
|
||||
<glossentry>
|
||||
<glossterm>generic routing encapsulation (GRE)</glossterm>
|
||||
<indexterm class="singular">
|
||||
<primary>networks</primary>
|
||||
<primary>generic routing encapsulation (GRE)</primary>
|
||||
</indexterm>
|
||||
<glossdef>
|
||||
<para>Protocol that encapsulates a wide variety of network
|
||||
@@ -4364,7 +4364,7 @@
|
||||
<glossentry>
|
||||
<glossterm>internet protocol (IP)</glossterm>
|
||||
<indexterm class="singular">
|
||||
<primary>networks</primary>
|
||||
<primary>internet protocol (IP)</primary>
|
||||
</indexterm>
|
||||
|
||||
<glossdef>
|
||||
@@ -4591,9 +4591,9 @@
|
||||
</glossentry>
|
||||
|
||||
<glossentry>
|
||||
<glossterm>jumbo frames</glossterm>
|
||||
<glossterm>jumbo frame</glossterm>
|
||||
<indexterm class="singular">
|
||||
<primary>networks</primary>
|
||||
<primary>jumbo frame</primary>
|
||||
</indexterm>
|
||||
|
||||
<glossdef>
|
||||
@@ -4948,7 +4948,7 @@
|
||||
<glossentry>
|
||||
<glossterm>maximum transmission unit (MTU)</glossterm>
|
||||
<indexterm class="singular">
|
||||
<primary>networks</primary>
|
||||
<primary>maximum transmission unit (MTU)</primary>
|
||||
</indexterm>
|
||||
|
||||
<glossdef>
|
||||
@@ -5963,7 +5963,7 @@
|
||||
<glossentry>
|
||||
<glossterm>path MTU discovery (PMTUD)</glossterm>
|
||||
<indexterm class="singular">
|
||||
<primary>networks</primary>
|
||||
<primary>path MTU discovery (PMTUD)</primary>
|
||||
</indexterm>
|
||||
|
||||
<glossdef>
|
||||
|
||||
Reference in New Issue
Block a user