POSIX.1-2008 removes the specification of gets().

This commit is contained in:
Michael Kerrisk 2008-08-06 12:20:20 +00:00
parent 381c50fd4c
commit a0a7726415
1 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,7 @@
.\" License.
.\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu)
.\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl)
.TH GETS 3 1993-04-04 "GNU" "Linux Programmer's Manual"
.TH GETS 3 2008-08-06 "GNU" "Linux Programmer's Manual"
.SH NAME
fgetc, fgets, getc, getchar, gets, ungetc \- input of characters and strings
.SH SYNOPSIS
@ -136,10 +136,11 @@ on success, or
.B EOF
on error.
.SH "CONFORMING TO"
C89, C99.
C89, C99, POSIX.1-2001.
LSB deprecates
.BR gets ().
.\" FIXME . Mar 08: The next POSIX.1 revisions marks gets() obsolete.
POSIX.1-2008 removes the specification of
.BR gets ().
.SH BUGS
Never use
.BR gets ().