summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/gets.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index 1b1c0e281..efd5c3ff9 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -16,7 +16,7 @@ Standard C library
.nf
.B #include <stdio.h>
.PP
-.BI "char *gets(char *" "s" );
+.BI "[[deprecated]] char *gets(char *" "s" );
.fi
.SH DESCRIPTION
.IR "Never use this function" .