From 70c8684f0b48ce33e19fa4dbaed17cbf79375bec Mon Sep 17 00:00:00 2001 From: Joel Dahl Date: Sat, 12 May 2012 14:43:52 +0000 Subject: [PATCH] mdoc: remove redundant Pp and end a display block with Ed. --- usr.sbin/jail/jail.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5 index 74317a02a97..ed2cf33e4b9 100644 --- a/usr.sbin/jail/jail.conf.5 +++ b/usr.sbin/jail/jail.conf.5 @@ -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