Date: Sat, 12 May 2012 14:43:52 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235335 - head/usr.sbin/jail Message-ID: <201205121443.q4CEhqQ1038345@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Sat May 12 14:43:52 2012 New Revision: 235335 URL: http://svn.freebsd.org/changeset/base/235335 Log: mdoc: remove redundant Pp and end a display block with Ed. Modified: head/usr.sbin/jail/jail.conf.5 Modified: head/usr.sbin/jail/jail.conf.5 ============================================================================== --- head/usr.sbin/jail/jail.conf.5 Sat May 12 14:37:25 2012 (r235334) +++ head/usr.sbin/jail/jail.conf.5 Sat May 12 14:43:52 2012 (r235335) @@ -41,7 +41,6 @@ A parameter statement looks like a C ass 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205121443.q4CEhqQ1038345>