diff options
Diffstat (limited to 'lib/libc/stdio/putc.3')
-rw-r--r-- | lib/libc/stdio/putc.3 | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index 13813ef3be4..f48419a7118 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: putc.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: putc.3,v 1.12 2013/07/18 10:14:49 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 18 2013 $ .Dt PUTC 3 .Os .Sh NAME @@ -126,10 +126,20 @@ and .Fn putchar , conform to .St -ansiC . -A function +.Sh HISTORY +The +.Fn putc +and .Fn putw -function appeared in -.At v6 . +functions first appeared in +.At v1 ; +.Fn putchar +in +.At v2 ; +and +.Fn fputc +in +.At v7 . .Sh BUGS Since the size and byte order of an .Li int |