svn commit: r53384 - head/en_US.ISO8859-1/books/handbook/linuxemu
Benedict Reuschling
bcr at FreeBSD.org
Sun Sep 8 14:28:58 UTC 2019
Author: bcr
Date: Sun Sep 8 14:28:58 2019
New Revision: 53384
URL: https://svnweb.freebsd.org/changeset/doc/53384
Log:
Clean up some textproc/igor warnings:
- wrap long line
- start content on same line
- redundant markup and word
Modified:
head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml Sat Sep 7 22:11:26 2019 (r53383)
+++ head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml Sun Sep 8 14:28:58 2019 (r53384)
@@ -148,10 +148,10 @@
<secondary>COMPAT_LINUX</secondary>
</indexterm>
- <para>Since the &linux; binary compatibility layer has gained support
- for running both 32- and 64-bit &linux; binaries (on 64-bit x86 hosts),
- it is no longer possible to link the emulation functionality statically
- into a custom kernel.</para>
+ <para>Since the &linux; binary compatibility layer has gained
+ support for running both 32- and 64-bit &linux; binaries (on
+ 64-bit x86 hosts), it is no longer possible to link the
+ emulation functionality statically into a custom kernel.</para>
<sect2 xml:id="linuxemu-libs-manually">
<title>Installing Additional Libraries Manually</title>
@@ -673,8 +673,7 @@ FEATURE Maple maplelmg 2000.0831 permanent 1 XXXXXXXXX
</step>
<step>
- <para>
- When asked for the <application>&matlab;</application>
+ <para>When asked for the <application>&matlab;</application>
root directory, type:
<userinput>/compat/linux/usr/local/matlab</userinput>.</para>
@@ -1209,8 +1208,8 @@ export PATH</programlisting>
&os;, system call entry points.</para>
<para>&linux; mode dynamically <emphasis>reroots</emphasis>
- lookups. This is, in effect, equivalent to the
- <option>union</option> option to file system mounts. First, an
+ lookups. This is, in effect, equivalent to
+ <option>union</option> to file system mounts. First, an
attempt is made to lookup the file in
<filename>/compat/linux/<replaceable>original-path</replaceable></filename>.
If that fails, the lookup is done in
More information about the svn-doc-head
mailing list