aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fopen.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-11 19:20:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-11 19:20:30 +0000
commitfc7ba057353b065cf4786281d4ee5a2183e539a6 (patch)
treea11a35d0190746ad30aeb8947791bbeea159402e /man3/fopen.3
parent7eeba17aac201a7d179c078b161b7191569b2f71 (diff)
downloadman-pages-fc7ba057353b065cf4786281d4ee5a2183e539a6.tar.gz
s/process' /process's/
Diffstat (limited to 'man3/fopen.3')
-rw-r--r--man3/fopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index d524496f3d..09b70a9f36 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -106,7 +106,7 @@ environments.)
.PP
Any created files will have mode
.BR S_IRUSR \&| S_IWUSR \&| S_IRGRP \&| S_IWGRP \&| S_IROTH \&| S_IWOTH
-(0666), as modified by the process' umask value (see
+(0666), as modified by the process's umask value (see
.BR umask (2)).
.PP
Reads and writes may be intermixed on read/write streams in any order.