Make the handbook build again, after the *clearly* untested commit in

revision 1.36 of this file.  Specifically:
 o Reduce section ID names to within jade's token size limit.
 o Place missng end tags where necessary.

Please, people, remember to build the handbook before you commit any
modifications to it!
This commit is contained in:
Chris Costello 2001-06-06 20:14:38 +00:00
parent baf4a9729b
commit 4e4349aa1b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9555
2 changed files with 28 additions and 22 deletions

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml,v 1.36 2001/05/31 05:40:35 murray Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml,v 1.37 2001/06/01 07:58:16 murray Exp $
--> -->
<chapter id="linuxemu"> <chapter id="linuxemu">
@ -699,6 +699,7 @@ export PATH</programlisting>
<row> <row>
<entry>EXPORT2</entry> <entry>51010209</entry> <entry>IDES / DB-Export / Disc <entry>EXPORT2</entry> <entry>51010209</entry> <entry>IDES / DB-Export / Disc
2 of 6</entry> 2 of 6</entry>
</row>
<row> <row>
<entry>EXPORT3</entry> <entry>51010210</entry> <entry>IDES / DB-Export / <entry>EXPORT3</entry> <entry>51010210</entry> <entry>IDES / DB-Export /
Disc3 of 6</entry> Disc3 of 6</entry>
@ -724,6 +725,7 @@ export PATH</programlisting>
Kernel Version 2.0.33) CD which is not really necessary, and Kernel Version 2.0.33) CD which is not really necessary, and
of course FreeBSD 4.3 stable (it was only a few days past 4.3 of course FreeBSD 4.3 stable (it was only a few days past 4.3
RELEASE).</para> RELEASE).</para>
</sect2>
<sect2 id="sap-notes"> <sect2 id="sap-notes">
<title>SAP-Notes</title> <title>SAP-Notes</title>
@ -806,6 +808,7 @@ export PATH</programlisting>
<entry>50-60GB (IDES)</entry> <entry>50-60GB (IDES)</entry>
</row> </row>
</tbody> </tbody>
</tgroup>
</informaltable> </informaltable>
<para>For use in production, Xeon-Processors with large cache, <para>For use in production, Xeon-Processors with large cache,
@ -1008,10 +1011,10 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
</itemizedlist> </itemizedlist>
<sect3 id="installinglinuxbase-system"> <sect3 id="installinglinuxbase-system">
<title>Installing Linux base-system <title>Installing Linux base-system</title>
<para>First the linux base-system needs to be installed (as root):</para> <para>First the linux base-system needs to be installed (as root):
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make package</userinput> </screen> &prompt.root; <userinput>make package</userinput> </screen></para>
</sect3> </sect3>
@ -1068,11 +1071,10 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
</sect3> </sect3>
</sect2> </sect2>
<sect2 id="creatingsapr3env">
<sect2 id="creatingthesapr3enviornment">
<title>Creating the SAP/R3 environment</title> <title>Creating the SAP/R3 environment</title>
<sect3 id="creatingthenexessaryfilesystemsandmountpoints"> <sect3 id="filesystemsandmountpoints">
<title>Creating the necessary filesystems and mountpoints</title> <title>Creating the necessary filesystems and mountpoints</title>
<para>For a simple installation, it is sufficient to create the <para>For a simple installation, it is sufficient to create the
@ -1331,7 +1333,7 @@ options SYSVSEM #SYSV-style semaphores
options SEMMNU=256 #number of semaphore UNDO structures options SEMMNU=256 #number of semaphore UNDO structures
options SEMMNS=1024 #number of semaphores in system options SEMMNS=1024 #number of semaphores in system
options SEMMNI=520 #number of semaphore indentifiers options SEMMNI=520 #number of semaphore indentifiers
options SEMUME=100 #number of UNDO keys</programlisting> options SEMUME=100 #number of UNDO keys</programlisting></para>
<para>The minimum values are specified in the documentation that <para>The minimum values are specified in the documentation that
comes from SAP. As there is no description for Linux, see the comes from SAP. As there is no description for Linux, see the
@ -1418,7 +1420,7 @@ options SEMUME=100 #number of UNDO keys</programlisting>
<entry>IDS&lt;ret&gt;</entry> <entry>IDS&lt;ret&gt;</entry>
</row> </row>
<row> <row>
<entry>Enter SAP Instance Number <entry>Enter SAP Instance Number</entry>
<entry>[00]</entry> <entry>[00]</entry>
<entry>&lt;ret&gt;</entry> <entry>&lt;ret&gt;</entry>
</row> </row>
@ -1808,7 +1810,8 @@ LICENSE KEY = &lt;license key, 24 chars&gt;</programlisting>
<tbody> <tbody>
<row> <row>
<entry>Configure Transport System, eg as <emphasis>Stand-Alone <entry>Configure Transport System, eg as <emphasis>Stand-Alone
Transport Domain Entity</emphasis> <entry>STMS</entry> Transport Domain Entity</emphasis></entry>
<entry>STMS</entry>
</row> </row>
<row> <row>
<entry>Create / Edit Profile for System</entry> <entry>Create / Edit Profile for System</entry>
@ -1880,7 +1883,7 @@ tape_address_rew = /dev/sa0</programlisting>
device to be used with cpio.</para> device to be used with cpio.</para>
<para><emphasis>tape_address_rew The rewindable device to be <para><emphasis>tape_address_rew The rewindable device to be
used with cpio.</emphasis> used with cpio.</emphasis></para>
</sect3> </sect3>
</sect2> </sect2>

