This file is indexed.

/usr/lib/iraf/unix/os/doc/ztslee.hlp is in iraf-dev 2.16.1+2018.03.10-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
.help ztslee May84 "System Interface"
.ih
NAME
ztslee -- suspend process execution (sleep)
.ih
SYNOPSIS
.nf
ztslee (nseconds)

int	nseconds		# number of seconds to sleep
.fi
.ih
DESCRIPTION
Process execution is suspended for \fInseconds\fR seconds.
If \fInseconds\fR is negative or zero control returns immediately.
.ih
RETURN VALUE
None.
.ih
NOTES
The maximum number of seconds that a process can be put to sleep is
given by the machine constant MAX_INT.
.ih
BUGS
There is currently no way to generate a delay of less than a second.
An applications program cannot reliably slice time that fine on a
multiuser timesharing operating system.
.ih
SEE ALSO
zgtime
.endhelp