diff options
author | joel <joel@FreeBSD.org> | 2012-05-12 14:43:52 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-12 14:43:52 +0000 |
commit | 61f71510ea5593aa1642cd88cabf3fe35dd87954 (patch) | |
tree | 97f7c403249875bde1dd7561eca3032c1677e4cd /usr.sbin/jail | |
parent | f05de090832a1cf1ee734c13843ec7841d8736fd (diff) | |
download | FreeBSD-src-61f71510ea5593aa1642cd88cabf3fe35dd87954.zip FreeBSD-src-61f71510ea5593aa1642cd88cabf3fe35dd87954.tar.gz |
mdoc: remove redundant Pp and end a display block with Ed.
Diffstat (limited to 'usr.sbin/jail')
-rw-r--r-- | usr.sbin/jail/jail.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.conf.5 b/usr.sbin/jail/jail.conf.5 index 74317a0..ed2cf33 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 |