This file is indexed.

/usr/share/doc/gri/html/example2.html is in gri-html-doc 2.12.23-9build2.

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
<html>
<head>
<title>example2.gri</title>
</head>
<body bgcolor="#FFFFFF">
<i># This html document was prepared by gri2html based on the Gri script named</i>
<br><i>#    <a href="example2.gri">example2.gri</a></i>
<br># <i>Gri is available for free at <a href="http://gri.sourceforge.net">http://gri.sourceforge.net</a></i>
<pre>
<font color=#B22222># Example 2 -- Storing data within command file</font>

read columns x y
0.05 12.5 
0.25 19
0.5  15
0.75 15
0.95 13

<font color=#B22222># Note that a blank line ended the data set</font>
draw curve
draw title <font color=#2F4F4F>"Example 2"</font>


</pre>
</body>
</html>