aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiang Wang <katyusha@m110.nthu.edu.tw>2023-12-14 05:18:34 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-12-23 23:49:06 +0000
commit9eff88ea28ea55e065f1675ce8e9da7c13de3248 (patch)
tree02a4da248494af8645293f7826766561b316d324
parent1c49288d58b161c364b1bc2e5231f3ac16182bdc (diff)
handbook/linuxemu: Include a missing period
-rw-r--r--documentation/content/en/books/handbook/linuxemu/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]