Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jan 2026 18:05:47 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Cc:        Rob Nichols <robert.nichols@dialwave.com>
Subject:   git: f9bb95414c26 - stable/15 - jail.conf.5: Fix mandoc typos
Message-ID:  <6956b77b.3638b.1930685f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by ziaee:

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

commit f9bb95414c265f90be10e793102a5d3423645d78
Author:     Rob Nichols <robert.nichols@dialwave.com>
AuthorDate: 2025-12-16 03:26:26 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-01-01 18:05:04 +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 627c38b0f8b6..7cc7a7cf9fca 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 ,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6956b77b.3638b.1930685f>