Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2012 07:35:07 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232247 - in head: share/man/man5 usr.sbin/jail
Message-ID:  <201202280735.q1S7Z8VT057940@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Tue Feb 28 07:35:07 2012
New Revision: 232247
URL: http://svn.freebsd.org/changeset/base/232247

Log:
  mdoc(7) stype - start new sentences on new line
  
  MFC after:	1 week

Modified:
  head/share/man/man5/devfs.5
  head/usr.sbin/jail/jail.8

Modified: head/share/man/man5/devfs.5
==============================================================================
--- head/share/man/man5/devfs.5	Tue Feb 28 05:23:29 2012	(r232246)
+++ head/share/man/man5/devfs.5	Tue Feb 28 07:35:07 2012	(r232247)
@@ -103,12 +103,13 @@ The following devfs file system-specific
 .It Cm ruleset Ns No = Ns Ar ruleset
 Set ruleset number
 .Ar ruleset
-as the current ruleset for the mount-point and apply all its rules. If the
-ruleset number
+as the current ruleset for the mount-point and apply all its rules.
+If the ruleset number
 .Ar ruleset
 does not exist, an empty ruleset with the number
 .Ar ruleset
-is created. See
+is created.
+See
 .Xr devfs 8
 for more information on working with devfs rulesets.
 .El

Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8	Tue Feb 28 05:23:29 2012	(r232246)
+++ head/usr.sbin/jail/jail.8	Tue Feb 28 07:35:07 2012	(r232247)
@@ -303,16 +303,17 @@ If the system securelevel is changed, an
 least as secure.
 .It Va devfs_ruleset
 The number of the devfs ruleset that is enforced for mounting devfs in
-this jail. A value of zero (default) means no ruleset is enforced. Descendant
-jails inherit the parent jail's devfs ruleset enforcement. Mounting devfs
-inside a jail is possible only if the
+this jail.
+A value of zero (default) means no ruleset is enforced.
+Descendant jails inherit the parent jail's devfs ruleset enforcement.
+Mounting devfs inside a jail is possible only if the
 .Va allow.mount
 and
 .Va allow.mount.devfs
 permissions are effective and
 .Va enforce_statfs
-is set to a value lower than 2. Devfs rules and rulesets cannot be viewed or
-modified from inside a jail.
+is set to a value lower than 2.
+Devfs rules and rulesets cannot be viewed or modified from inside a jail.
 .It Va children.max
 The number of child jails allowed to be created by this jail (or by
 other jails under this jail).
@@ -415,8 +416,8 @@ This permission is effective only togeth
 .Va allow.mount
 and if
 .Va enforce_statfs
-is set to a value lower than 2. Please consider restricting the devfs ruleset
-with the
+is set to a value lower than 2.
+Please consider restricting the devfs ruleset with the
 .Va devfs_ruleset
 option.
 .It Va allow.mount.nullfs
@@ -434,7 +435,8 @@ This permission is effective only togeth
 .Va allow.mount
 and if
 .Va enforce_statfs
-is set to a value lower than 2. See
+is set to a value lower than 2.
+See
 .Xr zfs 8
 for information on how to configure the ZFS filesystem to operate from
 within a jail.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202280735.q1S7Z8VT057940>