svn commit: r232247 - in head: share/man/man5 usr.sbin/jail

Martin Matuska mm at FreeBSD.org
Tue Feb 28 07:35:08 UTC 2012


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.


More information about the svn-src-all mailing list