texlive[62898] Build/source/texk/web2c: [WEB] TWILL has a third file
commits+ascherer at tug.org
commits+ascherer at tug.org
Mon Apr 4 17:34:28 CEST 2022
Revision: 62898
http://tug.org/svn/texlive?view=revision&revision=62898
Author: ascherer
Date: 2022-04-04 17:34:28 +0200 (Mon, 04 Apr 2022)
Log Message:
-----------
[WEB] TWILL has a third file argument, too.
Modified Paths:
--------------
trunk/Build/source/texk/web2c/ChangeLog
trunk/Build/source/texk/web2c/help.h
trunk/Build/source/texk/web2c/man/ChangeLog
trunk/Build/source/texk/web2c/man/tangle.man
trunk/Build/source/texk/web2c/man/twill.man
trunk/Build/source/texk/web2c/man/weave.man
Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/ChangeLog 2022-04-04 15:34:28 UTC (rev 62898)
@@ -1,3 +1,7 @@
+2022-03-27 Andreas Scherer <https://ascherer.github.io>
+
+ * help.h: TWILL has a third file argument.
+
2022-03-21 Karl Berry <karl at tug.org>
* TL'22 release.
Modified: trunk/Build/source/texk/web2c/help.h
===================================================================
--- trunk/Build/source/texk/web2c/help.h 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/help.h 2022-04-04 15:34:28 UTC (rev 62898)
@@ -645,10 +645,12 @@
#ifdef TWILL
const_string TWILLHELP[] = {
- "Usage: twill [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
+ "Usage: twill [OPTION] WEBFILE[.web] [{CHANGEFILE[.ch]|-} [OUTFILE[.tex]]]",
" Weave WEBFILE with CHANGEFILE into a TeX document with mini-indexes.",
" Default CHANGEFILE is " DEV_NULL ";",
- " TeX output goes to the basename of WEBFILE extended with `.tex'.",
+ " TeX output goes to the basename of WEBFILE extended with `.tex',",
+ " unless otherwise specified by OUTFILE;",
+ " in this case, '-' specifies a null CHANGEFILE.",
"",
"-x omit cross-reference information",
"-help display this help and exit",
Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/man/ChangeLog 2022-04-04 15:34:28 UTC (rev 62898)
@@ -1,3 +1,8 @@
+2022-03-27 Andreas Scherer <https://ascherer.github.io>
+
+ * tangle.man,
+ * weave.man: Improved SYNOPSIS formatting.
+
2022-03-21 Karl Berry <karl at tug.org>
* TL'22 release.
Modified: trunk/Build/source/texk/web2c/man/tangle.man
===================================================================
--- trunk/Build/source/texk/web2c/man/tangle.man 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/man/tangle.man 2022-04-04 15:34:28 UTC (rev 62898)
@@ -18,15 +18,11 @@
.SH NAME
tangle \- translate WEB to Pascal
.SH SYNOPSIS
-.B tangle
-.RI [ options ]
-.IR webfile [ \fB.web\fP ]
-[ {
-.IR changefile [ \fB.ch\fP ]
-|\-}
-[
-.IR outfile [ \fB.p\fP ]
-] ]
+.PP
+\f[B]tangle\f[R] [\f[I]options\f[R]]
+\f[I]webfile\f[R][\f[B].web\f[R]]
+[{\f[I]changefile\f[R][\f[B].ch\f[R]]|\f[B]-\f[R]}
+[\f[I]outfile\f[R][\f[B].p\f[R]]]]
.\"=====================================================================
.SH DESCRIPTION
This manual page is not meant to be exhaustive. The complete
Modified: trunk/Build/source/texk/web2c/man/twill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/twill.man 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/man/twill.man 2022-04-04 15:34:28 UTC (rev 62898)
@@ -1,4 +1,4 @@
-.TH WEAVE 1 "09 January 2022" "Web2C @VERSION@"
+.TH WEAVE 1 "02 April 2022" "Web2C @VERSION@"
.\"=====================================================================
.if n .ds MF Metafont
.if t .ds MF Metafont
@@ -18,10 +18,11 @@
.SH NAME
twill \- translate WEB to TeX
.SH SYNOPSIS
-.B twill
-.RB [ \-x ]
-.IR webfile [ \fB.web\fP ]
-.RI [ changefile [ \fB.ch\fP ]]
+.PP
+\f[B]twill\f[R] [\f[B]-x\f[R]]
+\f[I]webfile\f[R][\f[B].web\f[R]]
+[{\f[I]changefile\f[R][\f[B].ch\f[R]]|\f[B]-\f[R]}
+[\f[I]outfile\f[R][\f[B].tex\f[R]]]]
.\"=====================================================================
.SH DESCRIPTION
The
@@ -41,7 +42,7 @@
.I CONTENTS.tex
file will still be written when the \*(TX file is processed,
however, unless some macros in
-.I webmac.tex
+.I twimac-web.tex
are redefined.)
.PP
The output \*(TX file name is formed by adding
Modified: trunk/Build/source/texk/web2c/man/weave.man
===================================================================
--- trunk/Build/source/texk/web2c/man/weave.man 2022-04-04 14:45:45 UTC (rev 62897)
+++ trunk/Build/source/texk/web2c/man/weave.man 2022-04-04 15:34:28 UTC (rev 62898)
@@ -18,15 +18,11 @@
.SH NAME
weave \- translate WEB to TeX
.SH SYNOPSIS
-.B weave
-.RB [ \-x ]
-.IR webfile [ \fB.web\fP ]
-[ {
-.IR changefile [ \fB.ch\fP ]
-|\-}
-[
-.IR outfile [ \fB.tex\fP ]
-] ]
+.PP
+\f[B]weave\f[R] [\f[B]-x\f[R]]
+\f[I]webfile\f[R][\f[B].web\f[R]]
+[{\f[I]changefile\f[R][\f[B].ch\f[R]]|\f[B]-\f[R]}
+[\f[I]outfile\f[R][\f[B].tex\f[R]]]]
.\"=====================================================================
.SH DESCRIPTION
This manual page is not meant to be exhaustive. The complete
More information about the tex-live-commits
mailing list.