This file is indexed.

/usr/share/doc/libghc-simple-sendfile-doc/html/src/Network-Sendfile-Types.html is in libghc-simple-sendfile-doc 0.2.25-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<!-- Generated by HsColour, http://code.haskell.org/~malcolm/hscolour/ -->
<title>Network/Sendfile/Types.hs</title>
<link type='text/css' rel='stylesheet' href='hscolour.css' />
</head>
<body>
<pre><a name="line-1"></a><span class='hs-keyword'>module</span> <span class='hs-conid'>Network</span><span class='hs-varop'>.</span><span class='hs-conid'>Sendfile</span><span class='hs-varop'>.</span><span class='hs-conid'>Types</span> <span class='hs-keyword'>where</span>
<a name="line-2"></a>
<a name="line-3"></a><span class='hs-comment'>-- |</span>
<a name="line-4"></a><span class='hs-comment'>--  File range for 'sendfile'.</span>
<a name="line-5"></a>
<a name="line-6"></a><a name="FileRange"></a><span class='hs-keyword'>data</span> <span class='hs-conid'>FileRange</span> <span class='hs-keyglyph'>=</span> <span class='hs-conid'>EntireFile</span>
<a name="line-7"></a>               <span class='hs-keyglyph'>|</span> <span class='hs-conid'>PartOfFile</span> <span class='hs-layout'>{</span>
<a name="line-8"></a>                   <span class='hs-varid'>rangeOffset</span> <span class='hs-keyglyph'>::</span> <span class='hs-conid'>Integer</span>
<a name="line-9"></a>                 <span class='hs-layout'>,</span> <span class='hs-varid'>rangeLength</span> <span class='hs-keyglyph'>::</span> <span class='hs-conid'>Integer</span>
<a name="line-10"></a>                 <span class='hs-layout'>}</span>
</pre></body>
</html>