git: 59c2ec09f7 - main - Handbook - Jails: Fix nginx-lite package macro
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Aug 2025 15:58:19 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=59c2ec09f72975d3883f19d657c1bf207694a810
commit 59c2ec09f72975d3883f19d657c1bf207694a810
Author: Mark Phillips <mark@freebsdfoundation.org>
AuthorDate: 2025-08-11 15:57:19 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2025-08-11 15:57:19 +0000
Handbook - Jails: Fix nginx-lite package macro
Pull Request: https://github.com/freebsd/freebsd-doc/pull/536
---
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 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]
....