summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r--doc/PROGRAMMING2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 9067dfc5..5f3a4629 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -167,7 +167,7 @@ doit([$options, ]@command)
* stdout => A file name. The child process will have its STDOUT redirected
to that file. [debhelper (>= 10.7)]
* chdir => A directory. The child process will do a chdir into that
- directory before executing the command. [debhelper (>= 10.8)]
+ directory before executing the command. [debhelper (>= 10.9)]
This will *not* invoke a shell, so meta characters will not have any special
meaning. Use complex_doit for that.