aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorcb <cb@viennan.net>2024-03-10 04:22:39 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-03-24 23:00:34 +0000
commiteec325672941aff8b7aa593d548606abe450a000 (patch)
tree2529779c7a139cf150119ae437ca229da7a56dcf /documentation
parent972d1017e7a25b11eb9be827acd2ff05778ca60e (diff)
downloaddoc-eec325672941aff8b7aa593d548606abe450a000.tar.gz
doc-eec325672941aff8b7aa593d548606abe450a000.zip
handbook/linuxemu: Fix missing word
Reviewed by: Pau Amma <pauamma@gundo.com> Pull Request: https://github.com/freebsd/freebsd-doc/pull/350
Diffstat (limited to 'documentation')
-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 03f91a3f76..b059ec6160 100644
--- a/documentation/content/en/books/handbook/linuxemu/_index.adoc
+++ b/documentation/content/en/books/handbook/linuxemu/_index.adoc
@@ -78,7 +78,7 @@ To enable the Linux ABI at boot time, execute the following command:
# sysrc linux_enable="YES"
....
-Once enabled, it can be started without rebooting executing the following command:
+Once enabled, it can be started without rebooting by executing the following command:
[source,shell]
....