git: fdbaa2565596 - stable/14 - jail.conf.5: Fix mandoc typos

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Thu, 12 Feb 2026 05:26:42 UTC
The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=fdbaa2565596be10628f5ee9484599fd18b91c22

commit fdbaa2565596be10628f5ee9484599fd18b91c22
Author:     Rob Nichols <robert.nichols@dialwave.com>
AuthorDate: 2025-12-16 03:26:26 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-02-12 05:15:10 +0000

    jail.conf.5: Fix mandoc typos
    
    MFC after:      3 days
    Reviewed by:    ziaee
    Signed-off-by:  Rob Nichols <robert.nichols@dialwave.com>
    Closes:         https://github.com/freebsd/freebsd-src/pull/1928
    
    (cherry picked from commit d1d88b6e8c31b1e472d66471ff1e666e5310709e)
---
 usr.sbin/jail/jail.conf.5 | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5
index 1bce1535455a..cdb6c0d03970 100644
--- a/usr.sbin/jail/jail.conf.5
+++ b/usr.sbin/jail/jail.conf.5
@@ -44,13 +44,11 @@ A parameter assignment consists of a single word, the parameter name,
 an equals sign, a value enclosed in double quotes, and a terminating semicolon.
 .Pp
 The syntax of a jail definition is as follows:
-.Bd -unfilled
-. Ar jailname Cm \&{
-.Bd -unfilled -offset indent -compact
-.Ar parameter Cm = Qq Ar value ;
-\&...
-.Ed
-.Cm \&}
+.Bd -literal -offset indent
+jailname {
+    parameter = "value";
+    ...
+}
 .Ed
 .Pp
 This is used by
@@ -234,11 +232,11 @@ bar {
 }
 
 # Include configurations from standard locations.
-\[char46]include "/etc/jail.conf.d/*.conf";
-\[char46]include "/etc/jail.*.conf";
-\[char46]include "/usr/local/etc/jail[.]conf";
-\[char46]include "/usr/local/etc/jail.conf.d/*.conf";
-\[char46]include "/usr/local/etc/jail.*.conf";
+\&.include "/etc/jail.conf.d/*.conf";
+\&.include "/etc/jail.*.conf";
+\&.include "/usr/local/etc/jail[.]conf";
+\&.include "/usr/local/etc/jail.conf.d/*.conf";
+\&.include "/usr/local/etc/jail.*.conf";
 .Ed
 .Sh SEE ALSO
 .Xr jail 2 ,