From 635c9a5437657c0d355e15fc47739ff68a96378d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 3 Aug 2006 02:38:50 +0000 Subject: [PATCH] pfix --- man2/rmdir.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/rmdir.2 b/man2/rmdir.2 index 513ff70bd..06e49e245 100644 --- a/man2/rmdir.2 +++ b/man2/rmdir.2 @@ -106,9 +106,9 @@ The directory containing .I pathname has the sticky bit .RB ( S_ISVTX ) -set and the process's effective user ID is neither the user ID of the file to -be deleted nor that of the directory containing it, and the process is not -privileged (Linux: does not have the +set and the process's effective user ID is neither the user ID +of the file to be deleted nor that of the directory containing it, +and the process is not privileged (Linux: does not have the .B CAP_FOWNER capability). .TP @@ -132,5 +132,5 @@ disappearance of directories which are still being used. .BR chmod (2), .BR mkdir (2), .BR rename (2), -.BR unlink (2) +.BR unlink (2), .BR unlinkat (2)