Restore <replaceable> tags.
This commit is contained in:
parent
a424ca00a4
commit
b4175eaa66
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44238
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue