diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-15 19:21:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-01-15 19:21:00 +0000 |
commit | 44c9c82d2496886bc8c02283a226cd3842671d8e (patch) | |
tree | 7623ea0c328ea70ffc4c1028d8f98181c50db8fd | |
parent | 62fff867f365c7c535cd59ec69aed8d6c25f8a7a (diff) |
typo; from Kaspars at Bankovskis dot net
-rw-r--r-- | lib/libc/stdio/fopen.3 | 8 |
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 |