git: 9eff88ea28 - main - handbook/linuxemu: Include a missing period
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=9eff88ea28ea55e065f1675ce8e9da7c13de3248 commit 9eff88ea28ea55e065f1675ce8e9da7c13de3248 Author: Xiang Wang <[email protected]> AuthorDate: 2023-12-14 05:18:34 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2023-12-23 23:49:06 +0000 handbook/linuxemu: Include a missing period Pull Request: https://github.com/freebsd/freebsd-doc/pull/308/ --- 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 a122ca0546..7301e665b0 100644 --- a/documentation/content/en/books/handbook/linuxemu/_index.adoc +++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc @@ -261,7 +261,7 @@ The output should be similar to the following: Linux 3.17.0 x86_64 .... -Once inside the chroot, the system behaves as in a normal Ubuntu installation +Once inside the chroot, the system behaves as in a normal Ubuntu installation. While systemd doesn't work, the man:service[8] command works as usual. [TIP]