From 6aeea6cc62b1965e212c6447174c00e99ad17755 Mon Sep 17 00:00:00 2001 From: dchagin Date: Sat, 9 Jan 2016 14:20:23 +0000 Subject: MFC r277610 (by jillies): Add futimens and utimensat system calls. --- share/man/man4/rights.4 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'share/man/man4/rights.4') diff --git a/share/man/man4/rights.4 b/share/man/man4/rights.4 index a6b1b79..113fd3d 100644 --- a/share/man/man4/rights.4 +++ b/share/man/man4/rights.4 @@ -32,7 +32,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 23, 2013 +.Dd January 23, 2015 .Dt RIGHTS 4 .Os .Sh NAME @@ -273,9 +273,13 @@ with the flag. .It Dv CAP_FUTIMES Permit -.Xr futimes 2 +.Xr futimens 2 and +.Xr futimes 2 , +and permit .Xr futimesat 2 +and +.Xr utimensat 2 if the .Dv CAP_LOOKUP right is also present. -- cgit v1.1