aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/rand.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/rand.3 b/man3/rand.3
index e7778655e5..722ff3a2b0 100644
--- a/man3/rand.3
+++ b/man3/rand.3
@@ -30,8 +30,9 @@ Standard C library
.B #include <stdlib.h>
.PP
.B int rand(void);
-.BI "int rand_r(unsigned int *" seedp );
.BI "void srand(unsigned int " seed );
+.PP
+.BI "[[deprecated]] int rand_r(unsigned int *" seedp );
.fi
.PP
.RS -4