aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2024-04-13 18:42:34 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2024-04-13 18:42:34 +0000
commit6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf (patch)
tree7f0fc992ff94a3b140f6c051376937f92bc8e129
parentabd8d2a721207d6ca627487257f73742fd48cd56 (diff)
downloaddoc-6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf.tar.gz
doc-6ab40f7aa6c1b6c15f94eca491bbb4357935dfdf.zip
handbook/jails: correct the usage of `service` in the jexec example
PR: 278341
-rw-r--r--documentation/content/en/books/handbook/jails/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/jails/_index.adoc b/documentation/content/en/books/handbook/jails/_index.adoc
index 5a4040e2d1..bf17248179 100644
--- a/documentation/content/en/books/handbook/jails/_index.adoc
+++ b/documentation/content/en/books/handbook/jails/_index.adoc
@@ -988,7 +988,7 @@ For example, to stop a service that is running inside a jail, the command will b
[source,shell]
....
-# jexec -l jailname service stop nginx
+# jexec -l jailname service nginx stop
....
[[jail-upgrading]]