Module Name:    src
Committed By:   joerg
Date:           Mon Apr  5 21:34:48 UTC 2010

Modified Files:
        src/lib/libc/stdio: fopen.3

Log Message:
\\ -> \e


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/fopen.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/fopen.3
diff -u src/lib/libc/stdio/fopen.3:1.23 src/lib/libc/stdio/fopen.3:1.24
--- src/lib/libc/stdio/fopen.3:1.23	Wed May 25 16:01:24 2005
+++ src/lib/libc/stdio/fopen.3	Mon Apr  5 21:34:47 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fopen.3,v 1.23 2005/05/25 16:01:24 kleink Exp $
+.\"	$NetBSD: fopen.3,v 1.24 2010/04/05 21:34:47 joerg Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -100,7 +100,7 @@
 extension.
 .Pp
 Any created files will have mode
-.Pf \\*q Dv S_IRUSR
+.Pf \*q Dv S_IRUSR
 \&|
 .Dv S_IWUSR
 \&|
@@ -110,7 +110,7 @@
 \&|
 .Dv S_IROTH
 \&|
-.Dv S_IWOTH Ns \\*q
+.Dv S_IWOTH Ns \*q
 .Pq Li 0666 ,
 as modified by the process'
 umask value (see

Reply via email to