summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2016-04-16 08:17:15 +0000
committerNiels Thykier <niels@thykier.net>2016-04-16 08:17:15 +0000
commitda70872eb53140f9b30139eefd883d6abb5b1fb1 (patch)
tree0f0d74a3846c88acd148271292e5cdef78c98766
parentb1eab9a49711cd6f2b5a2240d22307c8d3082e21 (diff)
downloaddebhelper-da70872eb53140f9b30139eefd883d6abb5b1fb1.tar.gz
debhelper.pod: Nits
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r--debhelper.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/debhelper.pod b/debhelper.pod
index d4635f9d..7f20d1c5 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -273,12 +273,12 @@ From time to time, major non-backwards-compatible changes need to be made
to debhelper, to keep it clean and well-designed as needs change and its
author gains more experience. To prevent such major changes from breaking
existing packages, the concept of debhelper compatibility levels was
-introduced. You tell debhelper which compatibility level it should use, and
+introduced. You must tell debhelper which compatibility level it should use, and
it modifies its behavior in various ways. The compatibility level is
specified in the F<debian/compat> file and the file must be present.
Tell debhelper what compatibility level to use by writing a number to
-F<debian/compat>. For example, to turn on v9 mode:
+F<debian/compat>. For example, to use v9 mode:
% echo 9 > debian/compat