Module Name: src
Committed By: kre
Date: Sat Nov 4 08:53:24 UTC 2017
Modified Files:
src/lib/libc/stdio: fopen.3
Log Message:
Be more consistent with how we refer to fopen() - pointed out by wiz@
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/stdio/fopen.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/fopen.3
diff -u src/lib/libc/stdio/fopen.3:1.34 src/lib/libc/stdio/fopen.3:1.35
--- src/lib/libc/stdio/fopen.3:1.34 Sat Nov 4 08:04:40 2017
+++ src/lib/libc/stdio/fopen.3 Sat Nov 4 08:53:23 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: fopen.3,v 1.34 2017/11/04 08:04:40 kre Exp $
+.\" $NetBSD: fopen.3,v 1.35 2017/11/04 08:53:23 kre Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -139,7 +139,7 @@ The letter
in the mode turns on exclusive open mode to the file
.Pq Dv O_EXCL
which means that the file will not be created if it already exists.
-In that case, the
+In that case
.Fn fopen
will fail.
.El