This file is indexed.

/usr/share/doc/rsl/RSL_free_radar.html is in librsl-doc 1.42-2.

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
<head>
</head>

<body>
<a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>


<h1>RSL_free_radar</h1> 
<hr>

<h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;</b> <br>
<b>void RSL_free_radar(<a href=RSL_radar_struct.html>Radar</a> *r);</b> 

<h3>
<hr>Description</h3>
Frees the space allocated to the Radar structure radar. It frees all substructures, Volume, Sweep, Ray, Range, by calling <a href=RSL_free.html>RSL_free_volume</a>, <a href=RSL_free.html>RSL_free_sweep</a>, <a href=RSL_free.html>RSL_free_ray</a> respectively. 
<hr>

<h3>Return value</h3>
None. 
<hr>

<h3>See also</h3>

<hr><a href=RSL_free.html>RSL_free_volume</a>, <a href=RSL_free.html>RSL_free_sweep</a>, <a href=RSL_free.html>RSL_free_ray</a> 

<p>Author: <a href=john.merritt.html>John H. Merritt</a> 
</body>