Module Name: src Committed By: uwe Date: Sun Sep 1 01:23:14 UTC 2019
Modified Files: src/lib/libc/stdio: tmpnam.3 Log Message: Refer to "w+" as "mode" as that's what fopen(3) calls it. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/tmpnam.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/tmpnam.3 diff -u src/lib/libc/stdio/tmpnam.3:1.17 src/lib/libc/stdio/tmpnam.3:1.18 --- src/lib/libc/stdio/tmpnam.3:1.17 Fri Apr 30 04:55:10 2010 +++ src/lib/libc/stdio/tmpnam.3 Sun Sep 1 01:23:14 2019 @@ -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 @@ The created file is unlinked before .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