git: 7ea567bbfa - main - handbook: fix build

Glen Barber gjb at FreeBSD.org
Wed Dec 30 19:36:22 UTC 2020


The branch main has been updated by gjb:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7ea567bbfa1e72c22e7d5b6c510e77412b414f35

commit 7ea567bbfa1e72c22e7d5b6c510e77412b414f35
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2020-12-30 19:36:02 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2020-12-30 19:36:02 +0000

    handbook: fix build
    
    Sponsored by:   Rubicon Communications, LLC (netgate.com)
---
 en_US.ISO8859-1/books/handbook/zfs/chapter.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
index 547cff76e6..c6d89f091a 100644
--- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml
@@ -2926,8 +2926,9 @@ mypool/compressed_dataset  logicalused       496G      -</screen>
 	However since quotas do not consider compression, more data
 	may be written than would fit with uncompressed
 	backups.</para>
+    </sect2>
 
-      <sect3 xml:id="zfs-zfs-compression-zstd">
+      <sect2 xml:id="zfs-zfs-compression-zstd">
 	<title>Zstandard Compression</title>
 
 	<para>In <acronym>OpenZFS</acronym> 2.0, a new compression
@@ -2986,13 +2987,12 @@ mypool/compressed_dataset  logicalused       496G      -</screen>
 	  compress a block with <acronym>Zstd</acronym>, it will fall
 	  back to storing the block uncompressed.  This is unlikely
 	  to happen outside of the highest levels of
-	  <acronym>Zstd<acronym> on systems that are memory
+	  <acronym>Zstd</acronym> on systems that are memory
 	  constrained.  The sysctl
 	  <literal>kstat.zfs.misc.zstd.compress_alloc_fail</literal>
 	  counts how many times this has occurred since the
 	  <acronym>ZFS</acronym> module was loaded.</para>
-      </sect3>
-    </sect2>
+      </sect2>
 
     <sect2 xml:id="zfs-zfs-deduplication">
       <title>Deduplication</title>


More information about the dev-commits-doc-all mailing list