~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/mktemp.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
.\" (prompted by Scott Burkett <scottb@IntNet.net>)
30
30
.\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl)
31
31
.\"
32
 
.TH MKTEMP 3  2008-08-06 "GNU" "Linux Programmer's Manual"
 
32
.TH MKTEMP 3  2010-09-20 "GNU" "Linux Programmer's Manual"
33
33
.SH NAME
34
34
mktemp \- make a unique temporary filename
35
35
.SH SYNOPSIS
45
45
.in
46
46
.sp
47
47
.BR mktemp ():
48
 
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500
 
48
.ad l
 
49
.PD 0
 
50
.RS
 
51
.TP 4
 
52
Since glibc 2.12:
 
53
_BSD_SOURCE || _SVID_SOURCE ||
 
54
    (_XOPEN_SOURCE\ >=\ 500 ||
 
55
         _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED) &&
 
56
    !(_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600)
 
57
.TP
 
58
Before glibc 2.12:
 
59
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
60
_XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
 
61
.RE
 
62
.PD
 
63
.ad b
49
64
.SH DESCRIPTION
50
65
The
51
66
.BR mktemp ()
99
114
.BR tmpfile (3),
100
115
.BR tmpnam (3)
101
116
.SH COLOPHON
102
 
This page is part of release 3.26 of the Linux
 
117
This page is part of release 3.27 of the Linux
103
118
.I man-pages
104
119
project.
105
120
A description of the project,