This file is indexed.

/usr/share/doc/python-imaging/html/pilprint.htm is in python-imaging-doc-html 1.1.2-1.1.

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
<html><head><title>The pilprint Utility</title><link rel="stylesheet" type="text/css" href="effbot.css" /></head><body><div id="PILPRINT-COMMAND" class="chapter"><h1 style="chapter">The pilprint Utility</h1><p>Print an image to any PostScript level 1 printer.  The image is
centred on the page, with the filename (minus path and extension)
written above it.  Output is written to standard output.</p><pre>    $ pilprint lena.tif | lpr -h</pre><p>You can use the <tt>-p</tt> option to print directly via
<tt>lpr</tt> and <tt>-c</tt> to print to a colour
printer (otherwise, a colour image is translated to greyscale before
being sent to the printer).</p></div></body></html>