]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
stime.2: SYNOPSIS: Mark as [[deprecated]]
authorAlejandro Colomar <alx.manpages@gmail.com>
Mon, 25 Oct 2021 19:37:35 +0000 (21:37 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 5 Sep 2022 00:28:08 +0000 (02:28 +0200)
This syscall was removed from glibc 2.31 for newly linked
programs.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man2/stime.2

index 008d564a0c4dafe5946beaaa6c29704c2d86d16e..5788cf4138303c25f7caaaac0efa133169c05a83 100644 (file)
@@ -14,7 +14,7 @@ stime \- set time
 .nf
 .B #include <time.h>
 .PP
-.BI "int stime(const time_t *" t );
+.BI "[[deprecated]] int stime(const time_t *" t );
 .fi
 .PP
 .RS -4