diff options
Diffstat (limited to 'lib/libc/stdio/fclose.3')
-rw-r--r-- | lib/libc/stdio/fclose.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 57d3217fce7..c0509e0a72c 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fclose.3,v 1.7 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: fclose.3,v 1.8 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt FCLOSE 3 .Os .Sh NAME @@ -84,3 +84,8 @@ The .Fn fclose function conforms to .St -ansiC . +.Sh HISTORY +The +.Fn fclose +function first appeared in +.At v7 . |