summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-01-15 19:20:59 +0000
committerschwarze <schwarze@openbsd.org>2015-01-15 19:20:59 +0000
commitdf2d9a9270326a69db0aaed3024f1b1f3ee2e7f5 (patch)
tree29bbae3c034a660fca4a364e8c5127d6f32bec6b /lib/libc/stdio
parentoops, forgotten back-pointer to state for error messages (diff)
downloadwireguard-openbsd-df2d9a9270326a69db0aaed3024f1b1f3ee2e7f5.tar.xz
wireguard-openbsd-df2d9a9270326a69db0aaed3024f1b1f3ee2e7f5.zip
typo; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fopen.38
1 files 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