This file is indexed.

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

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


<pre>typedef struct {
  <a href=RSL_ray_header_struct.html>Ray_header</a> h;
  <a href=RSL_range_struct.html>Range</a> *range; /* range[0..nbins-1] */
                /* For wsr88d file:
                 * 0..460 for reflectivity, 0..920 for velocity and 
                 * spectrum width. You must allocate this space.
                 */
} Ray; </pre>

</body>