]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
danetool doc fix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Nov 2012 16:31:10 +0000 (17:31 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 4 Nov 2012 16:31:52 +0000 (17:31 +0100)
src/danetool-args.c
src/danetool-args.def
src/danetool-args.h

index d50d47643be2442d9334352b3770d9887296b97f..4eca21f96bd9a91afd7584206df15a13b519df38 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (danetool-args.c)
  *  
- *  It has been AutoGen-ed  November  1, 2012 at 07:45:47 PM by AutoGen 5.16
+ *  It has been AutoGen-ed  November  4, 2012 at 05:31:43 PM by AutoGen 5.16
  *  From the definitions    danetool-args.def
  *  and the template file   options
  *
@@ -67,7 +67,7 @@ extern FILE * option_usage_fp;
 /*
  *  danetool option static const strings
  */
-static char const danetool_opt_strs[2257] =
+static char const danetool_opt_strs[2260] =
 /*     0 */ "danetool @VERSION@\n"
             "Copyright (C) 2000-2012 Free Software Foundation, all rights reserved.\n"
             "This is free software. It is licensed for use, modification and\n"
@@ -151,9 +151,9 @@ static char const danetool_opt_strs[2257] =
 /*  2096 */ "bug-gnutls@gnu.org\0"
 /*  2115 */ "\n\n\0"
 /*  2118 */ "\n"
-            "Tool generate DNS resource records for the DANE protocol.\n\0"
-/*  2178 */ "danetool @VERSION@\0"
-/*  2197 */ "danetool [options]\n"
+            "Tool to generate DNS resource records for the DANE protocol.\n\0"
+/*  2181 */ "danetool @VERSION@\0"
+/*  2200 */ "danetool [options]\n"
             "danetool --help for usage instructions.\n";
 
 /*
@@ -625,7 +625,7 @@ static tOptDesc optDesc[OPTION_CT] = {
 #define zBugsAddr       (danetool_opt_strs+2096)
 #define zExplain        (danetool_opt_strs+2115)
 #define zDetail         (danetool_opt_strs+2118)
-#define zFullVersion    (danetool_opt_strs+2178)
+#define zFullVersion    (danetool_opt_strs+2181)
 /* extracted from optcode.tlib near line 350 */
 
 #if defined(ENABLE_NLS)
@@ -639,7 +639,7 @@ static tOptDesc optDesc[OPTION_CT] = {
 
 #define danetool_full_usage (NULL)
 
-#define danetool_short_usage (danetool_opt_strs+2197)
+#define danetool_short_usage (danetool_opt_strs+2200)
 
 #endif /* not defined __doxygen__ */
 
index dc29c4fa13a62e8a00b25437fc1c09a348448eaa..e01dfdd9eeb94fa2802ffd2db9d6e25a315f7775 100644 (file)
@@ -2,7 +2,7 @@ AutoGen Definitions options;
 prog-name     = danetool;
 prog-title    = "GnuTLS DANE tool";
 prog-desc     = "Generate DANE TLSA RR entries.";
-detail    = "Tool generate DNS resource records for the DANE protocol.";
+detail    = "Tool to generate DNS resource records for the DANE protocol.";
 short-usage   = "danetool [options]\ndanetool --help for usage instructions.\n";
 explain       = "";
 
@@ -116,7 +116,7 @@ doc-section = {
   ds-type = 'SEE ALSO';
   ds-format = 'texi';
   ds-text   = <<-_EOT_
-    p11tool (1)
+    certtool (1)
 _EOT_;
 };
 
index dfab6bb1d9bea061a33d733daa37243c0932a886..139727bedafb5a37720833ac8f989cacb2c2b209 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (danetool-args.h)
  *  
- *  It has been AutoGen-ed  November  1, 2012 at 07:45:46 PM by AutoGen 5.16
+ *  It has been AutoGen-ed  November  4, 2012 at 05:31:43 PM by AutoGen 5.16
  *  From the definitions    danetool-args.def
  *  and the template file   options
  *