diff options
Diffstat (limited to 'Master/texmf-dist/doc/man/man1/cweb.1')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/cweb.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/man/man1/cweb.1 b/Master/texmf-dist/doc/man/man1/cweb.1 index ddb38a63376..c8e7d16784c 100644 --- a/Master/texmf-dist/doc/man/man1/cweb.1 +++ b/Master/texmf-dist/doc/man/man1/cweb.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc .\" -.TH "CWEB" "1" "August 20, 2022" "Web2c 2024" "General Commands Manual" +.TH "CWEB" "1" "February 21, 2024" "Web2c 2024" "General Commands Manual" .SH NAME ctangle, cweave \- translate CWEB to C/C++ and/or TeX .SH SYNOPSIS @@ -21,12 +21,12 @@ The \f[B]cweave\f[R] program converts the same CWEB file into a TeX\ file that may be formatted and printed in the usual way. It takes appropriate care of typographic details like page layout and the use of indentation, \f[I]italics\f[R], \f[B]boldface\f[R], etc., and -it supplies extensive cross\-index information that it gathers +it supplies extensive cross-index information that it gathers automatically. .PP CWEB allows you to prepare a single document containing all the information that is needed both to produce a compilable C/C++\ program -and to produce a well\-formatted document describing the program in as +and to produce a well-formatted document describing the program in as much detail as the writer may desire. The user of CWEB ought to be familiar with TeX as well as C/C++. .SH USAGE @@ -43,7 +43,7 @@ the current directory) with the extension \f[B].tex\f[R]. If you just want to change the output file name, but don\[cq]t have a change file to apply, you can use `\f[B]\-\f[R]' as the second argument. .SH DIFFERENCES TO ORIGINAL CWEB -CWEBbin tries hard to be a drop\-in replacement for CWEB, so in general +CWEBbin tries hard to be a drop-in replacement for CWEB, so in general you should not notice any differences in invoking the programs nor in the resulting output. There are, however, a few differences worth noting: @@ -61,7 +61,7 @@ CWEB in TeX\ Live operates silently by default (as of 2019); use the \f[B]\-\-verbose\f[R] option to get the original behavior. .IP \[bu] 2 File lookup with the environment variable CWEBINPUTS is extended to -permit several, colon\-separated, paths; see ENVIRONMENT below. +permit several, colon-separated, paths; see ENVIRONMENT below. .IP \[bu] 2 If properly configured, the main programs \f[B]ctangle\f[R] and \f[B]cweave\f[R] are localized with the \[lq]GNU gettext utilities\[rq]. @@ -101,7 +101,7 @@ There is one other option applicable to \f[B]ctangle\f[R] only: .IP \[bu] 2 \f[B]+k\f[R]: keep separators in numeric literals in the output .IP \[bu] 2 -\f[B]+u\f[R]: transliterate UTF\-8 charcters in C code +\f[B]+u\f[R]: transliterate UTF-8 characters in C code .PP There are seven other options applicable to \f[B]cweave\f[R] only: .IP \[bu] 2 |