Index: lib/libc/stdio/getc.3 =================================================================== --- lib/libc/stdio/getc.3 +++ lib/libc/stdio/getc.3 @@ -32,7 +32,7 @@ .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd January 10, 2003 +.Dd March 22, 2020 .Dt GETC 3 .Os .Sh NAME @@ -154,6 +154,20 @@ functions conform to .St -p1003.1-2001 . .Sh BUGS +.Sh HISTORY +The +.Fn getc +and +.Fn getw +functions first appeared in +.At v1 ; +.Fn getchar +in +.At v2 ; +and +.Fn fgetc +in +.At v7 . Since .Dv EOF is a valid integer value,