diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc --- a/documentation/content/en/books/handbook/introduction/_index.adoc +++ b/documentation/content/en/books/handbook/introduction/_index.adoc @@ -271,13 +271,14 @@ === Additional Documentation All supported FreeBSD versions provide an option in the installer to install additional documentation under [.filename]#/usr/local/share/doc/freebsd# during the initial system setup. -Documentation may also be installed at any later time using packages: +Documentation may also be installed later using packages: [source,shell] .... # pkg install en-freebsd-doc .... For localized versions replace the "en" with language prefix of choice. +Be aware that some of the localised versions might be out of date and might contain information that is no longer correct or relevant. You may view the locally installed manuals with a web browser using the following URLs: The FreeBSD Handbook:: diff --git a/documentation/content/en/books/handbook/linuxemu/_index.adoc b/documentation/content/en/books/handbook/linuxemu/_index.adoc --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -107,7 +107,7 @@ .... FreeBSD provides packages for some Linux binary applications. -For example, to install Sublime Text 4, along all the Linux libraries it depends on, run this command: +For example, to install Sublime Text 4, along with all the Linux libraries it depends on, run this command: [source,shell] .... # pkg install linux-sublime-text4 @@ -137,7 +137,7 @@ compat.linux.emul_path="/compat/ubuntu" .... -This sysctl controls kernel's path translation mechanism; see the man:linux[4] man page for details. +This sysctl controls the kernel's path translation mechanism; see man:linux[4] for details. Please note that changing it might cause trouble for Linux applications installed from FreeBSD packages; one reason is that many of those applications are still 32-bit, while Ubuntu seems to be deprecating 32-bit library support. [[linuxemu-advanced]]