1 .TH MH-MKSTEMP %manext1% "March 16, 2014" "%nmhversion%"
6 mkstemp \- create a temporary file
10 .B %nmhlibexecdir%/mkstemp
22 creates a temporary file using
26 switch is available and used,
28 The file name identifies a unique, newly created file, and always
29 contains 6 characters that appear to be random.
35 in which to create the file.
39 switch specifies an initial part, before the 6 characters, of the file
44 switch is only supported on platforms that provide the
46 library function. It specifies a
48 to appear after the 6 characters; if it should begin with a special
49 character such as a period, that must be explicit in
52 Unlike arguments to most switches of other
54 commands, the arguments to
56 switches can begin with a dash.
60 successfully creates the temporary file, it prints the file name on
61 standard output and exits with status 0. On failure, it prints a
62 diagnostic message on standard error and exits with status -1.
63 .SH "PROFILE COMPONENTS"