Be more consistent with how we refer to fopen() - pointed out by wiz@

This commit is contained in:
kre 2017-11-04 08:53:23 +00:00
parent 03758b1fdc
commit 6c755bb23a

View File

@ -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