git: cb49acc38b - main - handbook/jails: Fix typo
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=cb49acc38bfee9d0f3b378c48fbe923b2aad9b86 commit cb49acc38bfee9d0f3b378c48fbe923b2aad9b86 Author: Danilo G. Baio <[email protected]> AuthorDate: 2024-03-24 23:08:58 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2024-03-24 23:08:58 +0000 handbook/jails: Fix typo Reported by: Pau Amma <[email protected]> --- 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 f3010d3dca..5a4040e2d1 100644 --- a/documentation/content/en/books/handbook/jails/_index.adoc +++ b/documentation/content/en/books/handbook/jails/_index.adoc @@ -255,7 +255,7 @@ If the host system has many jails, it is a good idea to have one configuration f The files in [.filename]#/etc/jail.conf.d/# must have `.conf` as their extension and have to be included in [.filename]#/etc/jail.conf#: -[.programmlisting] +[.programlisting] .... .include "/etc/jail.conf.d/*.conf"; ....