This file is indexed.

/usr/share/autoproject/cli/all/argp/program.texinfo is in autoproject 0.20-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
\input texinfo @c -*-texinfo-*-
@c This file uses the @command command introduced in Texinfo 4.0.
@c %**start of header
@setfilename #NAME#.info
@settitle #DESCRIPTION#
@finalout
@setchapternewpage odd
@c %**end of header

@set VERSION #VERSION#

@ifinfo
This file documents the @command{#NAME#} command which #DESCRIPTION#

Copyright (C) #YEAR# #AUTHOR#

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

@ignore
Permission is granted to process this file through TeX and print the
results, provided the printed document carries copying permission
notice identical to this one except for the removal of this paragraph
(this paragraph not being relevant to the printed manual).

@end ignore
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the Foundation.
@end ifinfo

@titlepage
@title #NAME#
@subtitle #DESCRIPTION#
@subtitle for #NAME# Version @value{VERSION}
@author by #AUTHOR#

@page
@vskip 0pt plus 1filll
Copyright @copyright{} #YEAR# #AUTHOR#

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by the Foundation.
@end titlepage

@c All the nodes can be updated using the EMACS command
@c texinfo-every-node-update, which is normally bound to C-c C-u C-e.
@node Top, Instructions, (dir), (dir)

@ifinfo
This file documents the @command{#NAME#} command to #DESCRIPTION#.
@end ifinfo

@c All the menus can be updated with the EMACS command
@c texinfo-all-menus-update, which is normally bound to C-c C-u C-a.
@menu
* Instructions::                How to read this manual. 
* Copying::                     How you can copy and share @command{#NAME#}.
* Overview::                    Preliminary information.
* Sample::                      Sample output from @command{#NAME#}.
* Invoking #NAME#::             How to run @command{#NAME#}.
* Problems::                    Reporting bugs.
* Concept Index::               Index of concepts.
@end menu

@node Instructions, Copying, Top, Top
@chapter How to Read This Manual

@cindex reading
@cindex manual, how to read
@cindex how to read
To read this manual, begin at the beginning, reading from left to right
and top to bottom, until you get to the end.  Then stop.  You may pause
for a beer anywhere in the middle as well, if you wish.  (Please note,
however, that The King strongly advises against heavy use of
prescription pharmaceuticals, based on his extensive personal and
professional experience.)

@node Copying, Overview, Instructions, Top
@include gpl.texinfo

@node Overview, Sample, Copying, Top
@chapter Overview
@cindex greetings
@cindex overview

The GNU @command{#NAME#} program produces a familiar, friendly greeting.
It allows nonprogrammers to use a classic computer science tool which
would otherwise be unavailable to them.  Because it is protected by the
GNU General Public License, users are free to share and change it.

GNU @command{#NAME#} was written by #AUTHOR#.

@node Sample, Invoking #NAME#, Overview, Top
@chapter Sample Output
@cindex sample

Here are some realistic examples of running @command{#NAME#}.

This is the output of the command @samp{#NAME#}:

@example
hello, world!
@end example

This is the output of the command @samp{#NAME# --help}:

@example
Usage: #NAME# [OPTION...] [FILE...]
#DESCRIPTION#

@brief@
      --brief                Shorten output
@@
@cd@
      --cd=DIRECTORY         Change to DIRECTORY before proceeding
@@
@directory@
      --directory=DIR        Use directory DIR
@@
@dry-run@
      --dry-run              Take no real actions
@@
@interactive@
  -i, --interactive          Prompt for confirmation
@@
@no-warn@
      --no-warn              Disable warnings
@@
@output@
  -o, --output=FILE          Send output to FILE instead of standard output
@@
@quiet@
  -q, --quiet, --silent      Inhibit usual output
@@
@verbose@
  -v, --verbose              Print more information
@@
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Report bugs to <#EEMAIL#>.
@end example

@node Invoking #NAME#, Problems, Sample, Top
@chapter Invoking @command{#NAME#}
@cindex invoking
@cindex version
@cindex options
@cindex usage
@cindex help
@cindex getting help

The format for running the @command{#NAME#} program is:

@example
#NAME# @var{option} @dots{}
@end example

@code{#NAME#} supports the following options:

@c Formatting copied from the Texinfo 4.0 manual.
@table @code
@output@
@item --output=@var{name}
@itemx -o @var{name}
Write output to @var{name} instead of standard output.

@@
@interactive@
@item --interactive
@itemx -i
Prompt for confirmation.

@@
@dry-run@
@item --dry-run
Take no real actions.

@@
@no-warn@
@item --no-warn
Disable warnings.

@@
@quiet@
@item --quiet
@itemx --silent
@itemx -q
Inhibit usual output.

@@
@brief@
@item --brief
Shorten output.

@@
@verbose@
@item --verbose
@itemx -v
Print more information.

@@
@directory@
@item --directory=@var{directory}
Use the specified directory.

@@
@cd@
@item --cd=@var{directory}
Change to @var{directory} before proceeding.

@@
@item --help
@itemx -?
Print an informative help message describing the options and then exit
successfully.

@item --usage
Briefly list the options.

@item --version
@itemx -V
Print the version number of @command{#NAME#} on the standard output
and then exit successfully.
@end table

@node Problems, Concept Index, Invoking #NAME#, Top
@chapter Reporting Bugs
@cindex bugs
@cindex problems

If you find a bug in @command{#NAME#}, please send electronic mail to
@email{#EEMAIL#}.  Include the version number, which you can find by
running @w{@samp{#NAME# --version}}.  Also include in your message the
output that the program produced and the output you expected.@refill

If you have other questions, comments or suggestions about
@command{#NAME#}, contact the author via electronic mail to
@email{#EEMAIL#}.  The author will try to help you out, although he
may not have time to fix your problems.

@node Concept Index,  , Problems, Top
@unnumbered Concept Index

@cindex tail recursion
@printindex cp

@shortcontents
@contents
@bye