Restore lost <replaceable> tags.
This commit is contained in:
parent
8a91604301
commit
d00687c023
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44248
1 changed files with 9 additions and 9 deletions
|
@ -177,11 +177,11 @@ vfs.zfs.vdev.cache.size="5M"</programlisting>
|
|||
|
||||
<para>The examples in this section assume three
|
||||
<acronym>SCSI</acronym> disks with the device names
|
||||
<filename>da0</filename>,
|
||||
<filename>da1</filename>,
|
||||
and <filename>da2</filename>.
|
||||
<filename><replaceable>da0</replaceable></filename>,
|
||||
<filename><replaceable>da1</replaceable></filename>,
|
||||
and <filename><replaceable>da2</replaceable></filename>.
|
||||
Users of <acronym>IDE</acronym> hardware should instead use
|
||||
<filename>ad</filename>
|
||||
<filename><replaceable>ad</replaceable></filename>
|
||||
device names.</para>
|
||||
|
||||
<sect3>
|
||||
|
@ -563,7 +563,7 @@ errors: No known data errors</screen>
|
|||
</note>
|
||||
|
||||
<para>The
|
||||
<literal>refquota=size</literal>
|
||||
<literal>refquota=<replaceable>size</replaceable></literal>
|
||||
limits the amount of space a dataset can consume by
|
||||
enforcing a hard limit on the space used. However, this
|
||||
hard limit does not include space used by descendants, such
|
||||
|
@ -577,7 +577,7 @@ errors: No known data errors</screen>
|
|||
|
||||
<para>User quotas limit the amount of space that can be used
|
||||
by the specified user. The general format is
|
||||
<literal>userquota@user=size</literal>,
|
||||
<literal>userquota@<replaceable>user</replaceable>=<replaceable>size</replaceable></literal>,
|
||||
and the user's name must be in one of the following
|
||||
formats:</para>
|
||||
|
||||
|
@ -626,7 +626,7 @@ errors: No known data errors</screen>
|
|||
|
||||
<para>The group quota limits the amount of space that a
|
||||
specified group can consume. The general format is
|
||||
<literal>groupquota@group=size</literal>.</para>
|
||||
<literal>groupquota@<replaceable>group</replaceable>=<replaceable>size</replaceable></literal>.</para>
|
||||
|
||||
<para>To set the quota for the group
|
||||
<replaceable>firstgroup</replaceable> to 50 GB,
|
||||
|
@ -694,7 +694,7 @@ errors: No known data errors</screen>
|
|||
|
||||
<para>The general format of the <literal>reservation</literal>
|
||||
property is
|
||||
<literal>reservation=size</literal>,
|
||||
<literal>reservation=<replaceable>size</replaceable></literal>,
|
||||
so to set a reservation of 10 GB on
|
||||
<filename>storage/home/bob</filename>, use:</para>
|
||||
|
||||
|
@ -708,7 +708,7 @@ errors: No known data errors</screen>
|
|||
<para>The same principle can be applied to the
|
||||
<literal>refreservation</literal> property for setting a
|
||||
refreservation, with the general format
|
||||
<literal>refreservation=size</literal>.</para>
|
||||
<literal>refreservation=<replaceable>size</replaceable></literal>.</para>
|
||||
|
||||
<para>To check if any reservations or refreservations exist on
|
||||
<filename>storage/home/bob</filename>, execute one of the
|
||||
|
|
Loading…
Reference in a new issue