1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: Florian Ernst <florian@debian.org>
Subject: drop ellipsis from manpage to make it valid, and fix a typo
Bug: https://gitlab.com/OldManProgrammer/unix-tree/-/issues/17
Last-Update: 2022-12-29
Index: tree/doc/tree.1
===================================================================
--- tree.orig/doc/tree.1
+++ tree/doc/tree.1
@@ -16,7 +16,6 @@
.\" along with this program; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
.\"
-...
.TH TREE 1 "" "Tree 2.1.0"
.SH NAME
tree \- list contents of directories in a tree-like format.
@@ -415,7 +414,7 @@ Option processing terminator. No furthe
.SH .INFO FILES
-\fB.info\fP files are similiar to \.gitignore files, if a .info file is found
+\fB.info\fP files are similar to \.gitignore files, if a .info file is found
while scanning a directory it is read and added to a stack of .info
information. Each file is composed of comments (lines starting with hash marks
(#),) or wild-card patterns which may match a file relative to the directory
|