mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-17 16:30:33 +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
|
.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),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user