summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man2/futimesat.24
1 files 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 <fcntl.h>" " /* Definition of " AT_* " constants */"
.B #include <sys/time.h>
.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