Hi maintainers of tar,

While going through the tutorials in "info tar", I found some typos
which I fixed in the attached patch. Thank you.

-- 
Regards,
Daniel
From f7c1f5136ee5ae11a82813680bafd3956f340397 Mon Sep 17 00:00:00 2001
From: Daniel Le <greenrecycle...@gmail.com>
Date: Sun, 8 Apr 2018 17:06:33 +0800
Subject: [PATCH] Fix typos in the documentation
To: bug-tar@gnu.org

Short option "t" was mistranslated to "--test" instead of "--list" in commit
67cad0792b4e6cf22c6cb1b167b149cd176d49f9.
---
 doc/tar.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/tar.texi b/doc/tar.texi
index 1362216..2bc4213 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -1464,7 +1464,7 @@ tar: Removing leading '/' from member names
 /home/myself/practice/folk
 /home/myself/practice/jazz
 /home/myself/practice/collection.tar
-$ @kbd{tar --test --file practice.tar}
+$ @kbd{tar --list --file practice.tar}
 home/myself/practice/
 home/myself/practice/blues
 home/myself/practice/folk
@@ -1495,7 +1495,7 @@ home/myself/practice/blues
 home/myself/practice/folk
 home/myself/practice/jazz
 home/myself/practice/collection.tar
-$ @kbd{tar --test --file practice.tar}
+$ @kbd{tar --list --file practice.tar}
 home/myself/practice/
 home/myself/practice/blues
 home/myself/practice/folk
-- 
2.14.3

Reply via email to