Penguin
Annotated edit history of ptx(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PTX
2 !!!PTX
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 COPYRIGHT
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 ptx - produce a permuted index of file contents
14 !!SYNOPSIS
15
16
17 __ptx__ [[''OPTION'']... [[''INPUT'']... ''(without
18 -G)''__
19 ptx__ ''-G'' [[''OPTION'']... [[''INPUT''
20 [[''OUTPUT'']]
21 !!DESCRIPTION
22
23
24 Mandatory arguments to long options are mandatory for short
25 options too.
26
27
28 __-A__, __--auto-reference__
29
30
31 output automatically generated references
32
33
34 __-C__, __--copyright__
35
36
37 display Copyright and copying conditions
38
39
40 __-G__, __--traditional__
41
42
43 behave more like System V `ptx'
44
45
46 __-F__,
47 __--flag-truncation__=''STRING''
48
49
50 use STRING for flagging line truncations
51
52
53 __-M__, __--macro-name__=''STRING''
54
55
56 macro name to use instead of `xx'
57
58
59 __-O__, __--format__=''roff''
60
61
62 generate output as roff directives
63
64
65 __-R__, __--right-side-refs__
66
67
68 put references at right, not counted in
69 __-w__
70
71
72 __-S__,
73 __--sentence-regexp__=''REGEXP''
74
75
76 for end of lines or end of sentences
77
78
79 __-T__, __--format__=''tex''
80
81
82 generate output as TeX directives
83
84
85 __-W__, __--word-regexp__=''REGEXP''
86
87
88 use REGEXP to match each keyword
89
90
91 __-b__, __--break-file__=''FILE''
92
93
94 word break characters in this FILE
95
96
97 __-f__, __--ignore-case__
98
99
100 fold lower case to upper case for sorting
101
102
103 __-g__, __--gap-size__=''NUMBER''
104
105
106 gap size in columns between output fields
107
108
109 __-i__, __--ignore-file__=''FILE''
110
111
112 read ignore word list from FILE
113
114
115 __-o__, __--only-file__=''FILE''
116
117
118 read only word list from this FILE
119
120
121 __-r__, __--references__
122
123
124 first field of each line is a reference
125
126
127 __-t__, __--typeset-mode__
128
129
130 - not implemented -
131
132
133 __-w__, __--width__=''NUMBER''
134
135
136 output width in columns, reference excluded
137
138
139 __--help__
140
141
142 display this help and exit
143
144
145 __--version__
146
147
148 output version information and exit
149
150
151 With no FILE or if FILE is -, read Standard Input. `-F /' by
152 default.
153 !!AUTHOR
154
155
156 Written by Fran
157 !!COPYRIGHT
158
159
160 Copyright 1999 Free Software Foundation, Inc.
161 This is free software; see the source for copying
162 conditions. There is NO warranty; not even for
163 MERCHANTABILITY or FITNESS FOR A PARTICULAR
164 PURPOSE.
165 !!SEE ALSO
166
167
168 The full documentation for __ptx__ is maintained as a
169 Texinfo manual. If the __info__ and __ptx__ programs
170 are properly installed at your site, the
171 command
172
173
174 __info ptx__
175
176
177 should give you access to the complete manual.
178 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.