Normalize indexterms.

Several index terms were too long and this prevented the index from
being displayed in the normal two column style in print output.

Sponsored by:	FreeBSD Mall, Inc.
This commit is contained in:
Murray Stokely 2003-05-04 12:12:25 +00:00
parent 48e7898744
commit 1d6df4c5aa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16783
3 changed files with 10 additions and 6 deletions

View file

@ -1254,7 +1254,7 @@ mountd_flags="-r"</programlisting>
<indexterm> <indexterm>
<primary>NFS</primary> <primary>NFS</primary>
<secondary>Examples of exporting filesystems</secondary> <secondary>export examples</secondary>
</indexterm> </indexterm>
<para>The following examples give an idea of how to export filesystems, <para>The following examples give an idea of how to export filesystems,
@ -1367,7 +1367,7 @@ mountd_flags="-r"</programlisting>
client:</para> client:</para>
<indexterm> <indexterm>
<primary>NFS</primary> <primary>NFS</primary>
<secondary>mounting filesystems</secondary> <secondary>mounting</secondary>
</indexterm> </indexterm>
<screen>&prompt.root; <userinput>mount server:/home /mnt</userinput></screen> <screen>&prompt.root; <userinput>mount server:/home /mnt</userinput></screen>
@ -2923,7 +2923,7 @@ ellington has been setup as an YP master server without any errors.</screen>
<title>Setting up a NIS Slave Server</title> <title>Setting up a NIS Slave Server</title>
<indexterm> <indexterm>
<primary>NIS</primary> <primary>NIS</primary>
<secondary>configuring a slave server</secondary> <secondary>slave server</secondary>
</indexterm> </indexterm>
<para>Setting up an NIS slave server is even more simple than <para>Setting up an NIS slave server is even more simple than
setting up the master. Log on to the slave server and edit the setting up the master. Log on to the slave server and edit the

View file

@ -276,7 +276,7 @@
:charset=ISO-8859-1:\ :charset=ISO-8859-1:\
:lang=de_DE.ISO8859-1:</programlisting> :lang=de_DE.ISO8859-1:</programlisting>
<indexterm><primary>Traditional Chinese / BIG-5 encoding</primary></indexterm> <indexterm><primary>Traditional Chinese</primary><secondary>BIG-5 encoding</secondary></indexterm>
<para>Here is an example of a <para>Here is an example of a
<filename>.login_conf</filename> that sets the variables <filename>.login_conf</filename> that sets the variables
for Traditional Chinese in BIG-5 encoding. Notice the many for Traditional Chinese in BIG-5 encoding. Notice the many

View file

@ -3692,7 +3692,8 @@ user@unfirewalled.myserver.com's password: <userinput>*******</userinput></scree
<title>Low-Watermark Mandatory Access Control (LOMAC) <title>Low-Watermark Mandatory Access Control (LOMAC)
(mac_lomac)</title> (mac_lomac)</title>
<indexterm> <indexterm>
<primary>Low-Watermark Mandatory Access Control</primary> <primary>MAC</primary>
<secondary>Low-Watermark</secondary>
</indexterm> </indexterm>
<indexterm> <indexterm>
<primary>LOMAC</primary> <primary>LOMAC</primary>
@ -3712,14 +3713,17 @@ user@unfirewalled.myserver.com's password: <userinput>*******</userinput></scree
ubiquitously labels objects and must therefore be ubiquitously labels objects and must therefore be
compiled into the kernel or loaded at boot.</para> compiled into the kernel or loaded at boot.</para>
</sect2> </sect2>
<sect2 id="mac-policy-mls"> <sect2 id="mac-policy-mls">
<title>Multi-Level Security Policy (MLS) (mac_mls)</title> <title>Multi-Level Security Policy (MLS) (mac_mls)</title>
<indexterm> <indexterm>
<primary>Multi-Level Security Policy</primary> <primary>Multi-Level Security Policy</primary>
</indexterm> </indexterm>
<indexterm> <indexterm>
<primary>MLS</primary> <primary>MAC</primary>
<secondary>Multi-Level</secondary>
</indexterm> </indexterm>
<para>Vendor: TrustedBSD Project</para> <para>Vendor: TrustedBSD Project</para>
<para>Module name: mac_mls.ko</para> <para>Module name: mac_mls.ko</para>
<para>Kernel option: <literal>MAC_MLS</literal></para> <para>Kernel option: <literal>MAC_MLS</literal></para>