From dade1ace728fbb206225de6126575f907b353334 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Fri, 29 Oct 2021 02:37:25 +0200 Subject: futimesat.2: SYNOPSIS: Mark as [[deprecated]] Use utimensat(2) instead. Signed-off-by: Alejandro Colomar --- man2/futimesat.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/futimesat.2 b/man2/futimesat.2 index e179dc777..4e2f471df 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -14,8 +14,8 @@ Standard C library .BR "#include " " /* Definition of " AT_* " constants */" .B #include .PP -.BI "int futimesat(int " dirfd ", const char *" pathname , -.BI " const struct timeval " times [2]); +.BI "[[deprecated]] int futimesat(int " dirfd ", const char *" pathname , +.BI " const struct timeval " times [2]); .fi .PP .RS -4 -- cgit v1.2.3