mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-30 04:33:01 +00:00
Mention that the file will still exist if one attempts to unlink it while
it is open.
This commit is contained in:
parent
3f4a6ce10a
commit
82cd20e3c4
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user