1NYINDEX(1) General Commands Manual NYINDEX(1)
2
3
4
6 nyindex - tool to print index of specialized-format patches
7
9 nyindex pam options [ print ] [ .go ]
10
12 nyindex 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 output a table of contents and/or index for these files.
15
17 The parameter pam is the name of the PAM file (a default extension of
18 ".car" is assumed), print is the output file to write to (the default
19 is standard output if omitted), and options is a sequence of sin‐
20 gle-character flags.
21
22 The command should be ended with ".go" unless one wants to enter the
23 Nypatchy interactive shell.
24
26 Note that options should be given as a single string of characters with
27 no space separation and no use of the - character (except that it can
28 be used in place of the options field if no options are desired).
29 Alphabetic options are not case-sensitive.
30
31 B Print bare table of contents without comments.
32
33 H Print help information only.
34
35 P Patch names only in the table of contents.
36
37 Q Quick: suppress the table of contents.
38
39 X Suppress the index of patch, deck, and sequence names.
40
41 Y Suppress the index of deck and sequence names.
42
43 Z Suppress the index of sequence names.
44
45 n For n a number from 0 to 4 inclusive, assume 58, 62, 74, 84, or
46 98 lines per page in the output. (The default is 110 lines per
47 page.) For n a number greater than or equal to 20, use that
48 specific number of lines per page.
49
50 + Inhibit the initial page-eject.
51
53 fcasplit(1), nycheck(1), nydiff(1), nylist(1), nymerge(1), nypatchy(1),
54 nyshell(1), nysynopt(1), nytidy(1), yexpand(1)
55
56 The reference manual for the Nypatchy suite of programs is available in
57 compressed PostScript format at the following URL:
58 http://wwwasdoc.web.cern.ch/wwwasdoc/psdir/p5refman.ps.gz
59
60 Running the command "nyindex help .no" also gives some brief help on
61 usage.
62
64 This manual page was written by Kevin McCarty <kmccarty@debian.org> for
65 the Debian GNU/Linux system (but may be used by others). It is
66 licensed under the GNU General Public License, version 2 or later (at
67 your choice).
68
70 Copyright (C) Kevin B. McCarty, 2008.
71
72
73
74 Mar 12, 2008 NYINDEX(1)