Penguin
Annotated edit history of tie(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TIE
2 !!!TIE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 AUTHOR
8 ----
9 !!NAME
10
11
12 tie - merge or apply WEB change files
13 !!SYNOPSIS
14
15
16 __tie -c|-m__ ''outputfile masterfile changefile1'' [[
17 ''... changefile9'' ]
18 !!DESCRIPTION
19
20
21 The ''tie'' program is used to process multiple change
22 files used with the WEB system for literate programming. The
23 WEB programs allow to apply patches to a source file (the
24 ''masterfile'') by means of a number of change files
25 (often only a single change file is allowed). ''Tie'' can
26 be used to either merge up to nine change files into a
27 single one or to apply the changes to the ''masterfile''
28 in order to create a new one. Output of either the new
29 change file or the patched master file goes into
30 ''outputfile.''
31
32
33 __OPTIONS__
34
35
36 __-c__
37
38
39 Create a single change file from the given
40 ''changefiles.''
41
42
43 __-m__
44
45
46 Create a new master file by applying the given
47 ''changefiles.''
48 !!SEE ALSO
49
50
51 web(1), cweb(1l).
52 !!AUTHOR
53
54
55 Klaus Guntermann, TH Darmstadt, Institut f. Theoretische
56 Informatik. Man page by Joachim Schnitter, TH Darmstadt,
57 Phys. Chemie I.
58 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.