git: 530c6e09f8 - main - handbook/jails: Fix typo for jail onestop command

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sun, 24 Dec 2023 00:04:03 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=530c6e09f8fbac66d0bebef842ebbab11626fce4

commit 530c6e09f8fbac66d0bebef842ebbab11626fce4
Author:     Reppard <reppard@protonmail.com>
AuthorDate: 2023-12-09 02:54:08 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-12-24 00:02:10 +0000

    handbook/jails: Fix typo for jail onestop command
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/306
---
 documentation/content/en/books/handbook/jails/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc
index dc72413cf0..407c239de7 100644
--- a/documentation/content/en/books/handbook/jails/_index.adoc
+++ b/documentation/content/en/books/handbook/jails/_index.adoc
@@ -809,7 +809,7 @@ it will be necessary to stop the jail from the host system by executing the foll
 
 [source,shell]
 ....
-# service jail ubuntu onestop
+# service jail onestop ubuntu
 ....
 
 Then add an entry in [.filename]#/etc/jail.conf# for the Linux jail: