From 82cd20e3c42690d495104740afe65d7a00ec97b9 Mon Sep 17 00:00:00 2001 From: gdr Date: Tue, 16 Sep 1997 00:10:13 +0000 Subject: [PATCH] Mention that the file will still exist if one attempts to unlink it while it is open. --- usr.man/man2/unlink.2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.man/man2/unlink.2 b/usr.man/man2/unlink.2 index b7a3318..b7b7206 100644 --- a/usr.man/man2/unlink.2 +++ b/usr.man/man2/unlink.2 @@ -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),