View file

@ -1,7 +1,7 @@
<!-- <!--
The FreeBSD Documentation Project The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml,v 1.36 2001/05/31 05:40:35 murray Exp $ $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/linuxemu/chapter.sgml,v 1.37 2001/06/01 07:58:16 murray Exp $
--> -->
<chapter id="linuxemu"> <chapter id="linuxemu">
@ -699,6 +699,7 @@ export PATH</programlisting>
<row> <row>
<entry>EXPORT2</entry> <entry>51010209</entry> <entry>IDES / DB-Export / Disc <entry>EXPORT2</entry> <entry>51010209</entry> <entry>IDES / DB-Export / Disc
2 of 6</entry> 2 of 6</entry>
</row>
<row> <row>
<entry>EXPORT3</entry> <entry>51010210</entry> <entry>IDES / DB-Export / <entry>EXPORT3</entry> <entry>51010210</entry> <entry>IDES / DB-Export /
Disc3 of 6</entry> Disc3 of 6</entry>
@ -724,6 +725,7 @@ export PATH</programlisting>
Kernel Version 2.0.33) CD which is not really necessary, and Kernel Version 2.0.33) CD which is not really necessary, and
of course FreeBSD 4.3 stable (it was only a few days past 4.3 of course FreeBSD 4.3 stable (it was only a few days past 4.3
RELEASE).</para> RELEASE).</para>
</sect2>
<sect2 id="sap-notes"> <sect2 id="sap-notes">
<title>SAP-Notes</title> <title>SAP-Notes</title>
@ -806,6 +808,7 @@ export PATH</programlisting>
<entry>50-60GB (IDES)</entry> <entry>50-60GB (IDES)</entry>
</row> </row>
</tbody> </tbody>
</tgroup>
</informaltable> </informaltable>
<para>For use in production, Xeon-Processors with large cache, <para>For use in production, Xeon-Processors with large cache,
@ -1008,10 +1011,10 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
</itemizedlist> </itemizedlist>
<sect3 id="installinglinuxbase-system"> <sect3 id="installinglinuxbase-system">
<title>Installing Linux base-system <title>Installing Linux base-system</title>
<para>First the linux base-system needs to be installed (as root):</para> <para>First the linux base-system needs to be installed (as root):
<screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput> <screen>&prompt.root; <userinput>cd /usr/ports/emulators/linux_base</userinput>
&prompt.root; <userinput>make package</userinput> </screen> &prompt.root; <userinput>make package</userinput> </screen></para>
</sect3> </sect3>
@ -1068,11 +1071,10 @@ DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile</programlisting>
</sect3> </sect3>
</sect2> </sect2>
<sect2 id="creatingsapr3env">
<sect2 id="creatingthesapr3enviornment">
<title>Creating the SAP/R3 environment</title> <title>Creating the SAP/R3 environment</title>
<sect3 id="creatingthenexessaryfilesystemsandmountpoints"> <sect3 id="filesystemsandmountpoints">
<title>Creating the necessary filesystems and mountpoints</title> <title>Creating the necessary filesystems and mountpoints</title>
<para>For a simple installation, it is sufficient to create the <para>For a simple installation, it is sufficient to create the
@ -1331,7 +1333,7 @@ options SYSVSEM #SYSV-style semaphores
options SEMMNU=256 #number of semaphore UNDO structures options SEMMNU=256 #number of semaphore UNDO structures
options SEMMNS=1024 #number of semaphores in system options SEMMNS=1024 #number of semaphores in system
options SEMMNI=520 #number of semaphore indentifiers options SEMMNI=520 #number of semaphore indentifiers
options SEMUME=100 #number of UNDO keys</programlisting> options SEMUME=100 #number of UNDO keys</programlisting></para>
<para>The minimum values are specified in the documentation that <para>The minimum values are specified in the documentation that
comes from SAP. As there is no description for Linux, see the comes from SAP. As there is no description for Linux, see the
@ -1418,7 +1420,7 @@ options SEMUME=100 #number of UNDO keys</programlisting>
<entry>IDS&lt;ret&gt;</entry> <entry>IDS&lt;ret&gt;</entry>
</row> </row>
<row> <row>
<entry>Enter SAP Instance Number <entry>Enter SAP Instance Number</entry>
<entry>[00]</entry> <entry>[00]</entry>
<entry>&lt;ret&gt;</entry> <entry>&lt;ret&gt;</entry>
</row> </row>
@ -1808,7 +1810,8 @@ LICENSE KEY = &lt;license key, 24 chars&gt;</programlisting>
<tbody> <tbody>
<row> <row>
<entry>Configure Transport System, eg as <emphasis>Stand-Alone <entry>Configure Transport System, eg as <emphasis>Stand-Alone
Transport Domain Entity</emphasis> <entry>STMS</entry> Transport Domain Entity</emphasis></entry>
<entry>STMS</entry>
</row> </row>
<row> <row>
<entry>Create / Edit Profile for System</entry> <entry>Create / Edit Profile for System</entry>
@ -1880,7 +1883,7 @@ tape_address_rew = /dev/sa0</programlisting>
device to be used with cpio.</para> device to be used with cpio.</para>
<para><emphasis>tape_address_rew The rewindable device to be <para><emphasis>tape_address_rew The rewindable device to be
used with cpio.</emphasis> used with cpio.</emphasis></para>
</sect3> </sect3>
</sect2> </sect2>