mdoc: remove redundant Pp and end a display block with Ed.

This commit is contained in:
joel 2012-05-12 14:43:52 +00:00
parent f05de09083
commit 61f71510ea

View File

@ -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