typo; from Kaspars at Bankovskis dot net
authorschwarze <schwarze@openbsd.org>
Thu, 15 Jan 2015 19:20:59 +0000 (19:20 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 15 Jan 2015 19:20:59 +0000 (19:20 +0000)
lib/libc/stdio/fopen.3

index 78d79cf..89d87e1 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: fopen.3,v 1.31 2015/01/13 14:02:30 schwarze Exp $
+.\"    $OpenBSD: fopen.3,v 1.32 2015/01/15 19:20:59 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: January 13 2015 $
+.Dd $Mdocdate: January 15 2015 $
 .Dt FOPEN 3
 .Os
 .Sh NAME
@@ -101,9 +101,9 @@ string starts with
 .Dq w
 or
 .Dq a
-then the function shall fail if file
+then the function shall fail if the file specified by
 .Fa path
-already exist, as if the
+already exists, as if the
 .Dv O_EXCL
 flag was passed to the
 .Xr open 2