Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdio Use Pq to avoid space before O_EXCL.
details: https://anonhg.NetBSD.org/src/rev/ac2fb4dc6515
branches: trunk
changeset: 336085:ac2fb4dc6515
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Feb 11 15:19:05 2015 +0000
description:
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 97df4b7cca6e -r ac2fb4dc6515 lib/libc/stdio/fopen.3
--- a/lib/libc/stdio/fopen.3 Wed Feb 11 12:53:15 2015 +0000
+++ b/lib/libc/stdio/fopen.3 Wed Feb 11 15:19:05 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.30 2015/02/11 15:19:05 riastradh 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