Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio Be more consistent with how we refer to fopen...



details:   https://anonhg.NetBSD.org/src/rev/0866d0cb3341
branches:  trunk
changeset: 827588:0866d0cb3341
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Nov 04 08:53:23 2017 +0000

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

diffstat:

 lib/libc/stdio/fopen.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 29ba2251cb30 -r 0866d0cb3341 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Sat Nov 04 08:50:47 2017 +0000
+++ b/lib/libc/stdio/fopen.3    Sat Nov 04 08:53:23 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index