This file is indexed.

/usr/lib/iraf/unix/os/doc/zclcpr.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
32
33
.help zclcpr May84 "System Interface"
.ih
NAME
zclcpr -- close or disconnect a connected subprocess
.ih
SYNOPSIS
.nf
zclcpr (pid, exit_status)

int	pid			# process id (a magic integer)
int	exit_status		# termination code from process
.fi
.ih
DESCRIPTION
Disconnect a subprocess previously connected with \fBzopcpr\fR,
i.e., close the IPC channels and wait for the subprocess to terminate.
Control does not return until the child process has terminated.

If the child process attempts to write to the parent after the IPC channels
have been closed the X_IPC exception will be raised in the child process.
If the child attempts to read from the parent after the parent has
disconnected, the child will see EOF on the read and will shutdown.
.ih
RETURN VALUE
The integer termination code of the child process is returned in
\fIexit_status\fR.  A status of OK (zero) indicates normal termination.
ERR is returned for an illegal \fIpid\fR.
If the child terminates abnormally, i.e., if a panic exit occurs, the positive
integer error code of the error which caused process termination is returned.
.ih
SEE ALSO
zopcpr, zintpr, zxwhen
.endhelp