texlive[69903] Build/source/texk/web2c/man: [CWEB] Mask hyphen in

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Feb 16 16:08:59 CET 2024


Revision: 69903
          https://tug.org/svn/texlive?view=revision&revision=69903
Author:   ascherer
Date:     2024-02-16 16:08:58 +0100 (Fri, 16 Feb 2024)
Log Message:
-----------
[CWEB] Mask hyphen in manpage.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/man/ChangeLog
    trunk/Build/source/texk/web2c/man/ctwill.man
    trunk/Build/source/texk/web2c/man/twill.man

Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog	2024-02-16 02:23:58 UTC (rev 69902)
+++ trunk/Build/source/texk/web2c/man/ChangeLog	2024-02-16 15:08:58 UTC (rev 69903)
@@ -1,3 +1,8 @@
+2024-02-16  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctwill.man,
+	* twill.man: Mask hyphen in manpage.
+
 2024-02-14  Andreas Scherer  <https://ascherer.github.io>
 
 	* Makefile.am,

Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man	2024-02-16 02:23:58 UTC (rev 69902)
+++ trunk/Build/source/texk/web2c/man/ctwill.man	2024-02-16 15:08:58 UTC (rev 69903)
@@ -1,8 +1,8 @@
 .\" Automatically generated by Pandoc
 .\"
-.TH "CTWILL" "1" "February 14, 2024" "Web2c @VERSION@" "General Commands Manual"
+.TH "CTWILL" "1" "February 16, 2024" "Web2c @VERSION@" "General Commands Manual"
 .SH NAME
-ctwill, ctwill-proofsort, ctwill-refsort, ctwill-twinx \- translate CWEB to TeX with
+ctwill, ctwill\-proofsort, ctwill\-refsort, ctwill\-twinx \- translate CWEB to TeX with
 mini\-indexes
 .SH SYNOPSIS
 \f[B]ctwill\f[R] [\f[I]options\f[R]] \f[I]webfile\f[R][.w]
@@ -10,16 +10,16 @@
 .PD 0
 .P
 .PD
