Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Start documenting history



details:   https://anonhg.NetBSD.org/src/rev/54a99a4d9be9
branches:  trunk
changeset: 459287:54a99a4d9be9
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Sep 02 00:30:58 2019 +0000

description:
Start documenting history
https://www.bell-labs.com/usr/dmr/www/man31.pdf

diffstat:

 lib/libc/stdio/fopen.3 |   9 +++++++--
 lib/libc/stdio/getc.3  |  11 +++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)

diffs (62 lines):

diff -r 3eeb427866e8 -r 54a99a4d9be9 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Mon Sep 02 00:30:01 2019 +0000
+++ b/lib/libc/stdio/fopen.3    Mon Sep 02 00:30:58 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fopen.3,v 1.35 2017/11/04 08:53:23 kre Exp $
+.\"    $NetBSD: fopen.3,v 1.36 2019/09/02 00:32:55 sevan Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)fopen.3    8.1 (Berkeley) 6/4/93
 .\"
-.Dd November 3, 2017
+.Dd September 2, 2019
 .Dt FOPEN 3
 .Os
 .Sh NAME
@@ -298,6 +298,11 @@
 .St -ansiC .
 All three functions are specified in
 .St -p1003.1-2008 .
+.Sh HISTORY
+An
+.Fn fopen
+function appeared in
+.At v1 .
 .Sh CAVEATS
 Proper code using
 .Fn fdopen
diff -r 3eeb427866e8 -r 54a99a4d9be9 lib/libc/stdio/getc.3
--- a/lib/libc/stdio/getc.3     Mon Sep 02 00:30:01 2019 +0000
+++ b/lib/libc/stdio/getc.3     Mon Sep 02 00:30:58 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getc.3,v 1.12 2003/08/07 16:43:26 agc Exp $
+.\"    $NetBSD: getc.3,v 1.13 2019/09/02 00:30:58 sevan Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)getc.3     8.1 (Berkeley) 6/4/93
 .\"
-.Dd April 25, 2001
+.Dd September 2, 2019
 .Dt GETC 3
 .Os
 .Sh NAME
@@ -154,6 +154,13 @@
 .Fn getchar_unlocked
 functions conform to
 .St -p1003.1-96 .
+.Sh HISTORY
+The
+.Fn getc
+and
+.Fn getw
+functions appeared in
+.At v1 .
 .Sh BUGS
 Since
 .Dv EOF



Home | Main Index | Thread Index | Old Index