This file is indexed.

/usr/lib/iraf/unix/os/doc/zcldir.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
.help zcldir May84 "System Interface"
.ih
NAME
zcldir -- close a directory file
.ih
SYNOPSIS
.nf
zcldir (chan, status)

int	chan			# OS channel of directory file
int	status
.fi
.ih
DESCRIPTION
Close a directory file previously opened for reading with \fBzopdir\fR.
.ih
RETURN VALUE
ERR is returned in \fIstatus\fR for an illegal \fIchan\fR.  OK is returned
if the operation is successful.
.ih
NOTES
A directory file is not accessed as an ordinary file; the significance of
\fIchan\fR is unknown to the high level code and need not refer to a physical
host i/o channel.
.ih
SEE ALSO
zopdir, zgfdir
.endhelp