Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2019 14:28:58 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53384 - head/en_US.ISO8859-1/books/handbook/linuxemu
Message-ID:  <201909081428.x88ESw3c014849@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909081428.x88ESw3c014849>