<docbook><section><title>RulesBookSettingsOpsys</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">[Opsys Aliases]</bridgehead>
<para>This section will replace an operating system indentifier with an internal alias.
 This alias is used in the fourth colon delimited field of a mapping rule.</para><para>This example will map anything containing the substring &#39;java&#39; to an alias of &#39;java&#39;.
 Two variations of windows are given an alias of &#39;msdos&#39;.
 Everything else will be matched to .* so it is mapped to the alias &#39;other&#39;.</para><programlisting>[Opsys Aliases]
java        = java
win32|msdos = msdos
.*          = other
</programlisting><para> </para></section></docbook>