diff options
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/ctangle.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/cwebdir/cweave.w | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/ctwill.man | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/man/cweb.man | 2 |
5 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog index 078795706f1..86e53513ea7 100644 --- a/Build/source/texk/web2c/cwebdir/ChangeLog +++ b/Build/source/texk/web2c/cwebdir/ChangeLog @@ -1,3 +1,8 @@ +2021-11-12 Andreas Scherer <https://ascherer.github.io> + + * ctangle.w, + * cweave.w: Consistently refer to the COMMON module. + 2021-10-31 Andreas Scherer <https://ascherer.github.io> * ctproofmac.tex, diff --git a/Build/source/texk/web2c/cwebdir/ctangle.w b/Build/source/texk/web2c/cwebdir/ctangle.w index 006e3e61993..1bbc7216959 100644 --- a/Build/source/texk/web2c/cwebdir/ctangle.w +++ b/Build/source/texk/web2c/cwebdir/ctangle.w @@ -75,7 +75,7 @@ is modified. two phases: First it reads the source file, saving the \CEE/ code in compressed form; then it shuffles and outputs the code. -Please read the documentation for \.{common}, the set of routines common +Please read the documentation for \.{COMMON}, the set of routines common to \.{CTANGLE} and \.{CWEAVE}, before proceeding further. @c diff --git a/Build/source/texk/web2c/cwebdir/cweave.w b/Build/source/texk/web2c/cwebdir/cweave.w index bb0b58e29de..b98078fc95f 100644 --- a/Build/source/texk/web2c/cwebdir/cweave.w +++ b/Build/source/texk/web2c/cwebdir/cweave.w @@ -82,7 +82,7 @@ three phases: First it inputs the source file and stores cross-reference data, then it inputs the source once again and produces the \TEX/ output file, finally it sorts and outputs the index. -Please read the documentation for \.{common}, the set of routines common +Please read the documentation for \.{COMMON}, the set of routines common to \.{CTANGLE} and \.{CWEAVE}, before proceeding further. @c diff --git a/Build/source/texk/web2c/man/ctwill.man b/Build/source/texk/web2c/man/ctwill.man index 13e3ebb69ff..aa4fb9621df 100644 --- a/Build/source/texk/web2c/man/ctwill.man +++ b/Build/source/texk/web2c/man/ctwill.man @@ -1,4 +1,4 @@ -.\" Automatically generated by Pandoc 2.15 +.\" Automatically generated by Pandoc 2.16.1 .\" .TH "CTWILL" "1" "July 27, 2021" "Web2c @VERSION@" "General Commands Manual" .hy diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man index 6ac7ab54bbf..7292280ea8a 100644 --- a/Build/source/texk/web2c/man/cweb.man +++ b/Build/source/texk/web2c/man/cweb.man @@ -1,4 +1,4 @@ -.\" Automatically generated by Pandoc 2.15 +.\" Automatically generated by Pandoc 2.16.1 .\" .TH "CWEB" "1" "July 27, 2021" "Web2c @VERSION@" "General Commands Manual" .hy |