Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Refer to "w+" as "mode" as that's what fopen(...



details:   https://anonhg.NetBSD.org/src/rev/b9cc48cd2783
branches:  trunk
changeset: 459215:b9cc48cd2783
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Sep 01 01:23:14 2019 +0000

description:
Refer to "w+" as "mode" as that's what fopen(3) calls it.

diffstat:

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

diffs (18 lines):

diff -r 5018505ad224 -r b9cc48cd2783 lib/libc/stdio/tmpnam.3
--- a/lib/libc/stdio/tmpnam.3   Sun Sep 01 00:36:52 2019 +0000
+++ b/lib/libc/stdio/tmpnam.3   Sun Sep 01 01:23:14 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tmpnam.3,v 1.17 2010/04/30 04:55:10 jruoho Exp $
+.\"    $NetBSD: tmpnam.3,v 1.18 2019/09/01 01:23:14 uwe Exp $
 .\"
 .\" Copyright (c) 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -62,7 +62,7 @@
 .Fn tmpfile
 returns, causing the file to be automatically deleted when the last
 reference to it is closed.
-The file is opened with the access value
+The file is opened with the access mode
 .Ql w+ .
 .Pp
 The



Home | Main Index | Thread Index | Old Index