This file is indexed.

/usr/share/doc/gri/html/example1.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
<html>
<head>
<title>example1.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="example1.gri">example1.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 1 -- Linegraph using data in a separate file</font>

open example1.dat		<font color=#B22222># Open the data file</font>
read columns x y		<font color=#B22222># Read (x,y)</font>
draw curve			<font color=#B22222># Draw data curve</font>
draw title <font color=#2F4F4F>"Example 1"</font>		<font color=#B22222># A title for plot</font>
</pre>
</body>
</html>