Mention that the file will still exist if one attempts to unlink it while

it is open.
This commit is contained in:
gdr 1997-09-16 00:10:13 +00:00
parent 3f4a6ce10a
commit 82cd20e3c4

View File

@ -66,8 +66,9 @@ to a given file.
.LP .LP
The GNO The GNO
.BR unlink , .BR unlink ,
unlike its Unix counterpart, cannot currently unlink an open file. unlike its UNIX counterpart, cannot currently unlink an open file.
Attempting to do so will return an error. Attempting to do so will return an error, and the file will still exist
when closed.
.SH SEE ALSO .SH SEE ALSO
.BR close (2), .BR close (2),
.BR link (2), .BR link (2),