diff options
Diffstat (limited to 'Master/texmf/doc/man/man1/ctie.1')
-rw-r--r-- | Master/texmf/doc/man/man1/ctie.1 | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/Master/texmf/doc/man/man1/ctie.1 b/Master/texmf/doc/man/man1/ctie.1 index 8058d364e5a..fed57e81469 100644 --- a/Master/texmf/doc/man/man1/ctie.1 +++ b/Master/texmf/doc/man/man1/ctie.1 @@ -1,20 +1,23 @@ -.TH CTIE 1 20/04/2003 +.TH CTIE 1 "7 April 2010" "Web2C 2010/pretest" +.\"===================================================================== .SH NAME ctie \- merge or apply CWEB change files +.\"===================================================================== .SH SYNOPSIS .B ctie -.B \-c|\-m -.I outputfile masterfile changefile... - +.BR \-c | \-m +.I outputfile masterfile +.IR changefile .\|.\|. +.\"===================================================================== .SH DESCRIPTION The -.I CTIE +.B ctie program is used to process multiple change files used with the CWEB system for literate programming. The CWEB programs allow one to apply patches to a source file (the .IR masterfile ) by means of a single change file. -.I CTIE +.B ctie can be used to either merge up to 32 change files into a single one or to apply the changes to the .I masterfile @@ -22,32 +25,33 @@ in order to create a new master file. Output of either the new change file or the patched master file goes into .IR outputfile . Any include files (indicated using the CWEB -.I @i +.B @i command) are fully expanded during -.I CTIE +.B ctie processing, which means that the change files are able to modify the -contents of any included files. Also, if this program has been -compiled using the -.I kpathsea -library, then files are searched for using the -.I CWEBINPUTS -environment variable, as described in the -.I kpathsea -documentation. +contents of any included files. .SH OPTIONS .TP .B \-c Create a single change file from the given -.IR changefiles . +.IR changefile s. .TP .B \-m Create a new master file by applying the given -.IR changefiles . +.IR changefile s. +.\"===================================================================== +.SH ENVIRONMENT +The environment variable CWEBINPUTS is used to search for the input files, +or the system default if CWEBINPUTS is not set. See +.BR tex (1) +for the details of the searching. +.\"===================================================================== .SH "SEE ALSO" .BR cweb (1), .IR ctiedoc.tex , .BR tie (1), .BR web (1). +.\"===================================================================== .SH "AUTHOR" Julian Gilbey, jdg@debian.org. The original TIE program was by Klaus Guntermann, TH Darmstadt, Institut f. Theoretische Informatik. The |