[Midnightbsd-cvs] www [571] trunk/documentation/zfs.html: fix formatting

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 12 21:08:36 EST 2014


Revision: 571
          http://svnweb.midnightbsd.org/www/?rev=571
Author:   laffer1
Date:     2014-11-12 21:08:35 -0500 (Wed, 12 Nov 2014)
Log Message:
-----------
fix formatting

Modified Paths:
--------------
    trunk/documentation/zfs.html

Modified: trunk/documentation/zfs.html
===================================================================
--- trunk/documentation/zfs.html	2014-11-13 02:06:10 UTC (rev 570)
+++ trunk/documentation/zfs.html	2014-11-13 02:08:35 UTC (rev 571)
@@ -20,6 +20,8 @@
 						<li><a href="#s1c">Preparing</a></li>
 						<li><a href="#s1d">Examples</a></li>
 						<li><a href="#s1e">Recovery</a></li>
+						<li><a href="#s1f">Snapshots</a></li>
+						<li><a href="#s1g">Send/Receive</a></li>
 						<li><a href="index.html"><strong>Documentation</strong></a></li>
 						<li><a href="../wiki/"><strong>MidnightBSD Wiki (more)</strong></a></li>
 					</ul>
@@ -103,8 +105,9 @@
 				Finally, try <code>zpool import <em>name of pool</em></code>.
 				</li>
 				</ul>
-				To verify it worked, run <code>zpool list</code>	
 				
+				<p>To verify it worked, run <code>zpool list</code></p>	
+				
 				<h4 id="s1f">Snapshots</h4>
 				
 				<p>A ZFS snapshot, is a point in time copy or bookmark of your data. You can use
@@ -134,8 +137,8 @@
 				 <p>Finally, you can list snapshots</p>
 				 <code>zfs list -t snapshot</code>
 				 
-				 <p>You can also make zfs list show snapshots by default by changing this setting</p>
-				 <code>zpool set listsnapshots=on tank</p>
+				 <p>You can also make zfs list show snapshots by default by changing this setting
+				 <code>zpool set listsnapshots=on tank</code></p>
 				 				 				
 				<h4 id="s1g">Using Send and Receive</h4>
 				<p>You can use zfs to send a snapshot to the same or another pool with the
@@ -146,6 +149,7 @@
 				<code>
 				zfs send tank/test at 1 | zfs receive tank/testback
 				</code>
+				</p>
 				
 <div id="disqus_thread"></div>
 <script type="text/javascript">



More information about the Midnightbsd-cvs mailing list