summaryrefslogtreecommitdiff
path: root/support/dktools/dkwt.ctr
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
committerNorbert Preining <norbert@preining.info>2020-09-20 03:03:26 +0000
commit1f457376b478257b88d4a857f5ec1b6155442dd7 (patch)
tree2a06a60551dea362cf8cb0cb0ba66c78608717c4 /support/dktools/dkwt.ctr
parentac690ca29ad5bf8a5203a65fd6252f7b564f4727 (diff)
CTAN sync 202009200303
Diffstat (limited to 'support/dktools/dkwt.ctr')
-rw-r--r--support/dktools/dkwt.ctr34
1 files changed, 15 insertions, 19 deletions
diff --git a/support/dktools/dkwt.ctr b/support/dktools/dkwt.ctr
index 1404208a77..37855f391a 100644
--- a/support/dktools/dkwt.ctr
+++ b/support/dktools/dkwt.ctr
@@ -2,7 +2,7 @@
copyright owner = Dirk Krause
copyright year = 2011-xxxx
-license = bsd
+SPDX-License-Identifier: BSD-3-Clause
@@ -799,7 +799,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -860,7 +860,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -921,7 +921,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -982,7 +982,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1033,7 +1033,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1079,7 +1079,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1132,7 +1132,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1253,7 +1253,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1303,7 +1303,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1353,7 +1353,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1399,7 +1399,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1446,7 +1446,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1645,7 +1645,7 @@ to see the license conditions.
SEE ALSO
-http://dktools.sourceforge.net
+http://sourceforge.net/p/dktools/wiki/dkwt/
$!end
};
@@ -1660,8 +1660,6 @@ static dkChar const dkwt_group_name[] = { dkT("dktools") };
/** Print help text.
@param app Application structure.
- @param msg Array containing localized texts.
- @param noloc Array containing non-localized texts.
@param topic Help topic ID.
@return 1 on success, 0 on error.
*/
@@ -1669,8 +1667,6 @@ static
int
dkwt_help(
dk3_app_t *app,
- dkChar const * const *msg,
- dkChar const * const *noloc,
int topic
)
{
@@ -1784,7 +1780,7 @@ DK3_MAIN
topic = dk3str_array_index(dkwt_commands, xargv[2], 0);
if(topic < 0) topic = 8;
}
- exval = dkwt_help(app, msg, dkwt_no_loc, topic);
+ exval = dkwt_help(app, topic);
} break;
case 9: case 14: case 19: { /* version */
dk3sf_initialize_stdout();