]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
DESCRIPTION does not need to say "temporary file name" just "temporary
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Apr 2006 21:19:30 +0000 (21:19 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Apr 2006 21:19:30 +0000 (21:19 +0000)
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.

man3/ctanh.3
man3/tmpfile.3

index ddb236b0d514c9850efd39d66db56c42394fd871..607f6d057f22e0f1c235957d19ebbbcea7a52c46 100644 (file)
@@ -16,9 +16,7 @@ ctanh, ctanhf, ctanhl \- complex hyperbolic tangent
 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"
index 7d3fb8d31ff173fcd7684adc95bcadc67389601d..335c61113d051ad9faab13b97689b8c480be00d2 100644 (file)
@@ -36,10 +36,10 @@ tmpfile \- create a temporary file
 .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