diff options
author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2020-04-10 09:37:20 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2020-04-10 09:37:20 +0000 |
commit | 73129d4797117a0cf410f4d55712d61df2a52bca (patch) | |
tree | cea0b4421788fda3864fdc6ce29d88a6a9d60c14 /lib | |
parent | bbf6efd7b79128c9af47ec0f3994f5a5a9defb69 (diff) | |
download | src-test2-73129d4797117a0cf410f4d55712d61df2a52bca.tar.gz src-test2-73129d4797117a0cf410f4d55712d61df2a52bca.zip |
Notes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/getc.3 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 48581e2e6b66..f97ca6382ad3 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -32,7 +32,7 @@ .\" @(#)getc.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd January 10, 2003 +.Dd April 4, 2020 .Dt GETC 3 .Os .Sh NAME @@ -153,6 +153,22 @@ and .Fn getchar_unlocked functions conform to .St -p1003.1-2001 . +.Sh HISTORY +The +.Fn getc +and +.Fn getw +functions appeared in a similar form in +.At v1 ; +and were integrated into stdio in +.At v7 ; +.Fn getchar +in +.At v4 ; +and +.Fn fgetc +in +.At v7 . .Sh BUGS Since .Dv EOF |