From 9d8e496fad43596f84fd8a415435692264a8426c Mon Sep 17 00:00:00 2001 From: uqs Date: Tue, 11 May 2010 23:08:31 +0000 Subject: mdoc: fix parenthesis Reviewed by: brueffer --- lib/libc/stdio/fopen.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio/fopen.3') diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 92ec1e2..5c1f2b1 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 -- cgit v1.1