]> git.tuebingen.mpg.de Git - lopsub.git/commitdiff
Fix bad grammar "allows <infinitive>".
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Nov 2017 01:53:27 +0000 (02:53 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Nov 2017 01:53:27 +0000 (02:53 +0100)
In standard English, the verb "allows" can never take an infinitive as
its direct object.

lopsub-suite.5.m4
lopsub.h.m4
lopsubex.suite

index d453c9c9d844dffb64c194ac84dceaa08ef5f1aa..ff81198e1e184e2e294c221cfcb3044580b4e67e 100644 (file)
@@ -333,8 +333,8 @@ The syntax for the array of values is
 For each option for which the
 .B values
 directive was specified, the lopsubgen command generates a C
-enumeration which contains the given identifiers. This allows to
-refer to each possible value through a numeric constant.
+enumeration which contains the given identifiers. This allows
+referring to each possible value through a numeric constant.
 .TP
 .B default_val
 This directive makes only sense for options which take an argument. For
index 20d3a6947a1ad9d3fa09aa927b6c137bfd4b3e21..36faa08d3b888a2f5837aa153c4333bdf9e148b4 100644 (file)
@@ -275,9 +275,8 @@ DECLARE_FUNCTION(
 «
        Some applications need to store further information for each subcommand,
        for example a function pointer which refers to the implementation of
-       the subcommand. The optional user data feature allows to define one
-       application defined pointer that can be retrieved by calling this
-       function.
+       the subcommand. The optional user data feature allows the application
+       to define a pointer that can be retrieved by calling this function.
 
        Of course storing one function pointer per command could simply be
        done by defining a suitable array in the application which contains
index 98c56493ee461d6e617ecc02e463044898bc81cd..f90981c724f4a38824464a87b173e8f924dacecb 100644 (file)
@@ -269,7 +269,7 @@ caption = lopsubex subcommands
 [subcommand aux_info]
        purpose = stash additional per-command information into a suite file
        [description]
-               The aux_info feature of lopsub allows to add additional information
+               The aux_info feature of lopsub allows adding of additional information
                to the subcommands of a suite without the need to maintain another
                per-command array, which would be error-prone.