file", since the name is in any case unavailable to the user.
See Debian bug 363518
In DESCRIPTION:
Change /automatically deleted when the program terminates normally/
to /automatically deleted when the program terminates/
since that is the reality.
Link with \-lm.
.SH DESCRIPTION
The complex hyperbolic tangent function ctanh(z) is defined
-mathematically as sinh(z) / cosh(z).
-.\" FIXME should the above be
-.\" mathematically as csinh(z) / ccosh(z).
+mathematically as csinh(z) / ccosh(z).
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"
.B FILE *tmpfile (void);
.fi
.SH DESCRIPTION
-The \fBtmpfile\fP() function generates a unique temporary filename.
-The temporary file is then opened in binary read/write (w+b) mode.
+The \fBtmpfile\fP() function opens a unique temporary file
+in binary read/write (w+b) mode.
The file will be automatically deleted when it is closed or the
-program terminates normally.
+program terminates.
.SH "RETURN VALUE"
The \fBtmpfile\fP() function returns a stream descriptor, or NULL if
a unique filename cannot be generated or the unique file cannot be