diff options
Diffstat (limited to 'Build/source/texk/web2c/man')
-rw-r--r-- | Build/source/texk/web2c/man/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/cweb.man | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog index 01270be7540..c0343a16645 100644 --- a/Build/source/texk/web2c/man/ChangeLog +++ b/Build/source/texk/web2c/man/ChangeLog @@ -1,3 +1,7 @@ +2018-10-28 Andreas Scherer <https://ascherer.github.io> + + * cweb.man: do not mention nonexistent -DSTAT option. + 2018-06-04 Karl Berry <karl@tug.org> * Makefile.am (man_sources, man1_links) [PTEX]: add ptex.man. diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man index 04572a15b4f..82a134a8dd2 100644 --- a/Build/source/texk/web2c/man/cweb.man +++ b/Build/source/texk/web2c/man/cweb.man @@ -1,4 +1,4 @@ -.TH CWEB 1 "7 April 2010" "Web2C @VERSION@" +.TH CWEB 1 "28 October 2018" "Web2C @VERSION@" .\"===================================================================== .SH NAME ctangle, cweave \- translate CWEB to C and/or TeX @@ -90,8 +90,7 @@ you get nothing but error messages. .PP The .B +s -option prints statistics about memory usage at the end of a run -(assuming that the programs have been compiled with the -DSTAT switch). +option prints statistics about memory usage at the end of a run. .PP There are three other options applicable to .B cweave |