diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-04 23:23:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-04 23:23:46 +0000 |
commit | 6db3a47aa376ed7b30d75345531b0568e0032021 (patch) | |
tree | 119b04d1d8419722c32c738426b8e06aedd4465b | |
parent | fc98a2c249be93cd2f2199bd69d01e5d10a50c85 (diff) |
cweave -x omits section names
git-svn-id: svn://tug.org/texlive/trunk@42437 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/help.h | 2 |
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", |