summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2011-04-27 14:30:31 +0100
committerEric Blake <eblake@redhat.com>2011-04-27 08:16:19 -0600
commitca1502f78a51c83c3443b3f3cdffdca39cdedf40 (patch)
treed5398b9c7d900dc57628c2519c33f8cca5429bee /doc
parent599fce2bd8c4d3b229d64761c730535a0d13ecff (diff)
downloadgnulib-ca1502f78a51c83c3443b3f3cdffdca39cdedf40.tar.gz
mkstemp: mention clean-temp module
* lib/mkstemp.c: Add comment. * doc/posix-functions/mkstemp.texi (mkstemp): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/mkstemp.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/mkstemp.texi b/doc/posix-functions/mkstemp.texi
index 55b42a9feb..5a1e145600 100644
--- a/doc/posix-functions/mkstemp.texi
+++ b/doc/posix-functions/mkstemp.texi
@@ -24,3 +24,6 @@ On platforms other than glibc 2.0.7 or newer, @code{mkstemp} can create a
world or group writable or readable file, if you haven't set the process
umask to 077. This is a security risk.
@end itemize
+
+The gnulib module clean-temp can create temporary files that are less
+likely to be left behind on signals such as SIGINT.