mdoc(7) stype - start new sentences on new line

MFC after:	1 week
This commit is contained in:
Martin Matuska
2012-02-28 07:35:07 +00:00
parent fed3ed710d
commit 638f378253
2 changed files with 14 additions and 11 deletions
+4 -3
View File
@@ -103,12 +103,13 @@ The following devfs file system-specific options are available:
.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
+10 -8
View File
@@ -303,16 +303,17 @@ If the system securelevel is changed, any jail securelevels will be at
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 together with
.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 together with
.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.