View | Details | Raw Unified | Return to bug 240269
Collapse All | Expand All

(-)b/lib/libc/stdio/getc.3 (-2 / +15 lines)
Lines 32-38 Link Here
32
.\"     @(#)getc.3	8.1 (Berkeley) 6/4/93
32
.\"     @(#)getc.3	8.1 (Berkeley) 6/4/93
33
.\" $FreeBSD$
33
.\" $FreeBSD$
34
.\"
34
.\"
35
.Dd January 10, 2003
35
.Dd September 2, 2019
36
.Dt GETC 3
36
.Dt GETC 3
37
.Os
37
.Os
38
.Sh NAME
38
.Sh NAME
Lines 153-158 and Link Here
153
.Fn getchar_unlocked
153
.Fn getchar_unlocked
154
functions conform to
154
functions conform to
155
.St -p1003.1-2001 .
155
.St -p1003.1-2001 .
156
.Sh HISTORY
157
The
158
.Fn getc
159
and
160
.Fn getw
161
functions first appeared in
162
.At v1 ;
163
.Fn getchar
164
in
165
.At v2 ;
166
and
167
.Fn fgetc
168
in
169
.At v7 .
156
.Sh BUGS
170
.Sh BUGS
157
Since
171
Since
158
.Dv EOF
172
.Dv EOF
159
- 

Return to bug 240269