mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-08-15 06:27:46 +00:00
Mention that the file will still exist if one attempts to unlink it while
it is open.
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user