This file is indexed.

/usr/share/doc/graphviz/html/info/html3.gv is in graphviz-doc 2.26.3-10ubuntu1.

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
digraph structs {
    node [shape=plaintext];

    struct1 [label=<<TABLE>
	<TR>
	    <TD>line 1</TD>
	    <TD BGCOLOR="blue"><FONT COLOR="white">line2</FONT></TD>
	    <TD BGCOLOR="gray"><FONT POINT-SIZE="24.0">line3</FONT></TD>
	    <TD BGCOLOR="yellow"><FONT POINT-SIZE="24.0" FACE="playbill">line4</FONT></TD>
	    <TD>
	      <TABLE CELLPADDING="0" BORDER="0" CELLSPACING="0">
          <TR>
            <TD><FONT COLOR="green">Mixed</FONT></TD>
            <TD><FONT COLOR="red">fonts</FONT></TD>
          </TR>
	      </TABLE>
        </TD>
	</TR>
    </TABLE>>];
}