This file is indexed.

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

packed	char osfn[]		# host filename
int	status
.fi
.ih
DESCRIPTION
The named file is deleted.
.ih
RETURN VALUE
ERR is returned if the file does not exist or cannot be deleted.
OK is returned if the operation is successful.
.ih
NOTES
A protected file cannot be deleted.  FIO checks for file protection before
calling the kernel to delete a file.  FIO will not attempt to delete a file
while the file is open by the current process.  If an attempt is made to
delete a file which is open by another process the result is system dependent.
.ih
SEE ALSO
zfprot
.endhelp