Package: debian-policy
Version: 3.6.2.1
Severity: minor
Tags: patch

The last paragraph of section 9.3.1:

        Also, if the script name ends .sh, the script will be sourced in
        runlevel S rather that being run in a forked subprocess, but will be
        explicitly run by sh in all other runlevels.

has two typos: "ends _in_ .sh" and "rather _than_ being run". The
attached patch fixes that.


bye,
Thijs
--- policy.sgml.orig    2005-12-18 21:20:26.000000000 +0100
+++ policy.sgml 2005-12-18 21:21:17.000000000 +0100
@@ -5426,8 +5426,8 @@
          </p>
 
          <p>
-           Also, if the script name ends <tt>.sh</tt>, the script
-           will be sourced in runlevel <tt>S</tt> rather that being
+           Also, if the script name ends in <tt>.sh</tt>, the script
+           will be sourced in runlevel <tt>S</tt> rather than being
            run in a forked subprocess, but will be explicitly run by
            <prgn>sh</prgn> in all other runlevels.
          </p>

Reply via email to