Module Name:    src
Committed By:   sevan
Date:           Mon Sep  2 00:32:55 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdio/fopen.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/fopen.3
diff -u src/lib/libc/stdio/fopen.3:1.35 src/lib/libc/stdio/fopen.3:1.36
--- src/lib/libc/stdio/fopen.3:1.35	Sat Nov  4 08:53:23 2017
+++ src/lib/libc/stdio/fopen.3	Mon Sep  2 00:32:55 2019
@@ -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 @@ functions conform to
 .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

Reply via email to