Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio putc & putw were in v1
details: https://anonhg.NetBSD.org/src/rev/50a10ade185b
branches: trunk
changeset: 965146:50a10ade185b
user: sevan <sevan%NetBSD.org@localhost>
date: Mon Sep 02 00:48:16 2019 +0000
description:
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:
lib/libc/stdio/putc.3 | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diffs (39 lines):
diff -r 18f9491912a8 -r 50a10ade185b lib/libc/stdio/putc.3
--- a/lib/libc/stdio/putc.3 Mon Sep 02 00:37:47 2019 +0000
+++ b/lib/libc/stdio/putc.3 Mon Sep 02 00:48:16 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index