This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/toc.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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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>RDT User Documentation</title>
</head>
<h1>RDT User Documentation</h1>
<p>The Remote Development Tools (RDT) feature  is distributed as part of the 
<a href="PLUGINS_ROOT/org.eclipse.ptp.doc.user/html/toc.html">Parallel Tools Platform</a> (PTP), 
and provides a framework, and a reference implementation of that framework, 
that facilitates using a local IDE to perform development tasks on another, remote machine.
<ul>
	<li><a href="readme.html">Important Notes Before You Begin</a></li>
	<li><a href=http://wiki.eclipse.org/PTP/release_notes/5.0>Release Notes</a></li>
</ul>
<h2>Getting Started</h2>
<ul>
	<li><a href="gettingstarted/server_installation.html">Server Installation</a></li>
	<ul>
		<li><a href="gettingstarted/server_installation_unix.html">Installing the server on Linux/Unix and MacOS X</a></li>
		<li><a href="gettingstarted/server_installation_windows.html">Installing the server on Windows</a></li>
	</ul>
	<li><a href="gettingstarted/creating_a_connection.html">Creating a Connection</a></li>
	<li><a href="gettingstarted/editing_connection_properties.html">Editing Connection Properties</a></li>
	<li><a href="gettingstarted/rse_tbegindiscon.html">Disconnecting From A Remote Server</a> </li>
	<li><a href="gettingstarted/creating_a_remote_project.html">Creating A Remote Project</a></li>
	<li><a href="gettingstarted/editing_remote_code.html">Creating and Editing Remote Code</a></li>
	<ul>
		<li><a href="gettingstarted/creating_your_cpp_file.html">Creating your C++ file</a></li>
		<li><a href="gettingstarted/creating_your_makefile.html">Creating your makefile</a></li>
	</ul>
	<li><a href="gettingstarted/analysis_of_remote_code.html">Analysis of Remote Code</a></li>
</ul>
<h2>Concepts</h2>
<ul>
	<li><a href="concepts/overview.html">Overview</a></li>
	<li><a href="concepts/services.html">Services</a></li> 
	<ul>
		<li><a href="concepts/build_service.html">Build Service</a></li>
		<li><a href="concepts/c_indexing_service.html">C/C++ Indexing Service</a></li>
	</ul>
	<li><a href="concepts/providers.html">Providers</a></li>
	<li><a href="concepts/service_model.html">Service Model</a> </li>
</ul>

<h2>Tasks</h2>
<ul>
	<li><a href="gettingstarted/creating_a_remote_project.html">Creating A Remote Project</a></li>
	<li><a href="tasks/work_with_remote_project_files.html">Work With Remote Project Files</a></li>
	<ul>
	<li><a href="tasks/converting_to_remote_project.html">Converting to a remote project</a></li>
	<li><a href="tasks/creating_c_file.html">Creating a C/C++ file</a></li>
	<li><a href="tasks/creating_makefile.html">Creating a makefile</a></li>
	</ul>
	<li><a href="tasks/configuring_the_parser.html">Configuring The Parser</a></li>
	<li><a href="tasks/write_remote_code.html">Writing Remote Code</a></li>
	<ul>
	<li><a href="tasks/customize_the_remote_c_editor.html">Customize The Remote C/C++ Editor</a></li>
	<li><a href="tasks/remote_content_assist.html">Remote Content Assist</a></li>
	</ul>
	<li><a href="tasks/analyze_code.html">Analyze Code</a></li>
	<li><a href="tasks/rse_tmanagesearch.html">Search for text and files on remote servers</a> </li>
</ul>

<h2>Reference</h2>
<ul>
	<li><a href="reference/remote_c_new_project_wizard.html">Remote C/C++ New Project Wizard</a></li>
	<ul>
	<li><a href="reference/remote_c_new_project_wizard_1.html">Name, Location, Project Type and Toolchain Page</a></li>
	<li><a href="reference/remote_c_new_project_wizard_2.html">Configurations Page</a></li>
	<li><a href="reference/remote_c_new_project_wizard_3.html">Service Providers Page</a></li>
	</ul>

<li>Remote C/C++ Views and Editors</li>
<ul>
	<li><a href="reference/remote_c_editor.html">Remote C/C++ Editor</a></li>
	<li><a href="reference/remote_call_hierarchy.html">Remote Call Hierarchy</a></li>
	<li><a href="reference/remote_type_hierarchy.html">Remote Type Hierarchy</a></li>
	<li><a href="reference/outline_view.html">Outline View</a></li>
	</ul>
<li><a href="reference/remote_c_search.html">Remote C/C++ Search</a></li>

<li>Import/Export Project Settings Wizards</li>
<ul>
	<li><a href="reference/settings_wizard_export.html">Export Wizard</a></li>
	<li><a href="reference/settings_wizard_import.html">Import Wizard</a></li>
</ul>
<li>Remote Paths and Symbols Property Page</li>
<ul>
	<li><a href="reference/remote_properties_paths.html">Remote Paths</a></li>
	<li><a href="reference/remote_properties_symbols.html">Symbols</a></li>
	</ul>
<li><a href="reference/remote_services.html">Remote Services Property Page</a></li>


	<li><a href="../notices.html">Legal</a></li>
</ul>
</html>