diff options
author | Niels Thykier <niels@thykier.net> | 2017-09-19 12:55:31 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-09-19 12:55:31 +0000 |
commit | c949e9de69cb288626238d69d4c4cf462dd4db78 (patch) | |
tree | 33a15dc268a76538356f3d3bfef96c70d67b9788 /doc/PROGRAMMING | |
parent | 00aa0bca1bb5741be267fb67cce6a1ecb716d239 (diff) | |
download | debhelper-c949e9de69cb288626238d69d4c4cf462dd4db78.tar.gz |
PROGRAMMING: Fix typo in version number
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 2 |
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. |