svn commit: r44248 - head/en_US.ISO8859-1/books/handbook/filesystems

Warren Block wblock at FreeBSD.org
Sun Mar 16 21:50:25 UTC 2014


Author: wblock
Date: Sun Mar 16 21:50:24 2014
New Revision: 44248
URL: http://svnweb.freebsd.org/changeset/doc/44248

Log:
  Restore lost <replaceable> tags.

Modified:
  head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml	Sun Mar 16 21:43:20 2014	(r44247)
+++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml	Sun Mar 16 21:50:24 2014	(r44248)
@@ -177,11 +177,11 @@ vfs.zfs.vdev.cache.size="5M"</programlis
 
       <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 at 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 at 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


More information about the svn-doc-head mailing list