aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Phillips <mark@freebsdfoundation.org>2025-08-11 15:57:19 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2025-08-11 15:57:19 +0000
commit59c2ec09f72975d3883f19d657c1bf207694a810 (patch)
treee28a576c1732f9fbaa53990ec84df16fab73cfd1
parentcd3b20c06fab6495d2e60e096251628765141ce1 (diff)
Handbook - Jails: Fix nginx-lite package macro
-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 a9b941a3a2..fd652694cc 100644
--- a/documentation/content/en/books/handbook/jails/_index.adoc
+++ b/documentation/content/en/books/handbook/jails/_index.adoc
@@ -1051,7 +1051,7 @@ Finally, it will be necessary to remove the jail entry in [.filename]#/etc/jail.
The man:pkg[8] tool supports the `-j` argument in order to handle packages installed inside the jail.
-For example, to install package:nginx-lite[] in the jail, the next command can be executed *from the host*:
+For example, to install package:www/nginx-lite[] in the jail, the next command can be executed *from the host*:
[source,shell]
....