aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2010-05-11 23:08:31 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2010-05-11 23:08:31 +0000
commit2a10d6d199a26685818450d21975a0f7f7067085 (patch)
tree893ace012a431d5670909422ca02be8430029262 /lib/libc/stdio
parentcccbcac6bbfd5496fc3a7c57b81b5fd1f606ac67 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/fopen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3
index 92ec1e2e6bca..5c1f2b11e666 100644
--- a/lib/libc/stdio/fopen.3
+++ b/lib/libc/stdio/fopen.3
@@ -104,7 +104,7 @@ This is strictly for compatibility with
and has no effect; the ``b'' is ignored.
.Pp
Any created files will have mode
-.Pf \\*q Dv S_IRUSR
+.Do Dv S_IRUSR
\&|
.Dv S_IWUSR
\&|
@@ -114,7 +114,7 @@ Any created files will have mode
\&|
.Dv S_IROTH
\&|
-.Dv S_IWOTH Ns \\*q
+.Dv S_IWOTH Dc
.Pq Li 0666 ,
as modified by the process'
umask value (see