Browse Source

Rename PL_SVN_IGNORE to PL_GIT_IGNORE.

Joe Clarke 1 year ago
parent
commit
859c299560
1 changed files with 3 additions and 3 deletions
  1. 3 3
      portlint.1

+ 3 - 3
portlint.1

@@ -101,10 +101,10 @@ If omitted, check will be performed over the current directory.
 .Sh ENVIRONMENT
 The following environment variables affect the execution of
 .Nm :
-.Bl -tag -width ".Ev PL_SVN_IGNORE"
-.It Ev PL_SVN_IGNORE
+.Bl -tag -width ".Ev PL_GIT_IGNORE"
+.It Ev PL_GIT_IGNORE
 Set to a Perl-compatible regular expression, of patterns
-to ignore when checking to see if files are in the SVN
+to ignore when checking to see if files are in the git 
 repository.  For example,
 .Li '^\ed+$|^pr-patch$' .
 .It Ev PORTSDIR