about summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-10 10:51:25 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-10 10:51:25 +0000
commit54fce91d605e1ef51303508b7adc22e01c092757 (patch)
tree6bb7de2488544c7519639da9437bda7090e9b393 /manual
parent6a440665b0e39eaa411f823cf2dcf884df88d69e (diff)
downloadglibc-54fce91d605e1ef51303508b7adc22e01c092757.tar.gz
glibc-54fce91d605e1ef51303508b7adc22e01c092757.tar.xz
glibc-54fce91d605e1ef51303508b7adc22e01c092757.zip
Update.
1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>

	* manual/filesys.texi: Document the change below.
Diffstat (limited to 'manual')
-rw-r--r--manual/filesys.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index 2921a53111..3b125cd3f0 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -2402,6 +2402,9 @@ for reading and writing.  If @code{mkstemp} cannot create a
 uniquely-named file, it makes @var{template} an empty string and returns
 @code{-1}.  If @var{template} does not end with @samp{XXXXXX},
 @code{mkstemp} returns @code{-1} and does not modify @var{template}.
+
+The file is opened using mode @code{0600}.  If the file is meant to be
+used by other users the mode must explicitly changed.
 @end deftypefun
 
 Unlike @code{mktemp}, @code{mkstemp} is actually guaranteed to create a