This file is indexed.

/usr/share/doc/rsl/RSL_fix_time.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
34
35
36
37
38
39
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (X11; U; Linux 2.0.32 i686) [Netscape]">
</HEAD>
<BODY>
<A HREF="index.html"><IMG SRC="rsl.gif" ></A>&nbsp;
<HR>
<H1>
RSL_fix_time</H1>

<HR>
<H3>
Synopsis</H3>
<B>#include "rsl.h"</B>
<BR><B>void RSL_fix_time(<A HREF="RSL_ray_struct.html">Ray</A> *ray);</B>&nbsp;
<HR>
<H3>
Description</H3>
Fixes possible overflow values in <B>month</B>, <B>day</B>, <B>year</B>,
<B>hh</B>, <B>mm</B>, <B>ss</B>.&nbsp; Normally, <B>ss</B> should be the
overflow.&nbsp; This code ensures end of&nbsp; <B>month</B>, <B>year</B>
and century are handled correctly by using the Unix time(2) functions.
<BR>
<HR>
<H3>
Return value</H3>
None.
<BR>
<HR>
<H3>
See also</H3>
mktime(3)
<BR>
<HR>

<P>Author: <A HREF="john.merritt.html">John H. Merritt</A>.
</BODY>
</HTML>