This file is indexed.

/usr/share/doc/rsl/RSL_reverse.html is in librsl-doc 1.43-1ubuntu1.

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
<body>
<br><a HREF="index.html"> <IMG SRC="rsl.gif"> </a>
<hr>

<h1>RSL_reverse_sweep_order</h1>
<hr><h3>Synopsis</h3>
<b>#include &quot;rsl.h&quot;<br>
</b><b><a href="RSL_volume_struct.html">Volume</a> *RSL_reverse_sweep_order(<a href="RSL_volume_struct.html">Volume</a> *v)</b><br>
<hr><h3>Description</h3>
Reverses the order of the sweeps in a Volume. This function is most useful if the original ingested file provided the sweep elevation angles from high to low.  This routine alters the input Volume <b>v</b>.
<p><hr><h3>Return value</h3>
Upon successful completion, RSL_reverse_sweep_order returns a pointer to the structure <b>Volume</b>. Otherwise, NULL is returned.<br>
<hr><h3>See also</h3>
<a href="RSL_sort.html">RSL_sort_volume</a><br>
<hr>Author: <a href=john.merritt.html>John H. Merritt</a>.
</body>