diff options
Diffstat (limited to 'Build/source/texk/web2c/cwebdir')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 6823562c240..1e9f86f24e0 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,7 @@ +2020-04-30 Andreas Scherer <https://ascherer.github.io> + + * comm-w2c.ch: Clarify ยง95 and fix missing type format. + 2020-04-29 Andreas Scherer <https://ascherer.github.io> * comm-w2c.ch: Purge irrelevant mention of .web extension. diff --git a/Build/source/texk/web2c/cwebdir/comm-w2c.ch b/Build/source/texk/web2c/cwebdir/comm-w2c.ch index 887a3cee191..a71f485cd67 100644 --- a/Build/source/texk/web2c/cwebdir/comm-w2c.ch +++ b/Build/source/texk/web2c/cwebdir/comm-w2c.ch @@ -1382,9 +1382,9 @@ cb_usagehelp(program==ctangle ? CTANGLEHELP : program==cweave ? CWEAVEHELP : CTWILLHELP, NULL); @.--help@> -@ Special variants from \Kpathsea/ for i18n/t10n. +@ Special variants from Web2c's `\.{lib/usage.c}', adapted for \.{i18n}/\.{t10n}. We simply filter the strings through the catalogs (if available). - +@s const_string int @c static void cb_usage (const_string str) { |