diff options
Diffstat (limited to 'Build/source/texk')
-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", |