Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/lib/libc/stdio Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/be22e58f28a6
branches: netbsd-7
changeset: 799103:be22e58f28a6
user: snj <snj%NetBSD.org@localhost>
date: Wed Mar 18 07:53:06 2015 +0000
description:
Pull up following revision(s) (requested by riastradh in ticket #602):
lib/libc/stdio/fopen.3: revision 1.30
Use Pq to avoid space before O_EXCL.
diffstat:
lib/libc/stdio/fopen.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 27f30b95dced -r be22e58f28a6 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3 Wed Mar 18 07:51:41 2015 +0000
+++ b/lib/libc/stdio/fopen.3 Wed Mar 18 07:53:06 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fopen.3,v 1.29 2012/11/15 03:50:36 christos Exp $
+.\" $NetBSD: fopen.3,v 1.29.8.1 2015/03/18 07:53:06 snj Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -120,8 +120,8 @@
.It Sq x
The letter
.Sq x
-in the mode turns on exclusive open mode to the file (
-.Dv O_EXCL )
+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.
.El
.Pp
Home |
Main Index |
Thread Index |
Old Index