This file is indexed.

/usr/share/doc/htp/opt.htp is in htp 1.19-2+b1.

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
<BLOCK syntax>
<OPT (IMGXY|NOIMGXY)>
<OPT (QUIET|VERBOSE)>
<OPT (DEPEND|NODEPEND)>
<OPT (PRECIOUS|NOPRECIOUS)>
<OPT (CONDENSE|SEMICONDENSE|NOCONDENSE)>
<OPT DELIM=(HTML|SQUARE|CURLY)>
<OPT (XML|XML=FALSE)>
</BLOCK>

<BLOCK synopsis>

<STRONG>OPT</STRONG> is an htp tag that can be used to specify processing
options inside the actual document being processed.  The options are
used exactly as they would be on the command-line, although they are not
preceded by a &lsquo;-&rsquo; character.
<P>
Click here for <A HREF="options.html">more information on using customization
options with htp</A>.

</BLOCK>