From 544142cf7b166c841adcac6b0716bd39e469aa3f Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 26 Sep 2018 22:40:09 -0700 Subject: doc/PROGRAMMING: Fix typoed variants of "i.e." --- doc/PROGRAMMING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 8ffd3d88..668455bf 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -184,7 +184,7 @@ print_and_doit([$options, ]@command) complex_doit($command) Pass this function a string that is a shell command, it will run it similarly to how doit() does. You can pass more complicated commands - to this (ie, commands involving piping redirection), however, you + to this (i.e. commands involving piping redirection), however, you have to worry about things like escaping shell metacharacters. verbose_print($message) Pass this command a string, and it will echo it if $dh{VERBOSE} is set. @@ -277,7 +277,7 @@ addsubstvar($package, $substvar, $deppackage, $verinfo, $remove) - binary package that gets the item - name of the substvar to add the item to - the package that will be depended on - - version info for the package (optional) (ie: ">= 1.1") + - version info for the package (optional) (i.e. ">= 1.1") - if this last parameter is passed, the thing that would be added is removed instead. This can be useful to ensure that a debhelper command is idempotent. (However, we generally don't bother, -- cgit v1.2.3