This file is indexed.

/usr/lib/iraf/unix/os/doc/zgtpid.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
.help zgtpid May84 "System Interface"
.ih
NAME
zgtpid -- get unique process-id number
.ih
SYNOPSIS
.nf
zgtpid (pid)

int	pid			# process id number
.fi
.ih
DESCRIPTION
The magic integer value by which the current process is known to the host
operating system is returned as the argument \fIpid\fR.  The process-id
is used by all process control operators to uniquely identify the process
to be operated upon.
.ih
NOTES
The process id number is also used by \fBmktemp\fR to generate unique temporary
filenames.
.ih
SEE ALSO
zopcpr, zclcpr, zintpr, zopdpr, zcldpr
.endhelp