From df2d9a9270326a69db0aaed3024f1b1f3ee2e7f5 Mon Sep 17 00:00:00 2001 From: schwarze Date: Thu, 15 Jan 2015 19:20:59 +0000 Subject: [PATCH] typo; from Kaspars at Bankovskis dot net --- lib/libc/stdio/fopen.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 78d79cf25e8..89d87e1b328 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -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 -- 2.20.1