This file is indexed.

/usr/share/doc/lirc/plugindocs/plugpage.xsl is in lirc-doc 0.9.4c-9.

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
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<!-- docpage.xsl is created from docpage.xsl.in by configure. -->

  <xsl:output
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
  />

  <xsl:include href="page.xsl"/>
  <xsl:include href="var/ext-driver-toc.xsl"/>

</xsl:stylesheet>