summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/man/ChangeLog4
-rw-r--r--Build/source/texk/web2c/man/cweb.man8
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index 51ab4e34e4b..bde69569387 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -1,3 +1,7 @@
+2010-12-17 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * cweb.man: Adapt to facts: use '-' to indicate no change file.
+
2010-05-20 Karl Berry <karl@tug.org>
* Makefile.am [LUATEX]: do not include luatangle.man link,
diff --git a/Build/source/texk/web2c/man/cweb.man b/Build/source/texk/web2c/man/cweb.man
index 948aec7efa8..04572a15b4f 100644
--- a/Build/source/texk/web2c/man/cweb.man
+++ b/Build/source/texk/web2c/man/cweb.man
@@ -9,15 +9,15 @@ ctangle, cweave \- translate CWEB to C and/or TeX
.RB [ \-bhp ]
.RB [ +s ]
.IR webfile [ \fB.w\fP ]
-.RI [ changefile [ \fB.ch\fP ]
-.RI [ outputfile [ \fB.c\fP ]]]
+.RI [{ changefile [ \fB.ch\fP ]| \fB\-\fP }
+.RI [ outfile [ \fB.c\fP ]]]
.br
.B cweave
.RB [ \-befhpx ]
.RB [ +s ]
.IR webfile [ \fB.w\fP ]
-.RI [ changefile [ \fB.ch\fP ]
-.RI [ outputfile [ \fB.tex\fP ]]]
+.RI [{ changefile [ \fB.ch\fP ]| \fB\-\fP }
+.RI [ outfile [ \fB.tex\fP ]]]
.ad
.\"=====================================================================
.SH DESCRIPTION