git: eec3256729 - main - handbook/linuxemu: Fix missing word
"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=eec325672941aff8b7aa593d548606abe450a000 commit eec325672941aff8b7aa593d548606abe450a000 Author: cb <[email protected]> AuthorDate: 2024-03-10 04:22:39 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-03-24 23:00:34 +0000 handbook/linuxemu: Fix missing word Reviewed by: Pau Amma <[email protected]> Pull Request: https://github.com/freebsd/freebsd-doc/pull/350 --- 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 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] ....