bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] [PATCH] Documentation: Missing dot in .cvsignore file name


From: Tobias Stoeckmann
Subject: [Bug-tar] [PATCH] Documentation: Missing dot in .cvsignore file name
Date: Tue, 29 Sep 2015 21:43:28 +0200

The prefixed dot in one occurrence of ".cvsignore" is missing.
---
 doc/tar.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tar.texi b/doc/tar.texi
index fe750b6..894365e 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -7482,7 +7482,7 @@ following options provide such possibility:
 @opindex exclude-vcs-ignores
 @item --exclude-vcs-ignores
 Before archiving a directory, see if it contains any of the following
-files: @file{cvsignore}, @file{.gitignore}, @file{.bzrignore}, or
+files: @file{.cvsignore}, @file{.gitignore}, @file{.bzrignore}, or
 @file{.hgignore}.  If so, read ignore patterns from these files.
 
 The patterns are treated much as the corresponding VCS would treat
-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]