From 43b186db94984a7cebf7c779c0b4e4be77055487 Mon Sep 17 00:00:00 2001 From: cb Date: Sun, 10 Mar 2024 17:22:39 +1300 Subject: [PATCH] linuxemu: fix missing word --- 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 7301e665b09..f2db196203f 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] ....