Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2022 20:20:15 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: ce09ff8d52 - main - Fix typo in Linuxemu handbook chapter
Message-ID:  <202211062020.2A6KKFCE085769@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=ce09ff8d52e2e3d3223812afec871a7e1b218b99

commit ce09ff8d52e2e3d3223812afec871a7e1b218b99
Author:     John Darrah <johntdarrah@gmail.com>
AuthorDate: 2022-11-06 20:18:28 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
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.



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