summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fopen.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2010-03-26 19:30:42 +0000
commit0e101a71f9c747c1bf5f853b2faba8c94458bab9 (patch)
treeb1f8223f0d93941122cb0666f5713cfccbf9a879 /lib/libc/stdio/fopen.3
parenta5a79a7af92e40132a0b0e09c9fc0eaa57985b9c (diff)
dispense with some wacky escape sequences;
Diffstat (limited to 'lib/libc/stdio/fopen.3')
-rw-r--r--lib/libc/stdio/fopen.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index fb340b65096..be51398d27e 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fopen.3,v 1.21 2009/09/10 16:09:22 jmc Exp $
+.\" $OpenBSD: fopen.3,v 1.22 2010/03/26 19:30:41 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 10 2009 $
+.Dd $Mdocdate: March 26 2010 $
.Dt FOPEN 3
.Os
.Sh NAME
@@ -103,7 +103,7 @@ to be forced to the current end-of-file, regardless of intervening
repositioning of the stream.
.Pp
Any created files will have mode
-.Pf \\*q Dv S_IRUSR
+.Pf \*q Dv S_IRUSR
\&|
.Dv S_IWUSR
\&|
@@ -113,7 +113,7 @@ Any created files will have mode
\&|
.Dv S_IROTH
\&|
-.Dv S_IWOTH Ns \\*q
+.Dv S_IWOTH Ns \*q
.Pq Li 0666 ,
as modified by the process'
umask value (see