svn commit: r44238 - head/en_US.ISO8859-1/books/handbook/linuxemu

Warren Block wblock at FreeBSD.org
Sat Mar 15 03:47:57 UTC 2014


Author: wblock
Date: Sat Mar 15 03:47:56 2014
New Revision: 44238
URL: http://svnweb.freebsd.org/changeset/doc/44238

Log:
  Restore <replaceable> tags.

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	Fri Mar 14 22:41:03 2014	(r44237)
+++ head/en_US.ISO8859-1/books/handbook/linuxemu/chapter.xml	Sat Mar 15 03:47:56 2014	(r44238)
@@ -1196,9 +1196,11 @@ export PATH</programlisting>
       <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 attempt is made to lookup the file in <filename>/compat/linux/original-path</filename>.
+	an attempt is made to lookup the file in <filename
+	  class="directory">/compat/linux/<replaceable>original-path</replaceable></filename>.
 	If that fails, the lookup is done in
-	<filename>/original-path</filename>.
+	<filename
+	  class="directory">/<replaceable>original-path</replaceable></filename>.
 	This makes sure that binaries that require other binaries can
 	run.  For example, the &linux; toolchain can all run under
 	&linux; <acronym>ABI</acronym> support.  It also means that


More information about the svn-doc-head mailing list