-( \f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
+( \f[B]ctwill\-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
 \f[I]texfile\f[R].tex
 .PD 0
 .P
 .PD
-\f[B]ctwill-refsort\f[R] < \f[I]indexfile\f[R].ref > \f[I]indexfile\f[R].sref
+\f[B]ctwill\-refsort\f[R] < \f[I]indexfile\f[R].ref > \f[I]indexfile\f[R].sref
 .PD 0
 .P
 .PD
-\f[B]ctwill-twinx\f[R] \f[I]outfile\f[R].tex [\f[I]outfile\f[R].tex \&...]
+\f[B]ctwill\-twinx\f[R] \f[I]outfile\f[R].tex [\f[I]outfile\f[R].tex \&...]
 > index.tex
 .SH DESCRIPTION
 The \f[B]ctwill\f[R] program converts a CWEB source document into a
@@ -57,17 +57,17 @@
 After \f[B]tex foo\f[R] you will have output that looks like final pages
 except that the entries of mini\-indexes won\[cq]t be alphabetized.
 The first run produces a weird file called \f[B]foo.ref\f[R].
-Say \f[B]ctwill-refsort < foo.ref > foo.sref\f[R] and then another \f[B]tex
+Say \f[B]ctwill\-refsort < foo.ref > foo.sref\f[R] and then another \f[B]tex
 foo\f[R] will produce alphabetized output.
 .PP
-The \f[B]ctwill-twinx\f[R] program compiles a master index for a set of related
+The \f[B]ctwill\-twinx\f[R] program compiles a master index for a set of related
 programs that have been processed by \f[B]ctwill\f[R] (\f[I]not\f[R] by
 \f[B]cweave\f[R], mind you!).
 The individual programs should define their names with a line of the
 form \f[B]\[rs]def\[rs]title{NAME}\f[R].
-For your convenience, \f[B]ctwill-twinx\f[R] grabs the first \[lq]word\[rq] in
+For your convenience, \f[B]ctwill\-twinx\f[R] grabs the first \[lq]word\[rq] in
 \f[B]\[rs]title\f[R] and turns it into uppercase form.
-You should adapt file \f[B]ctwill-twinx\-startup.tex\f[R] for the first page of
+You should adapt file \f[B]ctwill\-twinx\-startup.tex\f[R] for the first page of
 the master index.
 .PP
 The mini\-indexes list identifiers that are used but not defined on each
@@ -103,10 +103,10 @@
 This \f[I]proofmode\f[R] format is used in conjunction with
 \f[B]pdfctproofmac.tex\f[R] that creates active hyperlinks in PDF and HINT
 output.
-You can use \f[B]ctwill-proofsort\f[R] to get the index entries in alphabetical
+You can use \f[B]ctwill\-proofsort\f[R] to get the index entries in alphabetical
 order; just invoke
-.IP \[bu] 2
-( \f[B]ctwill-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
+.PP
+( \f[B]ctwill\-proofsort\f[R] < \f[I]texfile\f[R].tex ) 1<>
 \f[I]texfile\f[R].tex
 .PP
 after invoking \f[B]ctwill\f[R] (twice), but before invoking TeX (once).

Modified: trunk/Build/source/texk/web2c/man/twill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/twill.man	2024-02-16 02:23:58 UTC (rev 69902)
+++ trunk/Build/source/texk/web2c/man/twill.man	2024-02-16 15:08:58 UTC (rev 69903)
@@ -1,4 +1,4 @@
-.TH TWILL 1 "30 October 2023" "Web2C @VERSION@"
+.TH TWILL 1 "16 February 2024" "Web2C @VERSION@"
 .\"=====================================================================
 .if n .ds MF Metafont
 .if t .ds MF Metafont
@@ -16,16 +16,16 @@
 .if t .ds WB W\s-2EB\s0
 .\"=====================================================================
 .SH NAME
-twill, twill-refsort \- translate \*(WB to \*(TX with mini-indexes
+twill, twill\-refsort \- translate \*(WB to \*(TX with mini\-indexes
 .SH SYNOPSIS
 .PP
-\f[B]twill\f[R] [\f[B]-x\f[R]]
+\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]changefile\f[R][\f[B].ch\f[R]]|\f[B]\-\f[R]}
 [\f[I]outfile\f[R][\f[B].tex\f[R]]]]
 .PD 0
 .PP
-\f[B]twill-refsort\f[R] <
+\f[B]twill\-refsort\f[R] <
 \f[I]reffile\f[B].ref\f[R] >
 \f[I]sreffile\f[B].sref\f[R]
 .PD
@@ -36,7 +36,7 @@
 program is used to create a \*(TX file for viewing a \*(WB program.
 It takes appropriate care of typographic details like page
 layout and the use of indentation, italics, boldface, etc., and it supplies
-extensive cross-index information in the form of 'mini-indexes' for each
+extensive cross\-index information in the form of 'mini\-indexes' for each
 spread of pages and a 'master index' at the end that it gathers automatically.
 .PP
 The command line arguments are the same as for
@@ -48,7 +48,7 @@
 .I CONTENTS.tex
 file will still be written when the \*(TX file is processed,
 however, unless some macros in
-.I twimac-web.tex
+.I twimac\-web.tex
 are redefined.)
 .PP
 The output \*(TX file name is formed by adding
@@ -71,11 +71,11 @@
 After
 .B tex foo
 you will have output that looks like final pages
-except that the entries of mini-indexes won\[cq]t be alphabetized.
+except that the entries of mini\-indexes won\[cq]t be alphabetized.
 The first run produces a weird file called
 .B foo.ref.
 Say
-.B twill-refsort < foo.ref > foo.sref
+.B twill\-refsort < foo.ref > foo.sref
 and then another
 .B tex foo
 will produce alphabetized output.
@@ -88,7 +88,7 @@
 .\"=====================================================================
 .SH FILES
 .TP \w'@@'u+2n
-.I $TEXMFMAIN/tex/plain/cweb/cwebbin/twimac-web.tex
+.I $TEXMFMAIN/tex/plain/cweb/cwebbin/twimac\-web.tex
 \*(TX macros used by
 .B twill
 output.



More information about the tex-live-commits mailing list.