Module Name:    src
Committed By:   sevan
Date:           Mon Sep  2 00:48:16 UTC 2019

Modified Files:
        src/lib/libc/stdio: putc.3

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/putc.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/stdio/putc.3
diff -u src/lib/libc/stdio/putc.3:1.13 src/lib/libc/stdio/putc.3:1.14
--- src/lib/libc/stdio/putc.3:1.13	Wed Feb 22 15:08:55 2017
+++ src/lib/libc/stdio/putc.3	Mon Sep  2 00:48:16 2019
@@ -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

Reply via email to