Source-Changes-HG archive

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

[src/netbsd-6]: src/lib/libc/stdio Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/9fee84adda69
branches:  netbsd-6
changeset: 776934:9fee84adda69
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 14 13:30:33 2015 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #1273):
        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 a567c908ff12 -r 9fee84adda69 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3    Tue Apr 14 13:28:34 2015 +0000
+++ b/lib/libc/stdio/fopen.3    Tue Apr 14 13:30:33 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fopen.3,v 1.27.4.1 2012/11/28 23:50:57 riz Exp $
+.\"    $NetBSD: fopen.3,v 1.27.4.2 2015/04/14 13:30:33 msaitoh Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -121,8 +121,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