git: ce09ff8d52 - main - Fix typo in Linuxemu handbook chapter
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ce09ff8d52e2e3d3223812afec871a7e1b218b99 commit ce09ff8d52e2e3d3223812afec871a7e1b218b99 Author: John Darrah <[email protected]> AuthorDate: 2022-11-06 20:18:28 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> CommitDate: 2022-11-06 20:19:29 +0000 Fix typo in Linuxemu handbook chapter PR: 261814 Reviewed by: pauamma@ --- documentation/content/en/books/handbook/linuxemu/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/linuxemu/_index.adoc b/documentation/content/en/books/handbook/linuxemu/_index.adoc index a420ef75e8..6129163821 100644 --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -325,7 +325,7 @@ The Linux system call vector contains, among other things, a list of `sysent[]` When a system call is called by the Linux binary, the trap code dereferences the system call function pointer off the `proc` structure, and gets the Linux, not the FreeBSD, system call entry points. Linux mode dynamically _reroots_ lookups. -This is, in effect, equivalent to `union` to file system mounts. +This is, in effect, equivalent to `union` file system mounts. First, an attempt is made to look up the file in [.filename]#/compat/linux/original-path#. If that fails, the lookup is done in [.filename]#/original-path#. This makes sure that binaries that require other binaries can run.