This file is indexed.

/usr/share/doc/rsl/RSL_get_closest_sweep.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
31
<head>
</head>

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


<h1>RSL_get_closest_sweep</h1>

<hr>

<h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;</b> <br>
<b><a href="RSL_sweep_struct.html">Sweep</a> *RSL_get_closest_sweep(<a href="RSL_volume_struct.html">Volume</a> *v,float sweep_angle,float limit);</b>

<h3>
<hr>Description</h3>
Return the closest sweep within a volume. Closeness is determined by the minimum absolute difference of sweep_angle and the elevation angle of the ray. The difference must be less than <b>limit</b>. If no such ray can be found, return NULL.
<hr>

<h3>Return value</h3>
Upon successful completion, a pointer to the Sweep structure is returned. Otherwise, a NULL pointer is returned. 
<hr>

<h3>See also</h3>
<A HREF="RSL_get_sweep.html">RSL_get_sweep</A>
<hr>

<p>Author: <a href="dennis.flanigan.html">Dennis Flanigan Jr.</a> 
</body>