getline.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 07:13:50 +02:00
parent fffce22819
commit cfb08d1e0e
1 changed files with 10 additions and 9 deletions

View File

@ -38,19 +38,20 @@ getline, getdelim \- delimited string input
Feature Test Macro Requirements for glibc (see
.BR feature_test_macros (7)):
.in
Before glibc 2.10:
.br
.BR getline (),
.BR getdelim ():
_GNU_SOURCE
Since glibc 2.10:
.br
.sp
.ad l
.BR getline (),
.BR getdelim ():
.PD 0
.RS 4
.TP 4
Since glibc 2.10:
_POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700
.TP
Before glibc 2.10:
_GNU_SOURCE
.RE
.PD
.ad
.SH DESCRIPTION
.BR getline ()