summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 02:37:25 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 02:51:09 +0200
commitdade1ace728fbb206225de6126575f907b353334 (patch)
tree99439ad29aa15108da475df0c1861c2724097800
parent4d48d43bf6b8537dbb0848c99f7b50a9c52f8d37 (diff)
futimesat.2: SYNOPSIS: Mark as [[deprecated]]
Use utimensat(2) instead. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-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