From dbea37c3fd9365d78288c3655601c9dce223b901 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 26 Mar 2014 05:31:40 +0100 Subject: [PATCH] unlink.2: grfix + wfix Signed-off-by: Michael Kerrisk --- man2/unlink.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/unlink.2 b/man2/unlink.2 index 7aafb9096..ccc05bf46 100644 --- a/man2/unlink.2 +++ b/man2/unlink.2 @@ -67,16 +67,16 @@ _ATFILE_SOURCE .BR unlink () deletes a name from the filesystem. If that name was the -last link to a file and no processes have the file open the file is +last link to a file and no processes have the file open, the file is deleted and the space it was using is made available for reuse. If the name was the last link to a file but any processes still have -the file open the file will remain in existence until the last file +the file open, the file will remain in existence until the last file descriptor referring to it is closed. -If the name referred to a symbolic link the link is removed. +If the name referred to a symbolic link, the link is removed. -If the name referred to a socket, fifo or device the name for it is +If the name referred to a socket, FIFO, or device, the name for it is removed but processes which have the object open may continue to use it. .SS unlinkat()