git: e58d21cfe2 - main - handbook/linuxemu: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Jun 2022 02:57:32 UTC
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=e58d21cfe2896f6548faccffdeb7b6b9ee3ae7b0 commit e58d21cfe2896f6548faccffdeb7b6b9ee3ae7b0 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-06-18 02:51:52 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-06-18 02:51:52 +0000 handbook/linuxemu: Fix typos Reviewed by: pauamma Submitted by: SadisticCompiler Pull Request: https://github.com/freebsd/freebsd-doc/pull/73 --- documentation/content/en/books/handbook/linuxemu/_index.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/handbook/linuxemu/_index.adoc b/documentation/content/en/books/handbook/linuxemu/_index.adoc index 8b46e6444f..40f5f3a58f 100644 --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -89,7 +89,7 @@ This is enough for statically linked Linux binaries to work. They can be started in the same way native FreeBSD binaries can; they behave almost exactly like native processes and can be traced and debugged the usual way. Linux binaries linked dynamically (which is the vast majority) also require Linux shared libraries to be installed - they can run on top of the FreeBSD kernel, but they cannot use FreeBSD libraries; this is similar to how 32-bit binaries cannot use native 64-bit libraries. -There are several ways of providing those libraries: one can copy them over from an existing Linux installation using the same architecture, install them from FreeBSD packages, or install using man:deboostrap[8] (from package:sysutils/debootstrap[]), and others. +There are several ways of providing those libraries: one can copy them over from an existing Linux installation using the same architecture, install them from FreeBSD packages, or install using man:debootstrap[8] (from package:sysutils/debootstrap[]), and others. [[linuxemu-packages]] == CentOS Base System from FreeBSD Packages @@ -120,7 +120,7 @@ An alternative way of providing Linux shared libraries is by using package:sysut This has the advantage of providing a full Debian or Ubuntu distribution. To use it, follow the instructions at FreeBSD Wiki: https://wiki.freebsd.org/LinuxJails[FreeBSD Wiki - Linux Jails]. -After deboostrapping, man:chroot[8] into the newly created directory and install software in a way typical for the Linux distribution inside, for example: +After debootstrapping, man:chroot[8] into the newly created directory and install software in a way typical for the Linux distribution inside, for example: [source,shell] ....