mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
mdoc: remove redundant Pp and end a display block with Ed.
This commit is contained in:
parent
82f98de5fe
commit
70c8684f0b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,6 @@ A parameter statement looks like a C assigment,
|
|||
including a terminating semicolon.
|
||||
.Pp
|
||||
The general syntax of a jail definition is:
|
||||
.Pp
|
||||
.Bd -literal -offset indent
|
||||
jailname {
|
||||
parameter = "value";
|
||||
|
|
@ -205,6 +204,7 @@ bar {
|
|||
mount.nodevfs;
|
||||
persist; // Required because there are no processes
|
||||
}
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr jail_set 2
|
||||
.Xr jail 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue