summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:53:44 +0000
committerjoey <joey>1999-08-17 04:53:44 +0000
commit168cfd101a2d522c0c7cbe06480f50e133ef1d40 (patch)
tree95c21dbdec3ec97d309ec25dd33735ac4a4a7c6b /doc
parent94daae34cb1be6ed6a4591604af22c5d43542475 (diff)
downloaddebhelper-168cfd101a2d522c0c7cbe06480f50e133ef1d40.tar.gz
r95: Initial Import
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index faaa9360..402d5e78 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -81,8 +81,10 @@ switch variable description
DH_EXCLUDE_GREP same as DH_EXCLUDE, except all items are
separated by '|' characters, instead of spaces,
handy for egrep -v
- DH_EXCLUDE_FIND same as DH_EXCLUDE, except all items are
- separated by " -or "
+ DH_EXCLUDE_FIND same as DH_EXCLUDE, except all items are put
+ into a string in a way that they will make
+ find find them. (Use ! in front to negate
+ that, of course)
-x DH_INCLUDE_CONFFILES
include conffiles. It's -x for obscure
historical reasons.