]> git.tuebingen.mpg.de Git - lopsub.git/blobdiff - lopsub.h.m4
lopsub-1.0.5
[lopsub.git] / lopsub.h.m4
index 20d3a6947a1ad9d3fa09aa927b6c137bfd4b3e21..587f334f5e02abf06432a9aafcea47651e28bc4f 100644 (file)
@@ -2,7 +2,7 @@ VERBATIM_C(«
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html
+ * Licensed under the LGPL v3, see https://www.gnu.org/licenses/lgpl-3.0.html
  */
 
 #include <string.h>
  */
 
 #include <string.h>
@@ -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
 «
        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
 
        Of course storing one function pointer per command could simply be
        done by defining a suitable array in the application which contains