1NYMERGE(1) General Commands Manual NYMERGE(1)
2
3
4
6 nymerge - tool to update and merge specialized-format patches
7
9 nymerge merge old new options [ print ] [ .go ]
10
12 nymerge is a tool in the Nypatchy suite of programs for working with
13 Patchy Master Files (PAM files); see nypatchy(1). Specifically, it can
14 update a PAM file old with a new version number and date/time stamp,
15 optionally also merging in updated source code from a separate PAM file
16 merge, and saving the result to file new. The default file extension
17 of these three files is presumed to be ".car".
18
20 The merge file merge may be replaced with "-" if there is nothing to
21 merge. print is the file to which informational output should be writ‐
22 ten (the default is standard output if omitted), and options is a
23 sequence of single-character flags.
24
25 The command should be ended with ".go" unless one wants to enter the
26 Nypatchy interactive shell.
27
29 Note that options should be given as a single string of characters with
30 no space separation and no use of the - character (except that it can
31 be used in place of the options field if no options are desired).
32 Alphabetic options are not case-sensitive.
33
34 F Update only the first PAM file title.
35
36 H Print help information only.
37
38 P Log only the patch names, not the decks.
39
40 Q "quick" - Do not log printing of patch or deck names.
41
42 U Update version/date/time on all PAM titles found on the file.
43
44 + Inhibit the initial page-eject.
45
47 fcasplit(1), nycheck(1), nydiff(1), nyindex(1), nylist(1), nypatchy(1),
48 nyshell(1), nysynopt(1), nytidy(1), yexpand(1)
49
50 The reference manual for the Nypatchy suite of programs is available in
51 compressed PostScript format at the following URL:
52 http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/p5refman.ps.gz
53
54 Running the command "nymerge help .no" also gives some brief help on
55 usage.
56
58 This manual page was written by Kevin McCarty <kmccarty@debian.org> for
59 the Debian GNU/Linux system (but may be used by others). It is
60 licensed under the GNU General Public License, version 2 or later (at
61 your choice).
62
64 Copyright (C) Kevin B. McCarty, 2008.
65
66
67
68 Mar 12, 2008 NYMERGE(1)