This file is indexed.

/usr/lib/s9fes/help/sys_gettimeofday is in scheme9 2010.11.13-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
S9 EXT  (sys:gettimeofday)  ==>  list
        (sys:time)          ==>  integer

SYS:GETTIMEOFDAY returns a list of the form

        (seconds microseconds)

where SECONDS is the number of seconds since the Unix Epoch
(1970-01-01T00:00:00) and microseconds the number of
microseconds since the beginning of the current second.

SYS:TIME returns the car part of the above list.

(sys:gettimeofday )  ==>  (1272263214 409904)
(sys:time)           ==>  1272263214