summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-10-29 03:09:47 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-09-05 04:13:31 +0200
commitdfd1f1fd252398f8b97fd719829f8f79b699809c (patch)
tree01f00788b4e86ba9da0fa487eeae03c8dae9d36f
parent7b702f3ba40a15e285d98dedf39c21de36e0a78e (diff)
utime.2: SYNOPSIS: Mark utime() as [[deprecated]]
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
-rw-r--r--man2/utime.21
1 files changed, 1 insertions, 0 deletions
diff --git a/man2/utime.2 b/man2/utime.2
index 7557d680a..d23d8cb74 100644
--- a/man2/utime.2
+++ b/man2/utime.2
@@ -18,6 +18,7 @@ Standard C library
.nf
.B #include <utime.h>
.PP
+.B [[deprecated]]
.BI "int utime(const char *" filename ", const struct utimbuf *" times );
.PP
.B #include <sys/time.h>