diff mbox series

[10/22] stime.2: SYNOPSIS: Mark as [[deprecated]]

Message ID 20211030213131.140429-11-alx.manpages@gmail.com (mailing list archive)
State New, archived
Headers show
Series man2: Add [[deprecated]] attribute | expand

Commit Message

Alejandro Colomar Oct. 30, 2021, 9:31 p.m. UTC
This syscall was removed from glibc 2.31 for newly linked
programs.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
---
 man2/stime.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/man2/stime.2 b/man2/stime.2
index 4aaa6c775..5d40495d0 100644
--- a/man2/stime.2
+++ b/man2/stime.2
@@ -34,7 +34,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