summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-04 23:23:46 +0000
committerKarl Berry <karl@freefriends.org>2016-11-04 23:23:46 +0000
commit6db3a47aa376ed7b30d75345531b0568e0032021 (patch)
tree119b04d1d8419722c32c738426b8e06aedd4465b /Build/source
parentfc98a2c249be93cd2f2199bd69d01e5d10a50c85 (diff)
cweave -x omits section names
git-svn-id: svn://tug.org/texlive/trunk@42437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/help.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 989650439eb..a860aac0a30 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-05 Karl Berry <karl@tug.org>
+
+ * help.h (CWEAVEHELP) <-x>: mention section names,
+ since that is what is actually omitted. Report from Igor Liferenko.
+
2016-05-20 Karl Berry <karl@tug.org>
* TeX Live 2016 release.
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 2cedb687c6b..3c0d670b2fa 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -77,7 +77,7 @@ const_string CWEAVEHELP[] = {
"-f do not force a newline after every C statement in output",
"-h suppress success message on completion",
"-p suppress progress report messages",
- "-x omit indices and table of contents",
+ "-x omit indices, section names, table of contents",
"+e enclose C material in \\PB{...}",
"+s print usage statistics",
"--help display this help and exit",