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

« back to all changes in this revision

Viewing changes to man3/mkdtemp.3

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\"
22
22
.\" Formatted or processed versions of this manual, if unaccompanied by
23
23
.\" the source, must acknowledge the copyright and authors of this work.
24
 
.TH MKDTEMP 3  2010-09-15 "GNU" "Linux Programmer's Manual"
 
24
.TH MKDTEMP 3  2010-09-26 "GNU" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
mkdtemp \- create a unique temporary directory
27
27
.SH SYNOPSIS
41
41
.ad l
42
42
.RS 4
43
43
.PD 0
44
 
.TP 4
45
 
Since glibc 2.10:
46
 
_BSD_SOURCE || _POSIX_C_SOURCE\ >=\ 200809L ||
47
 
_XOPEN_SOURCE\ >=\ 700
 
44
_BSD_SOURCE
 
45
.br
 
46
|| /* Since glibc 2.10: */
 
47
.RS 4
 
48
(_POSIX_C_SOURCE\ >=\ 200809L || _XOPEN_SOURCE\ >=\ 700)
48
49
.ad
49
 
.br
50
 
.TP
51
 
Before glibc 2.10:
52
 
_BSD_SOURCE
53
50
.PD
54
51
.RE
55
52
.SH DESCRIPTION
96
93
.BR tmpfile (3),
97
94
.BR tmpnam (3)
98
95
.SH COLOPHON
99
 
This page is part of release 3.27 of the Linux
 
96
This page is part of release 3.32 of the Linux
100
97
.I man-pages
101
98
project.
102
99
A description of the project,