1
2
3
4     TIE(1L)                     (9/24/92)                     TIE(1L)
5
6
7
8     NAME
9          tie - merge or apply WEB change files
10
11     SYNOPSIS
12          tie -c|-m outputfile masterfile changefile1 [ ...
13            changefile9 ]
14
15
16     DESCRIPTION
17          The  tie  program is  used to process multiple change  files
18          used  with  the  WEB system  for  literate  programming. The
19          WEB  programs  allow  to apply patches to a source file (the
20          masterfile) by  means of  a number  of change  files  (often
21          only a single change file is allowed).  Tie  can  be used to
22          either merge up to nine change files into a single one or to
23          apply the changes to the masterfile in order to create a new
24          one. Output of  either  the  new  change file or the patched
25          master file goes into outputfile.
26
27        OPTIONS
28          -c   Create a single change file from the given masterfile.
29
30          -m   Create a new master file by applying the given
31               changefiles.
32
33     SEE ALSO
34          web(1), cweb(1l).
35
36     AUTHOR
37          Klaus Guntermann, TH Darmstadt, Institut f. Theoretische
38          Informatik. Man page by Joachim Schnitter, TH Darmstadt,
39          Phys. Chemie I.
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63     Page 1                                         (printed 12/17/92)
64
65
66
67