diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-30 12:18:26 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-04-30 12:18:26 +0000 |
commit | 8d6393b302ff7262c3d55780ece054d7a2f7cc49 (patch) | |
tree | b2487121538c43518ed7302a20f2a753ac04e963 /Build/source/texk/web2c/cwebdir/comm-w2c.ch | |
parent | d271999fe8c60c1fca7025fd5b39f7d71f9dd1b1 (diff) |
[CWEB] Clarify section 95 of COMMON module.
Also fix missing type format for 'const_string' on the final code page.
git-svn-id: svn://tug.org/texlive/trunk@54944 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/comm-w2c.ch')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/comm-w2c.ch | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |