summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorsevan <sevan@NetBSD.org>2019-09-02 00:48:16 +0000
committersevan <sevan@NetBSD.org>2019-09-02 00:48:16 +0000
commita8a36feb8e772a24f0a23d74239ea5571cef550e (patch)
tree415325e97492346c2a25bb4001e7b7721101e533 /lib/libc/stdio
parentef89ad002cb8395938adff0ec99d9b243084b9a6 (diff)
putc & putw were in v1
https://www.bell-labs.com/usr/dmr/www/man31.pdf putchar was in v4 https://minie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man3/putchr.3
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/putc.315
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index 1cf830cf674..88e3ed49bae 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: putc.3,v 1.13 2017/02/22 15:08:55 abhinav Exp $
+.\" $NetBSD: putc.3,v 1.14 2019/09/02 00:48:16 sevan Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)putc.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd May 6, 2010
+.Dd September 2, 2019
.Dt PUTC 3
.Os
.Sh NAME
@@ -152,13 +152,16 @@ and
conform to
.St -p1003.1-96 .
.Sh HISTORY
-The functions
+The
.Fn putc ,
-.Fn putchar ,
and
.Fn putw
-first appeared in
-.At v6 .
+functions first appeared in
+.At v1 .
+The
+.Fn putchar
+function first appeared in
+.At v4 .
The function
.Fn fputc
appeared in