[blfs] 01/02: building-notes: use zcat instead of gzip -cd

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

commit 8f2d06214f2fce533e48f52ced7ab92ee04ca316
Author: Xi Ruoyao <[email protected]>
AuthorDate: Fri Apr 10 16:06:56 2026 +0800

    building-notes: use zcat instead of gzip -cd
    
    The libpng instruction already uses the shorter zcat.  And it also looks
    more consistent with "bzcat" below.
---
 introduction/important/building-notes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/introduction/important/building-notes.xml b/introduction/important/building-notes.xml
index 91181f304b..9ee536cf36 100644
--- a/introduction/important/building-notes.xml
+++ b/introduction/important/building-notes.xml
@@ -82,7 +82,7 @@ tar -xvf filename.tar.bz2</userinput></screen>
       decompressor to the <command>patch</command> utility.  For example:
     </para>
 
-    <screen><userinput>gzip -cd ../patchname.patch.gz | patch -p1</userinput></screen>
+    <screen><userinput>zcat ../patchname.patch.gz | patch -p1</userinput></screen>
 
     <para>
       Or for a patch compressed with <command>bzip2</command>:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.