Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Put the historical note to its own section. N...



details:   https://anonhg.NetBSD.org/src/rev/7c0e44c2433b
branches:  trunk
changeset: 754614:7c0e44c2433b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu May 06 09:01:34 2010 +0000

description:
Put the historical note to its own section. Note that also the other
functions (except the _unlocked variants) were in early UNIX versions.

diffstat:

 lib/libc/stdio/putc.3 |  16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 9d15e6e222f6 -r 7c0e44c2433b lib/libc/stdio/putc.3
--- a/lib/libc/stdio/putc.3     Thu May 06 08:58:57 2010 +0000
+++ b/lib/libc/stdio/putc.3     Thu May 06 09:01:34 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: putc.3,v 1.11 2003/08/07 16:43:29 agc Exp $
+.\"    $NetBSD: putc.3,v 1.12 2010/05/06 09:01:34 jruoho 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 April 25, 2001
+.Dd May 6, 2010
 .Dt PUTC 3
 .Os
 .Sh NAME
@@ -150,10 +150,18 @@
 .Fn putchar_unlocked
 conform to
 .St -p1003.1-96 .
-A function
+.Sh HISTORY
+The functions
+.Fn putc ,
+.Fn putchar ,
+and
 .Fn putw
-function appeared in
+first appeared in
 .At v6 .
+The function
+.Fn fputc
+appeared in
+.At v7 .
 .Sh BUGS
 The size and byte order of an
 .Em int



Home | Main Index | Thread Index | Old Index