git: 8947c1a2ca - main - handbook/linuxemu/: Add manpage link for chroot(8)
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=8947c1a2ca060a61251461f3f9fe491925c173f8 commit 8947c1a2ca060a61251461f3f9fe491925c173f8 Author: Marc Fonvieille <[email protected]> AuthorDate: 2022-03-09 17:40:50 +0000 Commit: Marc Fonvieille <[email protected]> CommitDate: 2022-03-09 17:40:50 +0000 handbook/linuxemu/: Add manpage link for chroot(8) --- 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 858a399ca3..8334274bc0 100644 --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -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, chroot(8) into the newly created directory and install software in a way typical for the Linux distribution inside, for example: +After deboostrapping, man:chroot[8] into the newly created directory and install software in a way typical for the Linux distribution inside, for example: [source,shell] ....