summaryrefslogtreecommitdiffstats
path: root/man3/gets.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/gets.3')
-rw-r--r--man3/gets.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index 49c67f65b..9bf383aed 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -7,7 +7,7 @@
.\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl)
.\" Modified 2013-12-31, David Malcolm <dmalcolm@redhat.com>
.\" Split gets(3) into its own page; fgetc() et al. move to fgetc(3)
-.TH gets 3 2023-02-05 "Linux man-pages 6.03"
+.TH gets 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
gets \- get a string from standard input (DEPRECATED)
.SH LIBRARY
@@ -42,22 +42,22 @@ guarantees that the function will even return.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR gets ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001.
+POSIX.1-2008.
+.SH HISTORY
+C89, POSIX.1-2001.
.PP
LSB deprecates
.BR gets ().