Clean up some textproc/igor warnings:
- wrap long line - start content on same line - redundant markup and word
This commit is contained in:
parent
6a80e0ec37
commit
b600d42cb7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53384
1 changed files with 7 additions and 8 deletions
|
@ -148,10 +148,10 @@
|
||||||
<secondary>COMPAT_LINUX</secondary>
|
<secondary>COMPAT_LINUX</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para>Since the &linux; binary compatibility layer has gained support
|
<para>Since the &linux; binary compatibility layer has gained
|
||||||
for running both 32- and 64-bit &linux; binaries (on 64-bit x86 hosts),
|
support for running both 32- and 64-bit &linux; binaries (on
|
||||||
it is no longer possible to link the emulation functionality statically
|
64-bit x86 hosts), it is no longer possible to link the
|
||||||
into a custom kernel.</para>
|
emulation functionality statically into a custom kernel.</para>
|
||||||
|
|
||||||
<sect2 xml:id="linuxemu-libs-manually">
|
<sect2 xml:id="linuxemu-libs-manually">
|
||||||
<title>Installing Additional Libraries Manually</title>
|
<title>Installing Additional Libraries Manually</title>
|
||||||
|
@ -673,8 +673,7 @@ FEATURE Maple maplelmg 2000.0831 permanent 1 XXXXXXXXXXXX \
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
<step>
|
<step>
|
||||||
<para>
|
<para>When asked for the <application>&matlab;</application>
|
||||||
When asked for the <application>&matlab;</application>
|
|
||||||
root directory, type:
|
root directory, type:
|
||||||
<userinput>/compat/linux/usr/local/matlab</userinput>.</para>
|
<userinput>/compat/linux/usr/local/matlab</userinput>.</para>
|
||||||
|
|
||||||
|
@ -1209,8 +1208,8 @@ export PATH</programlisting>
|
||||||
&os;, system call entry points.</para>
|
&os;, system call entry points.</para>
|
||||||
|
|
||||||
<para>&linux; mode dynamically <emphasis>reroots</emphasis>
|
<para>&linux; mode dynamically <emphasis>reroots</emphasis>
|
||||||
lookups. This is, in effect, equivalent to the
|
lookups. This is, in effect, equivalent to
|
||||||
<option>union</option> option to file system mounts. First, an
|
<option>union</option> to file system mounts. First, an
|
||||||
attempt is made to lookup the file in
|
attempt is made to lookup the file in
|
||||||
<filename>/compat/linux/<replaceable>original-path</replaceable></filename>.
|
<filename>/compat/linux/<replaceable>original-path</replaceable></filename>.
|
||||||
If that fails, the lookup is done in
|
If that fails, the lookup is done in
|
||||||
|
|
Loading…
Reference in a new issue