diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-12 18:06:33 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-12 18:06:33 +0000 |
commit | 26610f3e9acc623fe95309b09d801188b05dd29c (patch) | |
tree | 71ecb4f16062e9de301d51a6039175694da43347 | |
parent | 91c7fab61a2ef4ac7434297b42b4cabe836d7931 (diff) |
Zstd tweaks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter06/zstd.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index cb316cc84..efc7c6e1b 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -2786,7 +2786,7 @@ <segtitle>&before;</segtitle> <seglistitem> - <seg>None</seg> + <seg>Tar</seg> </seglistitem> </segmentedlist> diff --git a/chapter06/zstd.xml b/chapter06/zstd.xml index 0db98d694..a81a754d1 100644 --- a/chapter06/zstd.xml +++ b/chapter06/zstd.xml @@ -55,7 +55,7 @@ </sect2> <sect2 id="contents-zstd" role="content"> - <title>Contents of zstd</title> + <title>Contents of Zstd</title> <segmentedlist> <segtitle>Installed programs</segtitle> @@ -92,7 +92,7 @@ <varlistentry id="zstdgrep"> <term><command>zstdgrep</command></term> <listitem> - <para>Runs <command>egrep</command> on ZSTD compressed files</para> + <para>Runs <command>grep</command> on ZSTD compressed files</para> <indexterm zone="ch-system-zstd zstdgrep"> <primary sortas="b-zstdgrep">zstdgrep</primary> </indexterm> |