1 --- _SB/Libc/stdio/FreeBSD/tmpnam.3 2004-11-25 11:38:35.000000000 -0800
2 +++ _SB/Libc/stdio/FreeBSD/tmpnam.3.edit 2006-06-28 16:55:52.000000000 -0700
12 -.Fn tmpnam "char *str"
17 -.Fn tempnam "const char *tmpdir" "const char *prefix"
19 +.Fa "const char *dir"
20 +.Fa "const char *pfx"
26 reference to it is closed.
27 The file is opened with the access value
29 -The file is created in the directory determined by the environment variable
30 +If the environment variable
33 -The default location if
35 +the file is created in the specified directory.
36 +The default location, if
44 is defined in the include file
51 the file name is copied to the buffer it references.
53 returns a pointer to the file name.
55 The buffer referenced by
58 is expected to be at least
62 The environment variable
64 (if set), the argument
78 is used to specify a file name prefix, which will be the
84 -.%T "The FreeBSD Security Architecture"
87 -.Pa "/usr/share/doc/{to be determined}" . )