diff options
| author | Mark Phillips <mark@freebsdfoundation.org> | 2025-08-11 15:57:19 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2025-08-11 15:57:19 +0000 |
| commit | 59c2ec09f72975d3883f19d657c1bf207694a810 (patch) | |
| tree | e28a576c1732f9fbaa53990ec84df16fab73cfd1 | |
| parent | cd3b20c06fab6495d2e60e096251628765141ce1 (diff) | |
Handbook - Jails: Fix nginx-lite package macro
Pull Request: https://github.com/freebsd/freebsd-doc/pull/536
| -rw-r--r-- | documentation/content/en/books/handbook/jails/_index.adoc | 2 |
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] .... |
