This file is indexed.

/usr/share/doc/rsl/RSL_read_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
31
32
33
<head>
</head>

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


<h1>RSL_read_radar</h1>

<hr>

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

<h3>
<hr>Description</h3>
Read the Radar structure from disk. This is the inverse function of <a href=RSL_write_radar.html>RSL_write_radar</a>. The input file may be compressed. If the data is compressed, it is passed through the GNU <b>gunzip</b> filter. Thus, compressed data can be any format that <b>gzip</b> understands. Space for the Radar structure is obtained via calls to the volume routines: <a href=RSL_new.html>RSL_new_volume</a>, <a href=RSL_new.html>RSL_new_sweep</a>, and <a href=RSL_new.html>RSL_new_ray</a>, which obtain their space via the routine malloc. 
<hr>

<h3>Return value</h3>
Upon successful completion, a Radar structure is returned. Otherwise, NULL. 
<hr>

<h3>See also</h3>
<a href=RSL_read.html><a href=RSL_read.html>RSL_read_volume</a></a>, <a href=RSL_read.html><a href=RSL_read.html>RSL_read_sweep</a></a>, <a href=RSL_read.html><a href=RSL_read.html>RSL_read_ray</a></a>,<br>
<a href=RSL_write.html>RSL_write_volume</a>, <a href=RSL_write.html>RSL_write_sweep</a>, <a href=RSL_write.html>RSL_write_ray</a>,<br>
<a href=RSL_read_radar.html>RSL_read_radar</a>, <a href=RSL_radar_file_format.html>File format</a>, <a href=RSL_anyformat_to_radar.html>RSL_anyformat_to_radar</a> 
<hr>

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