diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-29 22:22:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-29 22:22:50 +0000 |
commit | bdd31412e1c2deeda76476ca324605165b67a522 (patch) | |
tree | 4a12ef61fe51cbaa1b8f50f40f3ac26f2ba81413 /Build/source/texk/web2c/man | |
parent | 7148d81927a73e19c3ee870806a90f6505852325 (diff) |
patch man/cweb.man, not cwebdir/cweb.1; from Andreas, 28 Oct 2018 17:59:58
git-svn-id: svn://tug.org/texlive/trunk@49021 c570f23f-e606-0410-a88d-b1316a301751
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 |