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
1 changed files with 3 additions and 2 deletions

View File

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