Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TIE(1)			     General Commands Manual			  TIE(1)

NAME
     tie - merge or apply WEB change files

SYNOPSIS
     tie -c|-m outputfile masterfile changefile...

DESCRIPTION
     The  tie program is used to process multiple change files used with the WEB
     system for literate programming.  The  WEB  programs  allow  one  to  apply
     patches  to  a  source file (the masterfile) by means of a number of change
     files (often only a single change file is allowed).  Tie can be used to ei-
     ther merge up to 32 change files into a single one or to apply the  changes
     to  the  masterfile in order to create a new one.	Output of either the new
     change file or the patched master file goes into outputfile.

OPTIONS
     -c     Create a single change file from the given changefiles.

     -m     Create a new master file by applying the given changefiles.

ENVIRONMENT
     The environment variable WEBINPUTS is used to search for the  input  files,
     or  the system default if WEBINPUTS is not set.  See tex(1) for the details
     of the searching.	To avoid conflicts with other programs that also use the
     WEBINPUTS environment, you can be more specific and use  WEBINPUTS_tie  for
     special requirements in TIE.

SEE ALSO
     web(1), ctie(1), cweb(1).

AUTHOR
     Klaus  Guntermann,  TH Darmstadt, Institut f. Theoretische Informatik.  Man
     page by Joachim Schnitter, TH Darmstadt, Phys. Chemie I. Maintained as part
     of TeX Live.

Web2C 2025			 30 August 2022 			  TIE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tie&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help