This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/concepts/providers.html is in eclipse-ptp-rdt 8.1.1-1.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Service Providers</title>
</head>

   <body>
      <h2>
         Service Providers
      </h2>
      <p>
         Service Providers provide implementations of a <a href=services.html>Service</a>.  Usually, the different providers implement a different mechanism for
         doing the same task.  For example, a Build service might have a provider that provides the ability to execute build commands over a remote protocol such
         as SSH, whereas another provider may cross-compile the binaries on the local machine and then upload them to the remote machine.
      </p>
      
   </body>
</html>