git: 59c2ec09f7 - main - Handbook - Jails: Fix nginx-lite package macro
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=59c2ec09f72975d3883f19d657c1bf207694a810 commit 59c2ec09f72975d3883f19d657c1bf207694a810 Author: Mark Phillips <[email protected]> AuthorDate: 2025-08-11 15:57:19 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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] ....