diff options
Diffstat (limited to 'lib/libc/stdio/fclose.3')
-rw-r--r-- | lib/libc/stdio/fclose.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/stdio/fclose.3 b/lib/libc/stdio/fclose.3 index 396f3b077df..ce8209bf28e 100644 --- a/lib/libc/stdio/fclose.3 +++ b/lib/libc/stdio/fclose.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fclose.3,v 1.3 2000/04/20 01:39:31 aaron Exp $ +.\" $OpenBSD: fclose.3,v 1.4 2000/12/24 00:30:57 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -48,8 +48,7 @@ .Sh DESCRIPTION The .Fn fclose -function -dissociates the named +function dissociates the named .Fa stream from its underlying file or set of functions. If the stream was being used for output, any buffered data is written @@ -73,8 +72,7 @@ is not an open stream. .Pp The .Fn fclose -function -may also fail and set +function may also fail and set .Va errno for any of the errors specified for the routines .Xr close 2 |