On Tue, 6 Dec 2016 15:07:13 +0100 Andreas Henriksson <andr...@fatal.se> wrote: > Get rid of "script" as that doesn't properly describe the equivalent for > systems using declarative replacements. > > Also drop "the" as via update-rc.d you're potentially/likely interfacing > with multiple ones at a time. Possibly the word system should be > replaced with systems or system(s)?
Yes; "Interfacing with init system" has a grammatical issue, and needs a plural. s/system/systems/. > --- > policy.sgml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/policy.sgml b/policy.sgml > index 81df4a3..97d5770 100644 > --- a/policy.sgml > +++ b/policy.sgml > @@ -7648,7 +7648,7 @@ test -f <var>program-executed-later-in-script</var> || > exit 0 > </sect1> > > <sect1> > - <heading>Interfacing with the initscript system</heading> > + <heading>Interfacing with init system</heading> > > <p> > Maintainers should use the abstraction layer provided by > -- > 2.10.2 > > >