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
This commit is contained in:
committed by
Alexander Ziaee
parent
e64928611b
commit
d1d88b6e8c
+10
-12
@@ -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 ,
|
||||
|
||||
Reference in New Issue
Block a user